Skip to content

Commit bc5f6a9

Browse files
committed
6.7.3-unstable
1 parent 65c9b89 commit bc5f6a9

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

debian/changelog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
nemo (6.7.3) alfa; urgency=medium
2+
3+
[ Michael Webster ]
4+
* nemo-main-application.c: When selecting files from the commandline, re-use existing windows that already display the correct locataion.
5+
* nemo-main.c: Tune allocator behavior, call malloc_trim() when loading a new location to release memory more aggressively.
6+
* build: Modernize post-install.
7+
8+
[ Kristóf Széles ]
9+
* Fix duplicate conflict dialog when moving files across volumes (#3772)
10+
11+
[ Michael Webster ]
12+
* filter-view: Explicitly select the first item when filtering is applied.
13+
14+
[ Jethro Donaldson ]
15+
* Bugfix: rename replaces parent directory (issue #3750) (#3751)
16+
17+
[ Michael Webster ]
18+
* nemo-file-conflict-dialog.c: Disable all responses except cancel until the dialog's content is fully resolved.
19+
* trash: Make 'Restore' a primary action in the context menus instead of grouping it with "Delete permanently".
20+
* nemo-view.c: Don't allow thumbnails and .desktop link info to prevent 'immediate' loading of a folder.
21+
* nemo-mime-actions.c: Allow opening untrusted desktop files as normal files.
22+
* nemo-view.c: Update ready_to_load() to match change in ec06509a10.
23+
* nemo-view.c: Don't disable update interval progression while loading.
24+
25+
-- Clement Lefebvre <root@linuxmint.com> Tue, 16 Jun 2026 18:07:24 +0200
26+
127
nemo (6.7.2) unstable; urgency=medium
228

329
[ 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.7.2', meson_version : '>=0.64.0')
4+
project('nemo', 'c', version : '6.7.3', meson_version : '>=0.64.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)