-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
87 lines (43 loc) · 1.31 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
Change Log
==========
## 2.0.0 (2022-10-28)
Changes:
* The extension has been ported to `libnautilus-extension-4`
## 1.0.6 (2021-09-21)
Changes:
* Added Dutch translation
## 1.0.5 (2021-09-03)
Changes:
* `AM_GNU_GETTEXT_VERSION([0.21])` has been replaced with
`AM_GNU_GETTEXT_VERSION([0.19])` in `configure.ac`
* A typo has been fixed
## 1.0.4 (2021-05-27)
Changes:
* Internationalization does not depend on **XDG intltool** anymore, but only on
**GNU gettext**
## 1.0.3 (2021-05-24)
Changes:
* Use of `fprintf()` for logging has been dropped in favor of GLib's
`g_message()`
* A small bug in the build system that caused `make distcheck` not to function
properly has been fixed
## 1.0.2 (2021-05-06)
Changes:
* Code review
## 1.0.1 (2021-05-03)
Changes:
* Code review in the build system and the extension source code
* Package main repository has been moved to
https://gitlab.gnome.org/madmurphy/nautilus-launch
## 1.0.0 (2021-04-28)
Changes:
* Use `dngettext()` for the plural forms of `gettext` strings
* Package review and fix this as the first stable major release (1.0.0)
## 0.1.2 (2020-10-20)
Changes:
* Use `--disable-static` as the default `configure` option
## 0.1.1 (2020-10-09)
Changes:
* Messages and translations
## 0.1.0 (2020-10-08)
**Nautilus Launch** has been published.