Skip to content

Commit 4fa4a78

Browse files
committed
6.4.0
1 parent b8ab9dd commit 4fa4a78

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

debian/changelog

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
nemo (6.4.0) xia; urgency=medium
2+
3+
[ Michael Webster ]
4+
* Fix blocking when listing or entering a network location with an inaccessible host.
5+
* Remove obsolete libxml dependency.
6+
* NemoAction: Add support for keyboard shortcuts.
7+
* layout editor: Add support for accelerator keys.
8+
* Clean up gresource file.
9+
* makepot: Fix some warnings
10+
* places sidebar: Improve eject icon behavior.
11+
* places-sidebar: Remove some obsolete code.
12+
* Guard against gdkx11 calls in a Wayland session.
13+
* nemo-places-sidebar.c: Only register the special eject icon size once.
14+
* actions: Cancel action update idle callbacks during dispose for non-NemoView types.
15+
* Add setting to disable auto-expanding of treeview rows during drag-and-drop operations.
16+
17+
[ Rick Calixte ]
18+
* action_i18n_strings.py & add-desklets.nemo_action.in: Fix spelling error (#3430)
19+
20+
[ Michael Webster ]
21+
* search: Replace third-party OpenDocument search helper.
22+
* search: Improve logging when loading search helpers.
23+
24+
[ patlefort ]
25+
* tree-sidebar: Add missing properties menu item. (#3476)
26+
27+
[ Clement Lefebvre ]
28+
* extract_action_strings: Don't use datetime
29+
* extract_action_strings: Sort files
30+
* makepot: Fix sorting and moved filename
31+
* nemo_action_layout_editor.py: Fix non-initialized variable
32+
* l10n: Avoid use of pango tags in msgids
33+
* l10n: Update POT
34+
* nemo-actions/merge_action_strings: Sort by locale
35+
* l10n: generate additional files
36+
37+
-- Clement Lefebvre <[email protected]> Wed, 27 Nov 2024 11:30:53 +0000
38+
139
nemo (6.2.8) wilma; urgency=medium
240

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