* Thu Apr 30 2020 aloisio@gmx.com
- Update to version 1.4.0
* added sleep mode inhibition plugin
* added separate ListenBrainz submission plugin
* added feature to auto-hide empty service menus
* added option to disable two passes for equalizer
* added fast mute function for most output plugins
* added shared CUE parser
* added feature to transit between playlists
* added optimizations for flac plugin
* added feature to select playlist format from the file dialog
* added '--pl-next' and '--pl-prev' command line options
* added SOCKS5 proxy support
* added feature to display average bitrate
* added average bitrate displaying for shoutcast/icecast
streams
* added Ogg Opus support in the ReplayGain scanner
* added feature to merge different tag types in the mpeg plugin
* added feature to start command on application startup/exit
* added 'make docs' build target
* added big endian support formats in the PulseAudio plugin
* added feature to write singe file in the file writer plugin
* improved qsui plugin:
+ added feature to override track background color
+ added scope visualization
+ added feature to reset visualization colors
+ added waveform seek bar
+ added alternate analyzer appearance
+ using gradients between analyzer colors
+ improved status bar
* improved ffmpeg plugin:
+ added opus bitrate issue workaround
+ added new implementation of the read function
+ added embedded CUE sheet support (for Monkey's Audio
format)
+ added format name displaying
+ added DSD (Direct Stream Digital) support
+ changed minimal ffmpeg version to 3.2
+ removed libav support
* improved lyrics plugin:
+ added feature to save window geometry
+ added multiple lyrics providers support (based on Ultimare
Lyrics plugin)
* improved cdaudio plugin:
+ show more metadata
+ added KDE Solid integration
* improved remote playlists support
* improved m3u support
* using qsui by default for Wayland sessions
* fixed API documentation
* updated Portuguese, Dutch, Polish, Galician, Spanish,
Russian, Ukrainian, French, Indonesian, Greek, Italian and
German translations
- Refreshed qmmp-fix_cdda_version.patch
* Thu Mar 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.3.7:
* Use gnudb.org as a default CDDB server.
* Fix several crashes in the file operations plugin.
* Fix MPRIS support.
* Fix text scroller issues in the skinned plugin.
* Fix a CMake warning.
* Update translations.
- Drop support for old openSUSE versions.
* Wed Jan 15 2020 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.6
* added 'album artist' and 'composer' tags support in the
ffmpeg plugin
* fixed window title updating when playing CUE tracks
* fixed crash on Futura skin in the skinned ui
* updated French translation (Adrien Vigneron)
* updated Indonesian translation (Andika Triwidada and Wantoyo)
version 1.3.5:
* added icon for 'play/pause' action
* fixed 'album artist' tag support
* fixed issue with missing bitrate after application restart
* fixed issue with incorrect audio properties displaying
* fixed crash on corrupted .m4a files
* fixed duration overflow
* fixed playlist duration update
* fixed issue with special symbols in the track change plugin
* fixed crash on encrypted archives
* updated Galician translation (Delio Docampo Cordeiro)
* Wed Sep 04 2019 olaf@aepfle.de
- Own /usr/share/metainfo if needed
* Tue Aug 27 2019 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.4
* improved mp3 file determination
* added format name in the ffmpeg plugin
* fixed pausing logic
* fixed random crash when changing audio settings
* fixed crash in the QtMultimedia plugin
* fixed build warning
* fixed duration formatting
* fixed ReplayGain support
* fixed memory leak
* fixed multiple channels support in the equalizer
* updated Ukrainian translation (Gennady Motsyo)
* updated Italian translation (Luigi Toscano)
* Sun Jun 16 2019 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.3
* added float output support for PulseAudio, ALSA and OSS4
* added AppStream information (Joel Barrios Dueñas)
* added more icon sizes
* improved channel conversion
* fixed feature to remove tracks when using quick search in
the qsui plugin
* fixed crash on some corrupted archives
* fixed logo animation in the qsui plugin
* fixed freezing in the ffmpeg plugin
* updated Dutch translation (Heimen Stoffels)
* updated Greek translation (Dimitrios Glentadakis)
* Sun May 05 2019 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.2
* added feature to play track on double click in the history
plugin
* using album cover from file by default
* fixed lyrics plugin
* fixed API documentation
* fixed issue with read-only mode for FLAC files
* fixed issue with missing properties for some CUE tracks
* fixed shortcuts displaying in context menus under Qt 5.10 or
higher
* fixed Qt 5.13 support
* fixed crash under Wayland session
* fixed freezing on some corrupted files in the ffmpeg plugin
* fixed crash on some streams in the ffmpeg plugin
* fixed file type determination by content in the mpeg plugin
* Sat Mar 02 2019 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.1
* added projectM 3.1 support
* added feature to determine plugin prefix via pkgconfig (Chris
Spiegel)
* fixed current track text color in the qsui plugin
* fixed command line processing under Windows
* fixed AAC support
* fixed kwin.sh script (D1mon)
* updated Polish translation (mrerexx)
* updated Portuguese translation (Sérgio Marques)
* updated Finnish translation (Jiri Grönroos)
* updated Russian translation (Alexey Loginov)
- Dropped qmmp-projectM-qt5.patch
* Fri Mar 01 2019 olaf@aepfle.de
- Fix filelist for restricted build
Version: 1.3.0-bp151.3.2
* Tue Feb 19 2019 Luigi Baldoni <aloisio@gmx.com>
- Use correct path for plugin search, fixes (boo#1125787)
* Mon Feb 11 2019 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.0
* added history plugin
* added mono to stereo converter
* added mpg123-based decoder
* added PulseAudio volume control
* added cover edition feature
* added playlist reading/writing optimization
* added TAK support
* added feature to send listened tracks to ListenBrainz
* added sorting by time in the history plugin
* changed KDE notification plugin description
* improved skinned plugin:
+ added KWin rules
+ added feature to hide splitters
+ added alternate splitter colors
+ added ability to hold the first visible track while
loading a playlist
* improved qsui plugin:
+ added feature to hide splitters
+ added feature to change splitter color
+ added ability to hold the first visible track while
loading a playlist
* moved removable volumes to the "add" menu
* improved http plugin:
+ reduced number of memory allocations
+ limited maximum buffer size
* improved stream browser:
+ added feature to edit bookmark list
+ moved launch action from "tools" to "add" menu
* added track properties to the title formatting fields
* added feature to disable tag reading while loading a
playlist file
* reduced number of locks
* improved command line support
* fixed "--pl-help", "--nowplaying-syntax" command line
options processing
* fixed feature to disable engine
* fixed flac preset in the converter plugin
* fixed xfce support
* improved Windows support:
+ added support for progress indicator in the taskbar
(taskbar plugin)
+ added removable device detecion (rdetect plugin)
+ added exclusive mode in the WASAPI plugin
* hid private symbols in the liqmmp and libqmmpui libraries
* changed plugin installation path
* resolved conflict between Qt4- and Qt5-based versions
* using GNUInstallDirs module for cmake build
* removed mpris1 support
* removed support for old versions of the following libraries:
musepack, curl, alsa, sndlib, ffmpeg
* removed Windows XP support
* removed uninstall plugin
* replaced deprecated Qt classes: QDesktopWidget, QSignalMapper
* updated Russian translation (Alexey Loginov, Viktor Eruhin)
* updated Polish translation (mrerexx)
* updated Portuguese translation (Sérgio Marques)
* updated Ukrainian translation (Gennady Motsyo)
* updated Spanish translation (Joel Barrios)
* updated German translation (Ettore Atalan)
* updated Greek translation (Dimitrios Glentadakis)
* updated Galician translation (Delio Docampo Cordeiro)
* updated Indonesian translation (Wantoyo)
* updated Italian translation (Luigi Toscano)
* updated Finnish translation (Jiri Grönroos)
* updated Chinese Traditional translation (Cosmos Chen)
version 1.2.6
* fixed OSS4 plugin build
* fixed 12, 20-bit integer and 32-bit float formats support in
the WavPack plugin
* Fri Dec 21 2018 aloisio@gmx.com
- Update to version 1.2.5
* added icon for 'exit' action in the tray icon menu
* fixed drag-and-drop issue under Qt 5.12
* fixed issue with 8-bit audio in the ffmpeg plugin
* fixed latest mplayer output parsing
* fixed '--quit' command line option processing
* fixed issue with empty audio parameters
* Sun Nov 11 2018 olaf@aepfle.de
- ExclusiveArch x86 because ARM lacks projectM-Qt5
* Sat Sep 22 2018 sor.alexei@meowr.ru
- Update to version 1.2.4:
* Add equaliser optimisation.
* Update translation list.
* Improve PCM WAVE support.
* Fix a segmentation fault.
* Fix tag reading in the archive plugin.
* Fix seeking in the archive plugin.
* Fix issue with multiscreen configuration.
* Update translations.
* Sat Jul 21 2018 sor.alexei@meowr.ru
- Update to version 1.2.3:
* Add Qmmp 0.12/1.3 config compatibility.
* Disable global shortcuts during configuration.
* Improve global hotkey plugin.
* Fix some gcc warnings.
* Fix metadata updating issue.
* Fix an issue caused by sending same metadata several times in a
row.
* Fri Jun 01 2018 sor.alexei@meowr.ru
- Update to version 1.2.2:
* Fix building with Qt 5.11+.
* Fix memory leaks.
Version: 1.2.1-bp150.2.8
* Thu Apr 19 2018 sor.alexei@meowr.ru
- Update to version 1.2.1:
* Add ffmpeg 4.0 support.
* Add a feature to change the default user interface.
* Fix playlists moving.
* Fix openbox support.
* Fix kwin support.
* Fix mp3 detection.
* Fix seeking by mouse wheel.
* Fix build with Qt 5.11.
* Update translations.
* Sun Nov 26 2017 sor.alexei@meowr.ru
- Update to version 1.2.0:
* Add an archive reader plugin (requires TagLib 1.11 or higher).
* Add a file writer plugin.
* Add an icecast output plugin.
* Add a feature to disable notifications when another application
is in the full screen mode.
* Add a cover tab to the track details dialogue.
* Add a "--volume-status" command-line option.
* Add a "--mute-status" command-line option.
* Add a feature to change user interface from the command line.
* Add the parent directory name to the title formatting fields.
* Add cache to the lyrics plugin.
* Add a feature to clear the window title when playback is
finished.
* Add a "Raise" method implementation to the mpris plugin.
* Add a mount point list to the file dialogue.
* Improve plugin API.
* Improve cover cache.
* Improve visualisation support.
* Improve the aac plugin.
* Improve audio format determination in the ffmpeg plugin.
* Improve m3u, pls and xspf support.
* Improve DirectSound and WASAPI support.
* Improve the sndfile plugin.
* Improve the mpeg plugin:
- add lame header support;
- add gapless support;
- improve file type determination.
* Improve the qsui plugin:
- add quick search to the file system browser;
- add quick search to the playlist;
- add a feature to change toolbar icon size;
- add record button;
- add cover image alignment;
- reduce memory usage;
- improve settings.
* Fix memory leaks
* Add a Finnish translation.
* Update Brazilian Portuguese, Czech translation,
Chinese Simplified, French, Galician, German, Greek,
Indonesian, Polish, Portuguese, Russian, Spanish, Japanese,
Ukrainian translations.
- Drop qmmp-taglib-1.9.patch.
* Sun Oct 22 2017 sor.alexei@meowr.ru
- Update to version 1.1.12:
* Fix an IPC regression.
* Fri Oct 20 2017 sor.alexei@meowr.ru
- Update to version 1.1.11:
* Add AAC mime types to the qmmp.desktop.
* Add album artist support in the cue parsers.
* Using game name as album tag in the gme plugin.
* Fix seeking in the mpris plugin.
* Fix an issue with untracked property in the mpris plugin.
* Fix a possible segmentation fault.
* Fix cmake warnings.
* Fix cmake 3.10 support.
* Fix file size calculation in the ffmpeg plugin.
* Fix a possible segmentation fault in the ffmpeg plugin.
* Fix saving of the equaliser "auto" mode option.
* Fix control socket permissions.
* Fix rusxmms support.
* Update Spanish, Portuguese, Greek translations.
- Rebase qmmp-projectM-qt5.patch.
* Fri Aug 25 2017 olaf@aepfle.de
- Enable mad unconditionally
* Thu Aug 10 2017 aloisio@gmx.com
- Added qmmp-projectM-qt5.patch to use projectM-qt5
* Fri Aug 04 2017 sor.alexei@meowr.ru
- Update to version 1.1.10:
* Add a feature to download playlists from https.
* Increase DirectSound buffer size.
* Decrease waiting time in the WASAPI plugin.
* Improve plugin list in the settings dialogue.
* Fix a regression in the "jump to track" dialogue.
* Fix a possible segmentation fault.
* Fix seeking in the ffmpeg plugin.
* Fix null pointer dereference in the mpeg plugin.
* Fix gcc warnings.
* Fix dithering settings.
* Fix 24 bits support in the WASAPI plugin.
* Fix segmentation fault on Ogg FLAC streams.
* Fix XPM skins support.
* Fix Qt 5.9 support in the global hotkey plugin.
* Update documentation.
* Update Galician translation.
* Tue Jun 27 2017 olaf@aepfle.de
- build conditional for mad
* Sat Jun 03 2017 sor.alexei@meowr.ru
- Update to version 1.1.9:
* Use relative skin path for configuration portability.
* Improve WASAPI support.
* Fix cursors support in the skinned user interface.
* Fix freezing when using DirectSound output.
* Fix an issue with the "jump to track" dialogue when single
click activation is enabled.
* Fix tray icon tooltip.
* Fix FLAC bitrate calculation.
* Fix segmentation fault in the ffmpeg plugin.
* Fix documentation.
* Update French and Russian translations.
- Enable building with libmad for newer openSUSE releases even
outside of Packman.
- Add qmmp-fix-openmpt.patch: fix OpenMPT compatibility.
* Thu Mar 23 2017 sor.alexei@meowr.ru
- Update to version 1.1.8:
* Fix PCM Wave support.
* Fix Game Boy support in the gme plugin.
* Fix Xing header detection in the mpeg plugin.
* Fix output of the '--status' command line option.
* Fix maximum year in the tag editor.
* Sun Feb 05 2017 sor.alexei@meowr.ru
- Update to version 1.1.7:
* Improve stream format determination in the ffmpeg plugin.
* Fix GCC 6.x support.
* Fix a possible segmentation fault.
* Fix a crash when using KDE file dialogue.
* Fix saving state of the visual plugins.
* Update Brazilian Portuguese translation.
* Thu Jan 12 2017 sor.alexei@meowr.ru
- Update to version 1.1.6:
* Use the HTTP header 'icy-name' as a fallback title.
* Enable AAC by default in the ffmpeg plugin.
* Fix the ADTS parser in the AAC plugin.
* Fix a possible segmentation fault.
* Fix Ogg Opus streams support.
* Update the Chinese Simplified translation.
* Wed Nov 09 2016 sor.alexei@meowr.ru
- Update to version 1.1.5:
* Add FFmpeg 3.2 support.
* Fix file downloading issue in the http plugin.
* Fix directory selection in the qsui plugin.
* Fix a possible segmentation fault.
* Fix command line option '--pl-repeat-toggle'.
* Fix some cppcheck warnings.
* Change a file dialogue form.
* Wed Oct 05 2016 sor.alexei@meowr.ru
- Update to version 1.1.4:
* Fix support of skins UTF-16 with encoded pledit.txt.
* Fix 'index out of range' warning.
* Fix typo in the qsui plugin.
* Fri Aug 26 2016 sor.alexei@meowr.ru
- Update to version 1.1.3:
* Add a xesam:contentCreated field in the mpris plugin.
* Improve ape/tta detection.
* Fix random stop bug.
* Fix duration calculation in the mpeg plugin.
* Fix scrobbling of tracks with '&' symbol.
* Fix ADTS parser in the aac plugin.
* Fix librcc database path in the portable mode.
* Update Brazilian Portuguese and German translations.
* Thu Aug 04 2016 olaf@aepfle.de
- Use buildconditional for faad and mad support
* Sat Jul 23 2016 sor.alexei@meowr.ru
- Update to version 1.1.2:
* Fix path to equaliser presets file in the qsui plugin.
* Fix buffer overflow.
* Mon Jul 04 2016 sor.alexei@meowr.ru
- Update to version 1.1.1:
* Add FFmpeg 3.1 support.
* Fix Qt 5.7 support.
* Fix Russian translation.
* Update Ukrainian, Portuguese translation.
- Rebase qmmp-taglib-1.9.patch.
* Wed Jun 29 2016 sor.alexei@meowr.ru
- Add qmmp-taglib-1.9.patch: extend TagLib support to 1.9.
* Tue Jun 21 2016 sor.alexei@meowr.ru
- Update to version 1.1.0:
* Use floating point pcm format for all lossy decoders.
* Use floating point pcm format for all audio effects.
* Add new internal audio converter.
* Add dithering setting.
* Add feature to change output bit depth.
* Add feature to change volume adjustment step.
* Add soxr-based resampler plugin.
* Remove libsamplerate-based resampler.
* Add Qt Multimedia output plugin.
* Add feature to refresh playlist.
* Add two-panel file dialog.
* Add feature to scrobble http streams.
* Add multi-thread support in the audio converter plugin.
* Add support for m4a files in the ReplayGain scanner.
* Add WASAPI output plugin.
* Add https support in the http plugin.
* Add wildmidi 0.4.0 support.
* Add support for XMIDI and MUS (id Software) formats.
* Improve skinned interface:
- show track details when double-clicking on song title in the
main window;
- improve time indicator in the shaded mode;
- add feature to disable anti-aliasing;
- add feature to seek by mouse wheel;
- add column alignment option.
* Improve simple user interface (qsui):
- add column alignment option;
- add feature to add/remove sliders;
- add feature to create multiple panels;
- add tooltips for the sliders;
- improve volume slider;
- fix problem with minimum width.
* Improve wavpack plugin:
- add some optimisations;
- fix a memory leak.
* Improve ffmpeg plugin:
- add support for m4a embedded album art;
- add replaygain support
* Improve ladspa plugin.
* Improve command line parser.
* Improve details dialog.
* Improve "jump to track" dialog.
* Change default settings in the mpeg plugin.
* Fix metadata encoding issue in the http plugin.
* Fix compiz support.
* Fix disc number parsing.
* Update Bulgarian translation, Chinese Traditional,
Chinese Simplified, French, German, Greek, Hebrew, Japanese,
Portuguese, Russian, Ukrainian translations.
- Rebase qmmp-default-pulse.patch.