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
3b4a1a31
Commit
3b4a1a31
authored
Aug 08, 2022
by
António Fernandes
🐚
Browse files
Release version 43.beta.1
parent
d97f1127
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
3b4a1a31
Major changes in 43.beta.1
==========================
* Restore view options tooltip (António Fernandes)
* Mark new files for translation (Piotr Drąg)
* Look for extensions in their new installation directory (Jeremy Bicha)
Major changes in 43.beta
=========================
* Adapting main window elements to smaller sizes (Christopher Davis);
...
...
data/org.gnome.Nautilus.appdata.xml.in.in
View file @
3b4a1a31
...
...
@@ -27,7 +27,7 @@
<url
type=
"translate"
>
https://wiki.gnome.org/TranslationProject
</url>
<launchable
type=
"desktop-id"
>
@appid@.desktop
</launchable>
<releases>
<release
version=
"43.beta"
date=
"2022-08-0
7
"
/>
<release
version=
"43.beta
.1
"
date=
"2022-08-0
8
"
/>
</releases>
<project_group>
GNOME
</project_group>
<project_license>
GPL-3.0-or-later
</project_license>
...
...
meson.build
View file @
3b4a1a31
...
...
@@ -3,7 +3,7 @@ project('nautilus', 'c',
# Do not forget when releasing:
# * Update version in data/org.gnome.Nautilus.appdata.xml.in.in
version
:
'43.
rc
'
,
version
:
'43.
beta.1
'
,
meson_version
:
'>= 0.59.0'
,
license
:
'GPL-3.0-or-later'
...
...
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