-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
80 lines (40 loc) · 1.12 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
Change Log
==========
## 0.3.0 (2022-10-28)
Changes:
* The extension has been ported to `libnautilus-extension-4`
## 0.2.6 (2021-09-21)
Changes:
* Added Dutch translation
## 0.2.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
## 0.2.4 (2021-05-27)
Changes:
* Internationalization does not depend on **XDG intltool** anymore, but only on
**GNU gettext**
## 0.2.3 (2021-05-24)
Changes:
* Use of `fprintf()` for logging has been dropped in favor of GLib's
`g_message()`
* Code review
* A small bug in the build system that caused `make distcheck` not to function
properly has been fixed
## 0.2.2 (2021-05-07)
Changes:
* Code review
## 0.2.1 (2021-05-03)
Changes:
* Code review in the build system and the extension source code
## 0.2.0 (2021-04-28)
Changes:
* The extension now checks for the database of hidden files' read/write access
* Code review
## 0.1.1 (2021-04-26)
Changes:
* Translatable strings have changed
* Package review
## 0.1.0 (2021-04-25)
**Nautilus Hide** has been published.