-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
122 lines (94 loc) · 3.29 KB
/
ChangeLog
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
Mar 14, 2020 - Version 0.4.1
============================
* Fix compilation with GCC 10's new defaults
Jun 18, 2017 - Version 0.4.0
============================
* Added support for Radio Browser directory of online radio stations.
Dec 11, 2016 - Version 0.3.11
=============================
* Added GTK-2 autoconf macro to allow mainter configuration without GTK2
development files.
Jan 3, 2016 - Version 0.3.10
============================
* Fancier About and Settings screens.
Jan 2, 2016 - Version 0.3.9
============================
* Added French translation (by mauron from MATE Transifex project).
Jan 2, 2016 - Version 0.3.8
============================
* Updated translations.
Jan 2, 2016 - Version 0.3.7
============================
* Moved settings to their own menu entry.
* Added setting for notification display duration.
Jan 1, 2016 - Version 0.3.6
============================
* Updated translations.
Dec 31, 2015 - Version 0.3.5
============================
* Make Makefiles properly discover translatable strings from header files.
Dec 30, 2015 - Version 0.3.4
============================
* Make menu entries translatable under MATE.
Dec 29, 2015 - Version 0.3.3
============================
* Skip duplicate song title frames in media stream to avoid duplicate
notifications.
Dec 16, 2015 - Version 0.3.2
============================
* Add Turkish translation (by tarakbumba).
Dec 14, 2015 - Version 0.3.1
============================
* Fix checkbox for notifications to reflect option value on load.
Dec 13, 2015 - Version 0.3.0
============================
* Adding notifications with song titles.
Aug 30, 2015 - Version 0.2.3
============================
* Add labels to GTK 3 buttons.
Aug 16, 2015 - Version 0.2.2
============================
* Fix checksum calculation for menu items.
Jul 26, 2015 - Version 0.2.1
============================
* Improve GTK3 support
Jul 26, 2015 - Version 0.2.0
============================
* Add GTK3 support
Jul 4, 2015 - Version 0.1.4
============================
* Fix compiler warnings.
Dec 31, 2014 - Version 0.1.3
============================
* Fix a crash when Up/Down/Del button is pressed on the Favourites page, but
nothing is selected.
* Make the Enter key work in the search fields.
Nov 15, 2014 - Version 0.1.2
============================
* Fix a random crash when the applet builds the Recent or Favourites menus.
Nov 2, 2014 - Version 0.1.1
===========================
* Fixed a non-working search buton on the Icecaset tab.
Apr 24, 2014 - Version 0.1.0
============================
* Added the Custom tab to load a station list from a local file.
Dec 23, 2013 - Version 0.0.5
============================
* Fixed a warning regarding missing accelerators in Recent and Favourites
submenus.
* Fixed an issue when a new entry in Favourites was not created if the
Favourites list is empty.
Nov 3, 2013 - Version 0.0.4
===========================
* Backport to GNOME-2 for RHEL6 and derivatives.
Oct 16, 2013 - Version 0.0.3
============================
* Update in libexec dir handling.
Sep 26, 2013 - Version 0.0.2
============================
* Updated autoconf to accept a non-standard libexec dir
* More conservative DB writes: write earlier, close earlier
to prevent data loss in some cases
Sep 1, 2013 - Version 0.0.1
============================
* Initial release.