-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
234 lines (142 loc) · 4.97 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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
Change Log
==========
## 2.0.1 (2022-12-23)
Changes:
* Updated Dutch translation (thanks to Heimen Stoffels)
* Stylesheets
* Documentation
## 2.0.0 (2022-12-19)
Changes:
* The annotation window has got an emblem picker!
* The path displayed in the window title is now ellipsized when longer than 99
characters
* Code review
## 1.0.0 (2022-12-10)
Changes:
* The extension can be considered stable enough; the version string has been
updated to 1.0.0
* Code review
## 0.10.2 (2022-11-12)
Changes:
* CSS themes have been updated
* Documentation
## 0.10.1 (2022-11-03)
Changes:
* Emblems have been made more consistent with default themes
* Code review
## 0.10.0 (2022-10-31)
Changes:
* The extension has been ported to `libnautilus-extension-4`
* Emblems have been updated
* Code review
## 0.9.0 (2022-10-07)
Changes:
* The `notebook-double-margin` CSS theme, consisting in a symmetric version of
the `notebook` theme, has been added to the repository
* Code review
## 0.8.4 (2021-09-21)
Changes:
* Added Dutch translation
* Code review
## 0.8.3 (2021-09-14)
Changes:
* Code review (CSS themes, extension's source code)
* Documentation
## 0.8.2 (2021-09-03)
Changes:
* The extension's menu entries have been prevented from appearing in context
menus of locations that do not support annotations (e.g.: search mode)
* A typo has been fixed
## 0.8.1 (2021-06-11)
Changes:
* Code review
* Package maintenance
* Documentation
## 0.8.0 (2021-05-27)
Changes:
* A selection of CSS themes has been created and the `notebook` theme has been
chosen as the default theme
* It is now possible to override the system-wide CSS
(`/usr/share/nautilus-annotations/style.css`) by placing a CSS in the home
directory (`~/.local/share/nautilus-annotations/style.css`) -- the extension
checks in the home directory first, if no theme is found it falls back to the
default CSS
* Text wrap has been removed from the "Annotations" column -- the column
appearance is something that should be managed upstream by Nautilus
* Use of `fprintf()` for message logging has been dropped in favor of GLib's
`g_message()`
* Code review
* A `with-theme=...` option has been added to the `configure` script for
selecting a different CSS theme during the build process; with this comes a
`--without-theme` option too, for relying solely on the current GTK theme and
not using any extension-specific one
* Internationalization does not depend on **XDG intltool** anymore, but only on
**GNU gettext**
## 0.7.1 (2021-05-23)
Changes:
* Non-scalable icon formats have been added to the package for faster rendering
* Colored versions of the action icons and an emblem for Adwaita have been
created
## 0.7.0 (2021-05-17)
Changes:
* An "Annotations" column has been added to Nautilus' list view
## 0.6.1 (2021-05-12)
Changes:
* Showing and hiding the discard button is now handled gracefully -- the
button's CSS class persists between state changes, and this prevents delays
in the decoration of the widget
* Code review
* Documentation
* A small bug in the build system that caused `make distcheck` not to function
properly has been fixed
## 0.6.0 (2021-05-10)
Changes:
* Two new keyboard shortcuts have been created (`Ctrl` + `S` and `Shift` +
`Esc`)
* All keyboard shortcuts -- both inherited and extension-specific ones -- are
now documented in `/usr/share/doc/nautilus-annotations/shortcuts.md`
* CSS class names have changed
* Code review
* Documentation
## 0.5.0 (2021-05-08)
Changes:
* The action button in the annotations window has been moved to the header bar
* The file's path has become the window's subtitle
* Code review
* Documentation
## 0.4.1 (2021-05-07)
Changes:
* Annotations window's default width has become bigger
* Tilde replacement in the window's title has been extended to other users'
home directories (e.g., `~john/doc.md`, `~lisa/Videos`, etc.)
* Code review
## 0.4.0 (2021-05-06)
Changes:
* It is now possible to use Nautilus' background menu to annotate the location
currently displayed
* The home path in the window's title is now replaced with a tilde
* Multiple actions, when available, are now gathered in one single sub-menu
* Automatic text wrapping has been added to the text area (long lines are
broken in between words)
* The confirmation dialog windows for destructive actions have been decorated
according to Nautilus' style
## 0.3.1 (2021-05-04)
Changes:
* Icons and emblems
* Code review
* Documentation
## 0.3.0 (2021-05-03)
Changes:
* The annotation window has become transient for Nautilus
* A CSS has been created for styling the extension's graphical interface
(`/usr/share/nautilus-annotations/style.css`)
* Documentation
## 0.2.0 (2021-05-02)
Changes:
* Markdown syntax highlighting has been enabled
* The title bar now shows the file's path
* Emblems are now added/removed instantly
* A better coherence has been established in deciding when to save or discard
an annotation
## 0.1.0 (2021-05-01)
**Nautilus Annotations** has been published.