summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2022-08-07 05:33:03 +0100
committerAntónio Fernandes <antoniof@gnome.org>2022-08-07 05:33:03 +0100
commit419a411afd9854665cbaf8cb8d8f88004a714ab2 (patch)
tree35239f2cd2506145f478c7164d17e5c245ec9fe5
parent2aa8f1717ce350a410cde3f5ca7d021bb5268cf5 (diff)
downloadnautilus-43.beta.tar.gz
Release version 43.beta43.beta
-rw-r--r--NEWS44
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
2 files changed, 45 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6df9a1be0..e77dc65a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+Major changes in 43.beta
+=========================
+* Adapting main window elements to smaller sizes (Christopher Davis);
+ - Make sidebar foldable.
+ - Split toolbar contorls into top and bottom toolbars at small sizes.
+* Restoring Disks integration (Corey Berla):
+ - Open storage unit in Disks from Properties.
+ - Format with Disks from the sidebar context menu.
+* Absorbing features from core plug-ins (Corey Brela):
+ - Provide infobar for Public folder, instead of gnome-user-share
+ - Provide context menu action to open folders in Console.
+ - Replace nautilus-send-to extension with Email portal.
+* Remodeling plug-ins
+ - List installed extensions plug-ins in About. (Corey Berla)
+ - Implement new Properties API and port Image and Audio/Video (António Fernades)
+ - Remove GTK-dependent API from libnautilus-extension (António Fernandes)
+ - Bump libnautilus-extension versions.
+* Improving search UI design
+ - Use modern design patterns for type filter chooser (António Fernandes)
+ - Elaborate FTS snippets and place them in a container (António Fernandes, Alan Day)
+* Modernizing Properties window
+ - Implement new "pages and rows" design (Peter Eisenmann, António Fernandes)
+ - Move ability to set default app into Open With dialog (António Fernandes, Corey Berla)
+* Reorganizing context menus (Allan Day, António Fernandes).
+* Refining view visual styles
+ - Saturate selection colors (Allan Day, Alexander Mikhay)
+ - Add icon shadows (Jakub Steiner)
+ - Refine layout of column editor dialog. (Allan Day, António Fernandes)
+* Using more modern widgetry
+ - Use AdwTabBar for detatchable tabs (Alexander Mikhaylenko, António Fernandes, Christopher Davis)
+ - Use AdwEmptyState for empty folder views (Christopher Davis, António Fernandes).
+ - Use AdwMessageDialog instead of GtkMessage. (Christopher Davis, Ondrej Holy)
+* Resolving regressions from the GTK 3 to 4 switch:
+ - Restore Accessibility relations (Corey Berla).
+ - Restore location entry suggestions (Corey Berla).
+ - Restore libcloudproviders integration (Ondrej Holy)
+* Opening new tab with middle click on next and forward buttons (Corey Berla)
+* Miscellaneous bugfixes (multiple contributos)
+* Translation updates (GNOME Translation Project contributors)
+
+Leftover known regressions in 43.beta
+ - Lacks HiDPI icons
+ - Lacks attention-grabbing animation on operations button
+
Major changes in 43.alpha
=========================
* Resolving regressions from the GTK 3 to 4 switch:
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 6c78d8b01..9f8a2db5f 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.alpha" date="2022-07-09" />
+ <release version="43.beta" date="2022-08-07" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-3.0-or-later</project_license>