aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-04-15 21:23:57 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-04-15 21:23:57 +0000
commitc5df1bed612f43dc79a12e24b59df7338e40e2fb (patch)
tree48a871d024fc41a1e557a2739ef448310828fa65 /ChangeLog
parentdf1555e7b3309ae87822106993ebb82142a19f6d (diff)
downloadqmmp-c5df1bed612f43dc79a12e24b59df7338e40e2fb.tar.gz
qmmp-c5df1bed612f43dc79a12e24b59df7338e40e2fb.tar.bz2
qmmp-c5df1bed612f43dc79a12e24b59df7338e40e2fb.zip
updated ChangeLog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9810 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4be39186c..7947d1888 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1606,3 +1606,34 @@ Version 1.4.0
* updated Greek translation (Dimitrios Glentadakis)
* updated Italian translation (Luigi Toscano)
* updated German translation (Ettore Atalan)
+
+Version 1.5.0
+* added media library plugin (experimental)
+* added builtin CUE editor
+* added m4b support in the ffmpeg plugin
+* added option to enable CRC checking in the mpeg plugin
+* added ID3v1/ID3v2 charset detection using librcd library in the mpeg plugin
+* added webp format support for cover image
+* added groups rebuilding after playlist updating
+* added metadata formatter optimization
+* added "%dir" function in the metdata formatter
+* added feature to integrate widgets to main interface from plugins
+* added feature to execute external command in the fileops plugin
+* improved visualization synchronization
+* improved lyrics plugin:
+ - added widget mode
+ - show text of the current playing song (in the widget mode only)
+ - fixed form layout
+* improved qsui plugin:
+ - added feature to add dock widgets from plugins
+ - added feature to change tab bar position
+ - added icons to the filesystem browser menu
+ - added feature to group dock widgets in the multiple lines
+ - removed "Actions" submenu, using "Tools" menu instead
+* improved skinned plugin:
+ - added playlist color settings
+ - moved "Show playlists" option to "Playlist" submenu
+ - moved "group tracks" and "show header" options to "Playlist" submenu
+* removed some deprecated API usage
+* removed obsolete code
+* changed minimal ffmpeg version to 3.4