summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2023-01-08 01:24:44 +0000
committerAntónio Fernandes <antoniof@gnome.org>2023-01-08 01:26:45 +0000
commit506477f48a0a5a87a13d64d617b6d4b51106702b (patch)
tree7beb9899ce74479aec037fb9d6b9b960df00a18e
parent049bfe9792e2ec6d0c435a8baa89bb81d2769ed4 (diff)
downloadnautilus-506477f48a0a5a87a13d64d617b6d4b51106702b.tar.gz
Release version 43.243.2
-rw-r--r--NEWS23
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
-rw-r--r--meson.build2
3 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index db839962d..d1f4bca5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Major changes in 43.2
+=========================
+* Regressions addressed:
+ - Launch search from shell correctly (Corey Berla)
+ - Make nautilus-autorun-software work again (António Fernandes)
+ - Restore 2-dimensional navigation from sushi (António Fernandes)
+ - Resolve stuttering scrolling (Corey Berla)
+ - Reintroduce 64px icon size for grid view (António Fernandes)
+ - Show full filename again in grid, using tooltips (António Fernandes)
+* Other bugfixes:
+ - Avoid a many crashes (Corey Berla, Gary li, António Fernandes)
+ - Stop showing � in the type on Properties (Aleksandar Dezelin)
+ - Show rename error dialogs again (Corey Berla)
+ - Handle X11-only drag-and-drop quirks (Corey Berla)
+ - Allow autorun.sh without executable bit (Will Thompson)
+ - Improve selection-setting (Corey Berla)
+ - Restrict DND actions over drag source (Corey Berla)
+ - Focus replaces files (Corey Berla)
+ - Improve keyboard focus navigation on the new views (António Fernandes)
+ - Stop blocking on the tracker connection (Corey Berla)
+ - Don't add missing emblems (António Fernandes)
+* Translation updates (GNOME Translation Project contributors)
+
Major changes in 43.1
=========================
* Bugfixes
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 8f66c13c8..a8074a4cb 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -27,7 +27,7 @@
<url type="translate">https://wiki.gnome.org/TranslationProject</url>
<launchable type="desktop-id">@appid@.desktop</launchable>
<releases>
- <release version="43.1" date="2022-12-02" />
+ <release version="43.2" date="2023-01-08" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-3.0-or-later</project_license>
diff --git a/meson.build b/meson.build
index 680eca641..66a6048f1 100644
--- a/meson.build
+++ b/meson.build
@@ -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.1',
+ version: '43.2',
meson_version: '>= 0.59.0',
license: 'GPL-3.0-or-later'