-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
164 lines (135 loc) · 5.51 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
0.3.2 (2024-12-25)
=====
- Update copyright year
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- build: Remove check for libx11
- scan-build: Add false positive file
- build: clang: Silence -Wunused-function
- build: Fix -Werror=unused-function
- I18n: Update po/LINGUAS list
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- build: Switch from intltool to gettext
- Translation Updates:
Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque,
Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch, Eastern Armenian, English
(Australia), English (United Kingdom), Estonian, Finnish, French,
Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
Uyghur
0.3.1 (2023-04-22)
=====
- Improve icon and style of clear playlist button
- build: Fix "unhandled error" vala warning
- build: Fix "never used" vala warning
- build: Fix "access to static member" vala warning
- Fix previous commit
- Update copyright year
- build: Silence compiler warnings for generated C code
- build: Add GLib requirement
- Fix make distcheck and update urls
- Fix missing-prototypes
- Update COPYING
- Fix compilation warnings
- autoconf: Some updates
- Update `.gitignore`
- use Gtk MenuButton for context button
- Call methods from GtkDialog instead of XfceTitleDialog (#8)
- add parenthesis around expression
- Adds new README.md and updates AM_INIT_AUTOMAKE macro with foreign
option
- Add basic GitLab pipeline
- Use 'multimedia-player' icon instead of 'stock_volume' (Bug #15636)
- Translation Updates:
Albanian, Armenian (Armenia), Belarusian, Catalan, Chinese (China),
Chinese (Taiwan), Croatian, Czech, Danish, Eastern Armenian, English
(United Kingdom), Estonian, Finnish, French, Galician, German, Greek,
Hebrew, Icelandic, Indonesian, Interlingue, Italian, Lithuanian,
Norwegian Bokmål, Occitan (post 1500), Persian (Iran), Portuguese,
Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian,
Uyghur
0.3.0 (2019-06-22)
- Stable release of 0.2.90
- Fixed build issues
- Translation updates
0.2.90 (2019-02-26)
- GTK3 Port! (Thanks Johannes)
- Resume playback after replacing queue (#9100)
- Tons of translation updates!
0.2.3 (2016-06-30)
- Fix ambiguity between GLib.Timeout and Gtk.Timeout (#11062)
- Use AC_CONFIG_HEADERS in configure.in.in (#11063)
- Unlock mutex in connect instead of connect_thread, otherwise we'd try to unlock an unlocked mutex (#10366)
- Tons of translation updates!
0.2.2 (2011-10-23)
- Add status-icon to hide Xfmpc and keep it running in the background
- Add a Shortcuts dialog to show existing shortcuts
- Tweak visual aspects
- Fix misc bugs
- Bumped minimum GTK+ version to 2.16
0.2.1 (2011-02-01)
- Add support for consume and single modes
- Set Xfmpc window title to what is currently playing in mpd
- Remove dbbrowser-last-entry preference
- Port to libxfce4ui
- Port to automake 1.11
- Remove dependency on xfce4-vala (Add vapi files in the source directory)
- Fix misc bugs
0.2.0 (2009-09-03)
- Rewrite into Vala
- Install a manpage for xfmpc
- Handle MPD connections through a thread
- Fix misc bugs
0.1.0 (2009-03-28)
- Preferences dialog for the MPD server and the appearance
- An about dialog
- Display the song position in the playlist
- The database browser shows filenames already in the playlist in bold
- A statusbar with the number of songs and total time of the playlist
- A Replace item in the database browser context menu
- A Browse item in the database browser (search results) and the playlist
context menus to go to the directory of a song
- An information item in the playlist context menu
- Fix misc bugs
- New translations: Swedish, Turkish, Portuguese, Czech, Basque, Italian,
Spanish, Catalan
0.0.7 (2008-08-25)
- Add a search entry in the database browser
- Add a right click menu in the database browser to add the selected songs
- Add a right click menu in the playlist to remove the selected songs
- Fix misc bugs
- New translations: Finnish, Indonesian, Japanese, Ukrainian
0.0.6 (2008-04-20)
- New button that displays a context menu
- Possibility to switch repeat and random in the context menu
- Reload the database view on changes (mpc update)
- Fix misc bugs
0.0.5 (2008-04-05)
- Add Clear Playlist and Refresh Database buttons
- Clean up XfmpcInterface, move GtkWindow code to main.c
- Fix misc bugs
0.0.4 (2008-03-28)
- Add a database browser with the ability to add songs
- Add behaviors in the filter entry of the playlist
- Be more efficient with playlist refreshes
- Fix misc bugs
0.0.3 (2008-02-23)
- New widget XfmpcExtendedInterface which displays notebook pages selectable
through a combo box
- New widget XfmpcPlaylist with a filter entry
- Save the state of the window (sticky window, size)
- Installs a desktop file entry
- Emit signals on changes instead of setting a bitfield inside XfmpcMpdclient
0.0.2 (2008-01-27)
- Keybindings (Ctrl+B/P/S/F/V) to go backwards, play/pause, stop, go forwards,
and open the volume slider.
- A cleaner interface to libmpd, with status handling.
- A GObjectified XfmpcMpdclient.
- A GObject XfmpcPreferences interface, so far it remembers the last position
of the XfmpcInterface.
0.0.1 (2008-01-20)
First release, with controls and notink more