Skip to content

Commit dc1e4fd

Browse files
committed
6.6.0
1 parent 77090c4 commit dc1e4fd

File tree

2 files changed

+93
-1
lines changed

2 files changed

+93
-1
lines changed

debian/changelog

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,95 @@
1+
nemo (6.6.0) zena; urgency=medium
2+
3+
[ Jeffrey Knockel ]
4+
* nemo-view.c: fix crash after some shortcuts (#3525)
5+
6+
[ Michael Webster ]
7+
* search: Remove unused search history code.
8+
* search: Allow regular expression filename matching, improve editor.
9+
* nemo-file-management-properties.glade: Add translation comments for tooltip options.
10+
* list-view: Don't show folder expanders by default.
11+
* nemo-list-view.c: Ignore expander size for click position calculations if expanders are disabled.
12+
* nemo-window.c: Remember the second pane's location until the remaining pane's location changes.
13+
* nemo-query-editor.c: Don't use new glib function.
14+
15+
[ Josh Ellithorpe ]
16+
* Add Matcha to Supported Theme Hints (#3573)
17+
18+
[ Michael Webster ]
19+
* preferences: Remove scripts widget from Plugins.
20+
* preferences: Add templates to plugins tab.
21+
* Action layout editor: put direction buttons in a more traditional location, make the editor launcher button more prominent in Nemo's preferences.
22+
* nemo-template-config-widget.c: Don't use g_strv_builder_take().
23+
* nemo-template-config-widget: Allow editing of a template.
24+
25+
[ Zariep ]
26+
* add --select compatibility flag (#3589)
27+
28+
[ Michael Webster ]
29+
* nemo-action.c: Fix loading of absolute icon paths.
30+
* nemo-action.c: Support icons provided by Spices.
31+
* nemo-search-engine-advanced.c: Support wildcard mimetypes.
32+
* nemo-search-engine-advanced.c: Allow multiple helpers to run on the same file type.
33+
* Search: Allow disabling of search helpers via gsettings.
34+
* nemo-action-manager.c: Don't randomize action names when rebuilding.
35+
* nemo-action-menager.c: Use a basic Gio file monitor to watch for action directory changes.
36+
* actions: Sort actions consistently.
37+
* file operations: Implement pause/resume.
38+
* nemo-file-management-properties.glade: Improve behavior tab layout.
39+
* file operations: Fix some memory leaks.
40+
* nemo-action-layout-editor: UI improvement for enabling/disabling actions.
41+
* nemo-file.c: Allow files with backend-provided previews to be thumbnailed, even if their filesystem forbids it.
42+
* nemo-toolbar.c: Just use a single change handler for toolbar settings.
43+
* toolbar: Add 'toggle-extra-pane' button.
44+
* navigation: Allow click event handling into an inactive pane if that pane has no selected files.
45+
* nemo-tree-sidebar.c: disconnect handlers from the correct instance.
46+
(Closes: #3615)
47+
* nemo-tree-sidebar-model.c: Use g_clear_object instead of custom function.
48+
* nemo-places-sidebar.c: Don't show shadowed mounts, or mounts without volumes.
49+
50+
[ Clement Lefebvre ]
51+
* Prefix symbolic icons
52+
* Switch to XApp symbolic icons
53+
* Switch to xapp-symbolic-icons (XSI)
54+
55+
[ Cobinja ]
56+
* Fix an icon name (#3635)
57+
58+
[ jralo7 ]
59+
* Add option to allow expanders in empty folders (#3593)
60+
61+
[ Michael Webster ]
62+
* list-view: Fix change handler, improve preferences description and behavior.
63+
* nemo-file-management-properties.glade: Fix icon names.
64+
65+
[ George Katevenis ]
66+
* toolbar/terminal: Open in selected sub-folder, in expanded list-view (#3616)
67+
68+
[ Michael Webster ]
69+
* icons: Drop nemo-bookmark-not-found-symbolic. Replace with xsi-folder-warning-symbolic.
70+
* sidebar icons: Fix bookmark icons when creating a new bookmark, use a difference recent icon.
71+
* nemo-list-view.c: Disconnect some leftover signal handlers.
72+
* Fix some translation issues.
73+
* nemo-query-editor.c: Don't translate an empty string.
74+
75+
[ Clement Lefebvre ]
76+
* Revert "add --select compatibility flag (#3589)"
77+
* Revert "Add option to allow expanders in empty folders (#3593)"
78+
* templates: Rephrase hint in templates folder
79+
80+
[ Michael Webster ]
81+
* preferences: Move document templates to its own tab.
82+
83+
[ Clement Lefebvre ]
84+
* preferences: Add some borders to pages
85+
* l10n: Update files
86+
* l10n: Update POT
87+
88+
[ Michael Webster ]
89+
* preferences: Add some spacing between rows of the actions and templates lists.
90+
91+
-- Clement Lefebvre <[email protected]> Tue, 25 Nov 2025 17:05:20 +0000
92+
193
nemo (6.4.5) xia; urgency=medium
294

395
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meson build file
22

33
# https://github.com/linuxmint/nemo
4-
project('nemo', 'c', version : '6.4.5', meson_version : '>=0.56.0')
4+
project('nemo', 'c', version : '6.6.0', meson_version : '>=0.56.0')
55

66
# 1. If the library code has changed at all since last release, then increment revision.
77
# 2. If any interfaces have been added, then increment current and set revision to 0.

0 commit comments

Comments
 (0)