summaryrefslogtreecommitdiff
path: root/NEWS
blob: 65517b60b2aa7db17542a42f6b1dc54ca0a58446 (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Major changes in 1.14.1 are:
* prefs dialog: don't crash on toggling "Show hidden and backup files"
* GTK+-3 theming: add a CSS file for caja, and initialize it at startup
* GTK+3: add style class caja-desktop-window at top level
* translation update

Major changes in 1.14.0 are:
* Drop MateConf migration script
* Allow closing tabs on middle-click
* List Python extensions separately in extensions list
* GTK+3: add several style classes to simplify theming
* GTK+3: fix desktop flash issue
* GTK+3: a lot of deprecation fixes
* Some more fixes and cleanups
* Translations update
* Add Changelog generation

Major changes in 1.12.7 are:
* Fix remaining random changes of font color in icon view

Major changes in 1.12.6 are:
* Really fix loading multiple python extensions: revert the commit
  that proved to broke the fix. NOTE: as a side effect, the extensions
  list will now have duplicate Python entries if more than one Python
  extension is loaded.

Major changes in 1.12.5 are:
* Fix loading multiple python extensions
* GTK+3: fix crash on Ctrl + scroll wheel

Major changes in 1.12.4 are:
* Fix random crash on startup when python-caja extension is enabled
* Fix crash when restoring file with special characters from trash
* Fix a few memleaks

Major changes in 1.12.3 are:
* Fix wrong text color in icon view with some light themes
* Fix crash due to unneeded assert

Major changes in 1.12.2 are:
* Set smclient mode to "no restart" when either running as root
  or on other desktops
* Properties -> custom icon dialog: add missing /usr/share/icons
  to Places
* Some more fixes

Major changes in 1.12.1 are:
* Assorted bugfixes
* Translations update

Major changes in 1.12.0 are:
* Connect to server dialog: add support for AFP
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Switch to org.gnome.SessionManager for logout/suspend inhibit
* Improve multi-monitor support
* GTK+3 fixes
* Some UI fixes

Major changes in 1.10.4 are:
* Fix a crash when using undo following a file deletion.

Major changes in 1.10.3 are:
* File properties dialog: bring back missing Notes and Image Properties tabs

Major changes in 1.10.2 are:
* Places sidebar: enable both creating bookmarks and dropping files
* Compact view: don't auto-scroll to the right on long filenames
* Don't manage desktop and exit with last window when either running
  as root or on other desktops
* Fix double-click behavior when clicking on a folder and then
  on a file/folder inside it
* GTK+3 fixes
* Translations update

Major changes in 1.10.1 are:
* Do not automount USB flash drives and CD/DVD drives while session is locked
* Reverted dropping of files to Bookmarks sidebar
  * See https://github.com/mate-desktop/caja/issues/423
* UI bugfixes

Major changes in 1.10.0 are:
* Allow extensions to be enabled/disabled at runtime
* Bugfixes

Major changes in 1.8.0 are:
* Add GTK3 support
* Re add bookmark section in connect server dialog
* Add option to show file sizes with IEC units instead of SI units
* Add "Open parent location" in menu if we are in search view

Major changes in 1.6.0 are:
* Replace mateconf with gsettings
  (much code taken from Nautilus 3.0 patches by Alexander Larsson)
* "Show backup files" option merged in "Show hidden files"
* Add support for freedesktop.org File Manager DBus Interface
  (http://www.freedesktop.org/wiki/Specifications/file-manager-interface)
* Allow to open files, if passed as arguments

Major changes in 1.3.0 are:
* Restore toggle button for button and text-based location bar
* Add the ability to open bookmarks in the places side pane via the enter and space keys
* Add diff button for text files in file conflict dialog
* Fix autocompletion for remote locations
* Makes the filename column expand to its maximum instead of shrinking to a hardcoded value