[gnome-text-editor] Release GNOME Text Editor 43.0



commit 1ffed5916cf03d1673ea833dddc88543f9fc80e3
Author: Christian Hergert <chergert redhat com>
Date:   Sat Sep 17 14:19:05 2022 -0700

    Release GNOME Text Editor 43.0

 NEWS        | 18 ++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 394c7fc..85ce25b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+# Text Editor 43.0
+
+This release is a recommended update for distributions.
+
+ • The --version command line option now includes copyright and
+   additional version information.
+ • Performance improvements to the Open popover list along with
+   tooltips to display the full filename.
+ • The window title now contains an appropriate tooltip.
+ • Path expanding/collapsing is ignored on Windows.
+ • Do not do document portal checks
+ • Text Editor will always restore session state when enabled,
+   fixing some unexpected behavior in previous releases.
+ • Reload documents after using "Open as Administrator" using admin://
+   GVFS protocol.
+ • Appdata updates
+ • Translation updates
+
 # Text Editor 43.alpha1
 
 This is a development release not intended for end-users.
diff --git a/meson.build b/meson.build
index 48e91ba..3fdf52e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-text-editor', 'c',
-          version: '43.alpha2',
+          version: '43.0',
     meson_version: '>= 0.59.1',
   default_options: [ 'warning_level=2', 'c_std=gnu17' ],
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]