Skip to content

Commit

Permalink
6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 27, 2024
1 parent b8ab9dd commit 4fa4a78
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
nemo (6.4.0) xia; urgency=medium

[ Michael Webster ]
* Fix blocking when listing or entering a network location with an inaccessible host.
* Remove obsolete libxml dependency.
* NemoAction: Add support for keyboard shortcuts.
* layout editor: Add support for accelerator keys.
* Clean up gresource file.
* makepot: Fix some warnings
* places sidebar: Improve eject icon behavior.
* places-sidebar: Remove some obsolete code.
* Guard against gdkx11 calls in a Wayland session.
* nemo-places-sidebar.c: Only register the special eject icon size once.
* actions: Cancel action update idle callbacks during dispose for non-NemoView types.
* Add setting to disable auto-expanding of treeview rows during drag-and-drop operations.

[ Rick Calixte ]
* action_i18n_strings.py & add-desklets.nemo_action.in: Fix spelling error (#3430)

[ Michael Webster ]
* search: Replace third-party OpenDocument search helper.
* search: Improve logging when loading search helpers.

[ patlefort ]
* tree-sidebar: Add missing properties menu item. (#3476)

[ Clement Lefebvre ]
* extract_action_strings: Don't use datetime
* extract_action_strings: Sort files
* makepot: Fix sorting and moved filename
* nemo_action_layout_editor.py: Fix non-initialized variable
* l10n: Avoid use of pango tags in msgids
* l10n: Update POT
* nemo-actions/merge_action_strings: Sort by locale
* l10n: generate additional files

-- Clement Lefebvre <[email protected]> Wed, 27 Nov 2024 11:30:53 +0000

nemo (6.2.8) wilma; urgency=medium

[ Michael Webster ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Meson build file

# https://github.com/linuxmint/nemo
project('nemo', 'c', version : '6.2.8', meson_version : '>=0.56.0')
project('nemo', 'c', version : '6.4.0', meson_version : '>=0.56.0')

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

0 comments on commit 4fa4a78

Please sign in to comment.