-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
60 lines (47 loc) · 1.53 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
Major changes in 0.14 are:
* build: Respect directory options in post install script
* desktop: Fix translatable string merging
* meson: Bump minimum version to 1.0.0
* meson: Use SPDX for license
Major changes in 0.13 are:
* meson: Do not fail if destdir isn't set
* meson: Install user-dirs-update-gtk.desktop in the correct datadir
Major changes in 0.12 are:
* Add CI
* Replace autotools with meson
* update: Set wm_class to match .desktop file name
* data: Also install desktop file into datadir
* Translation updates
Major changes in 0.11 are:
* Translation updates
Major changes in 0.10 are:
* Use new location for GTK+ bookmarks file
Major changes in 0.9 are:
* Port to Gtk 3
* Add Unity and LXDE to desktop file OnlyShowIn
* Faster startup by only initializing Gtk when needed
* Translation updates
Major changes in 0.8 are:
* Translation updates
Major changes in 0.7 are:
* More translations
* Translate autostart files
* Some UI cleanup
* Handle all en_US* versions
* Don't make bookmarks to the desktop
Major changes in 0.6 are:
* New translations
* Portability fix
Major changes in 0.5 are:
* Don't display locale change dialog if the new locale is not translated
* Don't display locale change dialog if there would be no changes
Major changes in 0.4 are:
* New translations
* Remove old empty dirs on locale update
Major changes in 0.3 are:
* German translation
* Fail configure if xdg-user-dirs-update isn't found
Major changes in 0.2 are:
* Fixed issues in autostart desktop file
Major changes in 0.1 are:
* Initial release