Changelog for
miam-player-debuginfo-0.8.0-2.7.x86_64.rpm :
Sat Feb 27 13:00:00 2016 antoine.belvireAATTlaposte.net
- Update to 0.8.0:
* New way to play your music: the Unique Library Mode (or Single
Library Mode)
* VLC and its wrapper VLC-Qt are replaced by QtAV
* Custom colors are greatly improved (still, there\'s a minor bug
in options dialog)
* Default shortcuts to quickly move the vertical slider in the
library: just press letters from A to Z
* New material design theme for media buttons
* Big improvements on performance and memory consumption (lazy
loading on every dialog, and multi-threading for scanning
music: no more blocking UI)
* Add support for Multimedia keys
* Cover-fetcher plugin: support Amazon provider
* Random mode for playlists: not a real random anymore: tracks
cannot be played twice if the whole playlist hasn\'t been
played first.
* New: Chinese translation, thanks to AATTwang-bin
* Updated: Russian translation, thanks to AATTIlya87
- Adapt miam-player-patch.sh to new archive layout
- Remove miam-player-libsuffix.patch (LIB_SUFFIX is now supported
by upstream)
- Add miam-player-0.8.0-fix-include.patch: fix wrong include
- Add patches to included qxt:
* Add miam-player-8.0-fix-qxt-link.patch: add -lX11 to fix build
* Add libqxt-media-keys.patch: without it, media keys don\'t work
and keyboard is \"blocked\" on GNOME; patch is picked from
repo\'s libqxt1 (which we can\'t use directly because it is built
only for qt4)
- Do not depend anymore on ImageMagick for icons: just copy the
upstream icon - that is now a png - into /usr/share/pixmaps
Thu Oct 1 14:00:00 2015 antoine.belvireAATTlaposte.net
- Update to 0.7.3:
* Enhancements:
+ Support opening a file with a command-line argument (issue #10)
+ 10-band equalizer (#43)
+ Improve random playback mode (#40)
+ Give exitAction the QuitRole role (#49)
+ Replace star picture in settings with a computer generated
star: a better support for high DPI screens
+ Much better Dark Theme in custom colors mode
+ Update Czech translation (thanks to Pavel)
+ Rename playlists in Playlist Manager or directly when
displaying Context Menu on playlist tab
+ Add keyboard shortcuts in the FileSystem Manager
* Bug fixes:
+ Ignore articles like \"the\" when sorting Artists (#28)
+ Playlist are doubled (#33)
+ Automatically hide Extended Search Widget when losing focus
- Remove miam-player-0.7.2-add-missing-include.patch (upstreamed)
Thu Oct 1 14:00:00 2015 antoine.belvireAATTlaposte.net
- Fix build with Qt 5.5:
* add miam-player-0.7.2-add-missing-include.patch
Mon May 4 14:00:00 2015 antoine.belvireAATTlaposte.net
- Update to 0.7.2:
* improve display of AddressBar in File Explorer (issue #13)
* extend the stop button (#15)
* allow custom genres when editing tags (#17)
* keep library up-to-date (#18)
* add opus encoder support (#34)
* pause/resume track leads to playback from the beginning (#39)
* search area in Playlist is too small on Linux / KDE (#41)
* reload cover with higher resolution when increasing size in Options (#44)
Sat Apr 25 14:00:00 2015 antoine.belvireAATTlaposte.net
- Fix build for Factory (option -C is ignored with %qmake5_install
for this target)
Thu Apr 23 14:00:00 2015 antoine.belvireAATTlaposte.net
- Modify requirements in spec:
* requires explicitely libQt5Sql5-sqlite
* requires vlc-noX
* recommends vlc-codecs
Thu Apr 23 14:00:00 2015 joerg.lorenzenAATTki.tng.de
- Build with optflags and added vlc-codecs as required package.
Wed Apr 22 14:00:00 2015 sor.alexeiAATTmeowr.ru
- Rename miam-player-0.7.1-libsuff.patch to
miam-player-libsuffix.patch and change variable name to LIBSUFFIX.
- Remove useless binary stuff from source package to reduce size
(thanks to joerg.lorenzenAATTki.tng.de).
- Use miam-player-patch-source.sh to automate size reduce.
- Minor spec cleanup.
Sun Apr 19 14:00:00 2015 antoine.belvireAATTlaposte.net
- Fix desktop file (missing Name tag)
Fri Apr 17 14:00:00 2015 antoine.belvireAATTlaposte.net
- Add desktop file
- Other modifications in spec file:
* create devel package
* add ldconfig calls in %post and %postun
Thu Apr 16 14:00:00 2015 antoine.belvireAATTlaposte.net
- New package for Miam Player
- Version 0.7.1:
* redesign the seekbar
* allow one to move tabs
* improve Quick Start widget (shows the default music location if exists)
* sync remote sources when scanning the whole library
* improve the playlist manager
* restrict drop areas other than playlists when moving tracks
* VLC-Qt updated to 0.10.0
* Russian translation
* various fixes