Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Daigle
Files
Commits
3b96fda9
Commit
3b96fda9
authored
Mar 19, 2022
by
António Fernandes
🐚
Browse files
Release version 41.5
parent
a49138e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
3b96fda9
Major changes in 41.5
=====================
* HighContrast style fixes (António Fernandes)
* Drag-and-drop bugfixes (António Fernandes, Sergio Costas)
* Translation updates (GNOME Translation Project contributors)
Major changes in 41.2
=====================
* Avoid cropping format popover in Compress dialog (António Fernandes)
...
...
data/org.gnome.Nautilus.appdata.xml.in.in
View file @
3b96fda9
...
...
@@ -27,7 +27,7 @@
<url
type=
"translate"
>
https://wiki.gnome.org/TranslationProject
</url>
<launchable
type=
"desktop-id"
>
@appid@.desktop
</launchable>
<releases>
<release
version=
"41.
2
"
date=
"2022-0
1
-1
2
"
/>
<release
version=
"41.
5
"
date=
"2022-0
3
-1
9
"
/>
</releases>
<project_group>
GNOME
</project_group>
<project_license>
GPL-2.0+
</project_license>
...
...
meson.build
View file @
3b96fda9
...
...
@@ -4,7 +4,7 @@ project('nautilus', 'c',
# Do not forget when releasing:
# * Update version in data/org.gnome.Nautilus.appdata.xml.in.in
# * Update GTK-based codes over src/gtk/gtk-code-generator.sh
version
:
'41.
3
'
,
version
:
'41.
5
'
,
meson_version
:
'>= 0.49.0'
,
license
:
'GPL3+'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment