1
2     ..|''||   '||'  '|' '||' '||    ||' '||'  '|' '||''|.
3    .|'    ||   ||    |   ||   |||  |||   ||    |   ||   ||
4    ||      ||  ||    |   ||   |'|..'||   ||    |   ||...|'
5    '|.  '. '|  ||    |   ||   | '|' ||   ||    |   ||
6      '|...'|.   '|..'   .||. .|. | .||.   '|..'   .||.
7
8    Change Log
9_____________________________________________________________
10
11   version x.y.z (superior.major.minor)
12
13
14
15   v. 1.4.4  2018 12 20
16
17   * Fixed: Wrong time-stamp for some (single track) albums.
18   * Fixed: Using the systray Quimup always started minimized.
19   * Fixed: Player was not the active window after startup.
20   * Fixed: Files dropped on playlist are inserted at position.
21   * Fixed: Crash with deleted/moved external playlist items.
22   * Fixed: Compilation error on Mageia (thanks David Geiger).
23   * Fixed: libpng warning: iCCP: known incorrect sRGB profile.
24   * Coded: Fixed many new c++ compiler warnings (not errors).
25   * Coded: Added Taglib version check in qm_player (openSuse).
26   * Other: Autoconfig searches more places for mpd.conf
27   * Other: Settings window is now resizable (as it should be).
28   * Other: Some changes in 'about' text and 'Settings' layout.
29
30
31   v. 1.4.3  2018 01 01
32
33   * Fixed: Possible crash when connection to MPD was lost.
34   * Fixed: Settings window could be too small for comfort.
35   * Fixed: Column widths not set in Library and Playlist view.
36   * Fixed: Obsolete email address in 'about'.
37   * Added: Option to start player minimized.
38   * Other: Minor cosmetic changes.
39
40
41   v. 1.4.2  2016 05 15
42
43   * Added: Use flac-type embedded cover art from ogg file.
44
45
46   v. 1.4.1  2016 04 01
47
48   * Fixed: 'Auto' profile wrongly found multiple config files.
49   * Fixed: On startup player could show 2 close buttons.
50   * Fixed: Folder browser did not list .m3u playlists
51   * Coded: Added #include <QDataStream> to qtlocalpeer.h
52   * Other: Minor changes in dialog text and command-line output.
53
54
55   v. 1.4.0  2015 02 01
56
57   Quimup 1.4.0 depends on QT5 libs!
58
59   * Coded: Migrated the code to QT5
60   * Fixed: After changing colors wrong album-art could be shown.
61   * Added: Use embedded cover art from asf and ape-tagged mp3.
62
63
64   v. 1.3.2   2014 06 12
65
66   Quimup 1.3.2 depends (also) on taglib.
67
68   * Fixed: Provided password was not used unconditionally.
69   * Fixed: Playlist not updated when a dropped item was rejected.
70   * Fixed: Settings were not saved upon system shutdown/logout.
71   * Fixed: Could not find translation(s) in default location.
72   * Fixed: Music dir was not always found automatically.
73   * Added: Use embedded cover art (mp3 ogg mpc mp4 flac wv ape).
74   * Added: Player and Browser now respond to 'media keys'.
75   * Added: Support for *.cue playlist files in folder view.
76   * Added: 'Reset status' to playlist context menu.
77   * Added: '-l none' to cmd parameters to force internal locale.
78   * Added: More extensions are accepted for D&D operations.
79   * Other: Some cosmetic tweaks, as usual.
80
81
82   v. 1.3.1   2013 12 02
83
84   * Added: Support for the 'Disc Number' tag.
85   * Added: Stream loader can handle compound urls better.
86   * Added: Manually override MPD's (remote) music dir.
87   * Fixed: Crash upon calling mpd_return_pair.
88   * Fixed: Hide-show toggle changed player position on Gnome.
89   * Fixed: Allow more time to connect to MPD at start-up.
90   * Fixed: Possible wrong sorting order of dragged items.
91   * Coded: Project 'includes' libmpdclient using pkg-config.
92
93
94   v. 1.3.0   2013 01 04
95
96   Quimup 1.3.0 can take advantage of new feautures in MPD 0.17
97   and accepts files by drag-n-drop or by using 'open with'.
98
99   * Added: "Drag & drop" from file manager to quimup.
100   * Added: "Open with" from file manager (%U or %F).
101   * Added: Single-instance-mode (by default).
102   * Added: Localization support (no translations yet).
103   * Added: Command line parameters (try "quimup -help").
104   * Added: Rescan tags for any selection (library menu).
105   * Added: Folder search in the media browser.
106   * Added: Check if mpd is running when quimup starts up.
107   * Added: Option to apply colors to the album info widget.
108   * Added: Music directory is requested from MPD (0.17+).
109   * Added: Playlist scrolls to drop-position after d&d.
110   * Added: Drop on playlist allows insert (not just append).
111   * Added: Manually controlled widths in library and playlist.
112   * Added: Track titles shown across all colums in library.
113   * Added: A first-run dialog with some useful tips.
114   * Added: More details on command line in case of MPD-errors.
115   * Fixed: Kb/s updated a bit too frequently.
116   * Fixed: Automatic column width was not working very well.
117   * Fixed: After playlist update 'played' status was lost.
118   * Fixed: Browser not showing up after workspace changed.
119   * Fixed: Possible sorting errors (now cAsE sEnSiTiVe).
120   * Fixed: Not all commands checked against MPD_allowed.
121   * Fixed: Not all features disabled after lost connection.
122   * Fixed: Failed to connect with remotely running mpd.
123   * Fixed: False error dialogs with remotely running mpd.
124   * Fixed: No response to xfade time setting (until toggled).
125   * Fixed: Rearranged playlist items could be in wrong order.
126   * Fixed: Commented-out lines in mpd.conf were not ignored.
127   * Fixed: Album art did not ignore non-image files.
128   * Fixed: No response to lost connection using socket.
129   * Fixed: Shuffle did not handle 'idle' item correctly.
130   * Fixed: Non fatal error on "setOutputs".
131   * Coded: Playlist management completely revised.
132   * Coded: Memory not freed when getting replaygain-mode.
133   * Coded: Compilation error "getuid not declared".
134   * Coded: Compilation error "usleep not declared".
135   * Coded: Worked around a setHsv() bug in the color picker.
136   * Coded: Rewritten update and song-reload functions.
137
138
139