Skip to content

Commit 0c8c673

Browse files
committed
4.6.0
1 parent 7445992 commit 0c8c673

2 files changed

Lines changed: 67 additions & 1 deletion

File tree

debian/changelog

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
nemo (4.6.0) ulyana; urgency=medium
2+
3+
[ Michael Webster ]
4+
* nemo-window.c: Monitor and react to scale-factor changes.
5+
* nemo-icon-container.c: clear any existing drag info when the icon view's location changes.
6+
7+
[ Leigh Scott ]
8+
* nemo-file-operations.c: Copy file and keep timestamps of original file including remotes
9+
10+
[ Michael Webster ]
11+
* control: Remove python2 dependencies
12+
13+
[ leigh123linux ]
14+
* nemo-global-preferences: use 'extern' properly
15+
16+
[ Michael Webster ]
17+
* meson.build: Don't be confusing when pango 1.44.0 isn't found.
18+
19+
[ worldofpeace ]
20+
* build: use define_variable for typelib directory
21+
22+
[ Michael Webster ]
23+
* Fix mistake in --help output.
24+
25+
[ Daniel Clarke ]
26+
* Fallback to uri when path is null in title
27+
28+
[ Luke Scott ]
29+
* Sort nemo actions menu alphabetically
30+
31+
[ J. Luke Scott [thinkpad] ]
32+
* linter fix for previous
33+
34+
[ sidorsett ]
35+
* Update nemo-view.c
36+
37+
[ JosephMcc ]
38+
* nemo-notebook: Add a minimum width for the tab labels
39+
40+
[ Kamil Chojnowski ]
41+
* Add %e action token
42+
43+
[ Michael Webster ]
44+
* nemo-global-preferences.c: Fix base-2-full size format display.
45+
46+
[ Timothy Arceri ]
47+
* Remove .hidden file code now that gio does if for us
48+
49+
[ NikoKrause ]
50+
* nemo action: use different icons for pin/unpin
51+
52+
[ Michael Webster ]
53+
* nemo-tree-sidebar.c: Allow using separate icons for pin and unpin, and use the new xapp icons from the previous commit.
54+
55+
[ JosephMcc ]
56+
* settings: Set the default width of the sidebar to 170
57+
58+
[ Ján Jančár ]
59+
* Add tracker support (#2334)
60+
61+
[ Clement Lefebvre ]
62+
* l10n: Update POT
63+
* l10n: Generate files
64+
65+
-- Clement Lefebvre <root@linuxmint.com> Wed, 13 May 2020 14:00:42 +0100
66+
167
nemo (4.4.2) tricia; urgency=medium
268

369
[ leigh123linux ]

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

0 commit comments

Comments
 (0)