Skip to content

Commit f0cec39

Browse files
committed
6.7.0-unstable
1 parent 4825be2 commit f0cec39

2 files changed

Lines changed: 57 additions & 1 deletion

File tree

debian/changelog

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
nemo (6.7.0) unstable; urgency=medium
2+
3+
[ Michael Webster ]
4+
* nemo-main-application.c: Clear a window's saved secondary pane location if an unmount invalidates it.
5+
* nemo-action-manager.c: Fix layout file monitor and action refresh. (#3675)
6+
* nemo-file-utilities.c: Match mounts, volumes and drives with xsi icons.
7+
* nemo-list-view.c: Don't allow the 'Location' column for normal directories.
8+
* nemo-column-utilities.c: Add some translator comments for the Location and Hits columns.
9+
* nemo-list-view.c: When column expanders are disabled, don't check subdir counts or set up tracking for children.
10+
* build: Fix some warnings.
11+
* dnd: Don't allow drag-and-drop into or out of computer://.
12+
13+
[ Jamie Drinkell ]
14+
* Add Keyboard Shortcut for Open in Terminal (#3686)
15+
16+
[ Michael Webster ]
17+
* .github/workflows: Add generate-test-packages trigger.
18+
19+
[ jombo.uk ]
20+
* Sort by File Extension for Grid and List View (#3666)
21+
22+
[ Michael Webster ]
23+
* nemo-file.c: Don't display 'unknown' in the extension column if a file has none.
24+
25+
[ Xavier Jurado ]
26+
* nemo-places-sidebar.c: Sort network mounts alphabetically (#3695)
27+
28+
[ Achim ]
29+
* fix path in action-info.md (#3701)
30+
31+
[ Michael Webster ]
32+
* Add stale.yml github workflow.
33+
* Try fixing permissions.
34+
35+
[ Clement Lefebvre ]
36+
* packaging: Depend on xapp-symbolic-icons
37+
38+
[ Michael Webster ]
39+
* Implement gtk-layer-shell. (#3684)
40+
* nemo-desktop-window.c: Fix missing include.
41+
* meson.build: Add -Werror=implicit-function-declaration
42+
* nemo-view.c: Remove 'open-file-and-close-window' action.
43+
44+
[ Kaveh ]
45+
* Restore Last Window Tabs on Startup (#3661)
46+
47+
[ konti1334 ]
48+
* Fix several memory leaks. (#3721)
49+
50+
[ Michael Webster ]
51+
* nemo-file-operations.c: Fix file copies breaking ownership rules. (#3731)
52+
* nemo-view.c: Cleanup unused code from a removed feature.
53+
* nemo-progress-info-widget.c: Disable start/pause button when an operation is cancelled.
54+
55+
-- Clement Lefebvre <root@linuxmint.com> Mon, 13 Apr 2026 08:38:01 +0100
56+
157
nemo (6.6.3) zena; urgency=medium
258

359
[ 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.6.3', meson_version : '>=0.56.0')
4+
project('nemo', 'c', version : '6.7.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)