Skip to content

Commit 181b24b

Browse files
committed
5.0.2
1 parent f516fc2 commit 181b24b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

debian/changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
nemo (5.0.2) uma; urgency=medium
2+
3+
[ Michael Webster ]
4+
* settings: Make the default search button states match the old search behavior.
5+
* nemo-search-engine-advanced.c: Escape paths properly before passing them to search helpers.
6+
* nemo-query-editor.c: Don't show the bar separator if the search box isn't being shown.
7+
* Search: Allow TryExec to be a list of programs.
8+
* Search: Update search README.md for TryExec changes.
9+
* search-helpers/nemo-mso-to-txt.c: Refactor and improve error handling.
10+
* Search: Add .doc, .xls and .tex helpers.
11+
* Search: Add .ppt helper.
12+
* debian/control: Make search helper programs dependencies instead of recommends.
13+
* nemo-mime-actions.c: Only add entire view file list to an image viewer launch if its commandline supports multiple files.
14+
* nemo-search-engine-advanced.c: Ensure that the final snippet endpoint is no greater than the original endpoint.
15+
* nemo-search-engine-advanced.c: a couple fixes.
16+
* search: Disable content search for some special folders.
17+
* nemo-view.c: Update context menu item visibility from preferences after updating the menu items from any extensions.
18+
* nemo-view.c: Clear extension menu items during real_update_menus.
19+
* nemo-view.c: Move call added to last commit to nemo_view_stop_loading.
20+
21+
-- Clement Lefebvre <[email protected]> Fri, 25 Jun 2021 16:58:08 +0100
22+
123
nemo (5.0.1) uma; urgency=medium
224

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

0 commit comments

Comments
 (0)