blob: a1bc33d6e19b4496cd1f94ed63508c5cfeb86b26 (
plain)
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
|
### caja-extensions 1.22.0
* Translations update
* Initialize Travis CI support
* require caja >= 1.21.3
### caja-extensions 1.21.0
* Translations update
* disable deprecation warnings for distcheck
* Make caja-open-terminal configurable (Depends on caja GitHub PR caja#1050)
### caja-extensions 1.20.0
* Translations update
* require GTK+ 3.22 and GLib 2.50
* xattr-tags: use better English in extension description
* po: add missing translatable strings from xattrs extension
* xattr-tags: fix extension description
### caja-extensions 1.19.0
* Translations update
* open-terminal: don't use excessive string duplication
* avoid deprecated gdk_screen_make_display_name
* sendto burn: avoid deprecated gtk_show_uri
* xattr-tags: remove hack, it's not needed now
* xattr-tags: fix typo causing undefined reference
* fix the libcaja_gksu_la_LDFLAGS variable declaration
* xattr-tags: add missing newline to startup message
* xattr-tags: unescaping stored attributes.
* README: Added development info.
### caja-extensions 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting to make
generating release announcements easier
* Build: require caja >= 1.17.1 and libmate-desktop >= 1.17.0
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and --with-gtk
build option
* Add xattr-tags extension to show xattr tags in a new column
* Translations update
### caja-extensions 1.16.0
* open-terminal: fix opening terminal in remote folders with single
or double quote in their names
* open-terminal: some code cleanups
* Translations update
### caja-extensions 1.14.1
* Translations update
* Make distcheck use currently selected GTK+ version
### caja-extensions 1.14.0
* Drop MateConf migration scripts
* GTK+3: some deprecation fixes
* Some more fixes and cleanups
* Translations update
* Add Changelog generation
### caja-extensions 1.12.0
* Some string fixes
* Translations update
### caja-extensions 1.10.1
* open-terminal: fixed bugs with non-standard ssh ports
### caja-extensions 1.10.0
* wallpaper: Added new 'Set as wallpaper' extension
* sendto: re-introduce the option to select plugins to build
### caja-extensions 1.8.0
* New release merging all current official MATE caja extensions in a single
package.
|