Release version 45.beta2

This commit is contained in:
António Fernandes 2023-08-26 23:57:08 +01:00
parent fff7a37fa6
commit 02f3e41073
3 changed files with 26 additions and 2 deletions

24
NEWS
View file

@ -1,3 +1,27 @@
Major changes in 45.beta2
=====================
* Feature enhancements:
- New "Search Everywhere" buttons to expand search scope (Allan Day, António Fernandes)
- Modern full-height sidebar layout (Marco Melorio, António Fernandes)
- Refined sidebar sizing and folding treshold (Tobias Bernard, Corey Berla, António Fernandes)
* Performance enhancements:
- Flickerless transition into and from search (António Fernandes)
- Accelerated generation of multiple thumbnail (Khalid Abu Shawarib, Corey Berla)
- Avoid DBus-activating other apps when starting (Corey Berla)
* Bugfixes:
- Delete partially copied file on cancelled copy (Corey Berla)
- Don't restrict shell search results do %HOME (António Fernandes)
- Don't open trash on drag hover (Jakob Landbo)
- Fix multiple search bugs (Khalid Abu Shawarib, Peter Eisenmann, António Fernandes)
- Avoid crashes on search (Khalid Abu Shawarib, Corey Berla)
- Fix "sort after rename" regression (António Fernandes)
- Fix various styling issues (Alice Mikhaylenko)
- Don't allow to resize Properties too small (Automeris naranja)
* Maintenance:
- Disable deprecation warnings, fix other warnings (Peter Eisenmann, Luciano Santos)
* Translation updates (GNOME Translation Project contributors)
Major changes in 45.beta
=====================

View file

@ -27,7 +27,7 @@
<url type="translate">https://wiki.gnome.org/TranslationProject</url>
<launchable type="desktop-id">@appid@.desktop</launchable>
<releases>
<release version="45.beta" date="2023-08-05" />
<release version="45.beta2" date="2023-08-26" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-3.0-or-later</project_license>

View file

@ -3,7 +3,7 @@ project('nautilus', 'c',
# Do not forget when releasing:
# * Update version in data/org.gnome.Nautilus.appdata.xml.in.in
version: '45.rc',
version: '45.beta2',
meson_version: '>= 0.59.0',
license: 'GPL-3.0-or-later'