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
Luna Jernberg
Files
Commits
1a585cd4
Commit
1a585cd4
authored
Mar 19, 2022
by
António Fernandes
🐚
Browse files
Release version 42.0
parent
67a3fe05
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
1a585cd4
Major changes in 42.0
=========================
* Fix HiDPI thumbnails in list view (António Fernandes)
* Properly dispose pathbar to avoid crashes (Ondrej Holy)
* Translation updates (GNOME Translation Project contributors)
Major changes in 42.rc
=========================
* Tweak thumbnail shadow drawing to fix performance regressions (António Fernandes)
...
...
data/org.gnome.Nautilus.appdata.xml.in.in
View file @
1a585cd4
...
...
@@ -27,7 +27,7 @@
<url
type=
"translate"
>
https://wiki.gnome.org/TranslationProject
</url>
<launchable
type=
"desktop-id"
>
@appid@.desktop
</launchable>
<releases>
<release
version=
"42.
rc
"
date=
"2022-03-
05
"
/>
<release
version=
"42.
0
"
date=
"2022-03-
19
"
/>
</releases>
<project_group>
GNOME
</project_group>
<project_license>
GPL-2.0+
</project_license>
...
...
meson.build
View file @
1a585cd4
...
...
@@ -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
:
'42.
rc
'
,
version
:
'42.
0
'
,
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