wmusic: Bump to version 2.1.0
[dockapps.git] / wmusic / ChangeLog
blobed5554362b02367e6db9601bd3b20530c08d13ff
1 - 2.1.0
2 * Updated for playerctl 2.
3 * Eject button now cycles between media players.
4 * When media player exits (and wmusic is run without the -R option), wmusic
5   will now try to connect to a different player.
6 * Various bug fixes, including some memory leaks.
8 - 2.0.0
9 * Now maintained by the Window Maker Team.
10 * Remove debian directory, spec file, and generated autotools files.
11 * Remove libdockapp directory; we will used shared lib.
12 * Modernize autotools files.
13 * Remove version.h header file; use autoconf's PACKAGE_STRING instead.
14 * Update location of libdockapp header file.
15 * Port to playerctl for MPRIS support.
16   Since development on XMMS ended long ago (last release was in 2007), we have
17   switched support to MPRIS (Media Player Remote Interfacing Specification),
18   an API for controlling *any* media player which supports it.  We use the
19   playerctl C library, available from https://github.com/acrisci/playerctl.
20   Because of the switch, several more XMMS-specific features have been removed.
21   In particular,
22   + The channels are no longer displayed, and the volume is always displayed.
23   + The bitrate is no longer displayed, and the title is always displayed.
24   + The eject feature no longer is functional, although the eject button is
25     still present.
26   + Toggling between the various XMMS windows is no longer supported.
27 * Fix incompatible pointer types.
28 * Fix display bug; print entire title for short titles.
29   Previously, if a title was too short to require scrolling, the first
30   character was omitted.
31 * Remove unsupported command line options.
32 * Print message when connecting to new player.
33 * Fix volume display bug.
34   The black pixels which were copied to the right part of the volume slider
35   when the volume was decreased actually included a one-pixel-wide line of the
36   bright red indicating max volume.
37 * Remove trailing whitespace.
38 * Separate changelog into its own file.
39 * Add manpage (adapted from Debian).
40 * Update documentation and help text.
41 * Include all necessary header files.
42 * Add desktop file.
44 - 1.5.0
45 * Added -R option to start xmms when wmusic is started, and to exit wmusic
46   when xmms exits.
47   (Thanks to Mateusz Greszta)
48 * Incremented the minor version number, getting sick of 1.4.xx releases :)
50 - 1.4.14
51 * Fixed the configure/manpage issue from 1.4.13 :)
53 - 1.4.13
54 * Added Russian/Ukrainian glyph support.
55   (Thanks to Alexey Voinov <voins@voins.program.ru>,
56    Michael Shigorin <mike@altlinux.ru>)
58 - 1.4.12
59 * Added patch to make sure xmms is running before calling some functions.
60   (Thanks to Michael Cohrs <<michael@cohrs.de>)
61 * Added patch to fix volume slider overdrawing.
62   (Thanks to Zdik Kudrle <zdik.kudrle@borg.cz>)
63 * Added patch to treat main window just like playlist, equalizer, with regard
64   to visibility after right-clicking the wmusic app.
65   (Thanks to Nicolas Hinz <nicolas-hinz@gmx.de>)
67 - 1.4.11
68 * Added patch to show volume slider (-b flag), allowing volume control
69   without a scroll mouse.
70   (Thanks to Alessandro Budai <budai@ingsun1.univ.trieste.it>)
72 - 1.4.10
73 * Added patch to fix segfaults caused by wrong size of displayRect array
74   (Thanks to Alexey Voinov <voins@voins.program.ru>)
76 - 1.4.9
77 * Added patch to stop rotating arrow when XMMS is paused (-a flag)
78 * Added patch to switch between time left and time elapsed display
79   (-l flag to start with time left)
80 * Changed docs to reflect new maintainership (John Chapin)
82 - 1.4.8
83 * Corrected e-mail addresses
85 - 1.4.7
86 * KDE support removed (maybe) because it breaks everything else (should fix
87   the "buttons not clickable" problem)
89 - 1.4.6
90 * Non-GNU make fixes (thanks to Eric Melville <eric@freebsd.org>)
91 * KDE support in libdockapp (thanks to Alain Schroeder <alain@mini.gt.owl.de>)
92 * KDE testing and README update (thanks to Eric Christopherson from #kde-users)
94 - 1.4.5
95 * Fixed another leak (will it ever stop ?)
96         (thanks to Ulrich Seidl for finding it out)
98 - 1.4.4
99 * Fixed a leak (thanks to Gerry OKeefe for reporting this one)
101 - 1.4.3
102 * Fixed volume flag to be -V (collided with -v/--version)
103 * Updated man page
104 * Fixed a leak
105 * Fixed title "freezing" when emptying the playlist
106 * Changed the separator for the scrolling title (and the code as well)
107 * Added ()*/ to the recognized characters
108 * Fixed a segfault related to the new separator code
110 - 1.4.2
111 * Updated manpage
112 * Added manpage by Alain Schroeder
113 * Added -t flag to start with title display (idea by Antoine Labour as well)
114 * Added apostroph in title (Antoine Labour <antoine.labour@m4x.org>)
115 * Fixed 2 segfaults (title related again)
117 - 1.4.1
118 * Fixed wmusic.spec.in (thanks to g0sh on OPN)
119 * Really fixed the title display bugs
120 * Make sure to use -w to run it under window managers other than Window Maker
121 * Made the title scrolling speed slower
123 - 1.4
124 * Debian fixes and maintainership (Alain Schroeder)
125 * Wheel scroll support for volume change (thanks Marius Aamodt Eriksen)
126 * Added scroll title display, had to rework the GUI a bit
128 - 1.2.6
129 * Added hours:minutes display for songs longer than 99 minutes and 59 seconds
130   (idea by Scott Mc Dermott <scottm@octaldream.com>)
131 * Now upstream Debian package
133 - 1.2.5
134 * Changed the size of the dockapp to 64x64, now Sawfish compatible
136 - 1.2.4
137 * Included libdockapp inside the archive, it is not needed to download and
138   install it separately.
139 * Added AfterStep compatibility
141 - 1.2.3
142 * Removed -n option (don't run XMMS on startup)
143 * Added -r option (run XMMS on startup)
144 * Double-click on the display will now run XMMS
145 * Added more differences between XMMS not playing / XMMS not running
147 - 1.2.2
148 * fixed a crazy cpu bug, threads are no more used
150 - 1.2.1
151 * changed the name from wmplay to wmusic
152 * fixed a bug (uninitialized var. was used on some circumstances)
153 * removed the close-on-xmms-close (click on the display to run xmms)
154 * added -n switch to avoid running xmms on startup
156 - 1.2
157 * a little bug fix for transparency
158 * added autoconf support, thanks to Logan
160 - 1.1.9
161 * Added -x switch for wmxmms like mouse-bindings
162         (lo_tek wanted it :P)
164 - 1.1.8
165 * Now multi-threaded, so that the display is independant of the rest
167 - 1.1.0
168 * Rewrote to use libdockapp rather than gdk
170 - 0.9.9
171 * Added Stereo/Mono display
172 * Added kbps display
174 - 0.9
175 * Added time and pos display, and the rotating arrow
176 * Switched the building to a Makefile
178 - 0.1
179 * First version, only the bottom buttons are working