Skip to content

Commit 3173522

Browse files
committed
5.0.1
1 parent 62ee32b commit 3173522

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

debian/changelog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
nemo (5.0.1) uma; urgency=medium
2+
3+
[ Michael Webster ]
4+
* nemo-search-engine-advanced.c: Convert input data to utf8, and manipulate match snippets as utf8 to ensure they display correctly in the tooltip.
5+
* nemo-list-view.c: Fix a memory leak.
6+
7+
[ Eli Schwartz ]
8+
* make ps2txt search helper work on non-debianlike distros
9+
10+
[ Michael Webster ]
11+
* toolbar: Fix updating the state of the "Up" button.
12+
13+
[ Clement Lefebvre ]
14+
* l10n: Fix msgid
15+
* l10n: Remove msgids
16+
* l10n: Update POT
17+
18+
[ Michael Webster ]
19+
* search: Add a readme for search helpers, move third-party helpers into the search-helpers directory, clean up search logging a bit.
20+
* search helpers: Change the group name, follow my own rules for mimetype list termination, improve readme.
21+
* nemo-window-menus.c: Update extension and action entries in the File menu when it is shown.
22+
* nemo-tree-sidebar.c: Fix states for pin/unpin and create-folder menu items.
23+
* toolbar: Disable the 'create-folder' button in non-writable locations.
24+
25+
-- Clement Lefebvre <[email protected]> Thu, 10 Jun 2021 14:01:43 +0100
26+
127
nemo (5.0.0) uma; urgency=medium
228

329
[ icarter09 ]

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: '5.0.0',
4+
project('nemo', 'c', version: '5.0.1',
55
meson_version: '>=0.41.0'
66
)
77

0 commit comments

Comments
 (0)