summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS24
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f36e8281..db839962d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Major changes in 43.1
+=========================
+* Bugfixes
+ - Actually reset metadata when reseting to default columns (Corey Berla)
+ - Don't allow hiding name column (Corey Berla)
+ - Keep track of column sorting changes (Corey Berla)
+ - Fix view focus navigation (António Fernandes)
+ - Reimplement view navigation from the previewer (António Fernandes)
+ - Don't accept drops into search directory (Liu Yuyang)
+ - Share settings with GTK4 filechooser (Colin Sane)
+ - Fix a properties extensions bugs (António Fernandes)
+ - Fix various Drag-and-Drop bugs (Corey Berla)
+ - Remove dead shortcut from Keyboard Shortcut (Jake Dane)
+ - Allow opening current view in new tab from sidebar (Colin Kinloch)
+ - Fix crashes (Corey Berla, Aleksandar Dezelin)
+* Performance improvements
+ - Optimize sorting during directory loading (Corey Berla)
+ - Minimize column factories (Corey Berla)
+ - Increase search timeout (Jeff Fortin Tam)
+ - Minimize and optimize menu updates (Corey Berla)
+* Build fixes
+ - Make header prototypes match definitions (Leonardo Hernández)
+* Translation updates (GNOME Translation Project contributors)
+
Major changes in 43.0
=========================
* Bugfixes
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 7ed4c165c..8f66c13c8 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.0" date="2022-09-18" />
+ <release version="43.1" date="2022-12-02" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-3.0-or-later</project_license>