[gnome-text-editor] Release Text Editor 42.beta1



commit 07b593e235a595e87be66770a9d7df470314a8e2
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 22 15:08:02 2022 -0800

    Release Text Editor 42.beta1

 NEWS        | 33 +++++++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index de7c05b..982b52b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+# Text Editor 42.beta1
+
+This is our first Beta release as we progress towards GNOME 42. A number
+of bug fixes have landed since 42.alpha2 and we encourage your further
+testing to make 42 a great reveal!
+
+ • Many CSS integration improvements including recoloring
+ • Text Editor will now locate style schemes in additional search paths
+ • Fixes to search bar positioning and focus-in state
+ • You can now tweak many per-document settings using the context menu
+   within the page which can help users determine what settings were/are
+   global from the view menu vs how they were overriden by automatic
+   settings discovery (which can be disabled in preferences).
+ • Smart-Home-End behavior is now enabled in "before" mode
+ • New command line options have been added
+ • Build fixes for macOS
+ • We now advertise the GTK version we require propertly for line-height
+ • Improvements to titles/subtitles to reflect various document capabilities
+ • A new style scheme has been added for printing which is used automatically
+   until we have further settings in GtkPrintOperation via Flatpak portals.
+ • More strict checks in B+Tree code for spell checking. If you find any
+   assertions, please do tell us!
+ • Propertly use AdwApplication base class
+ • Improvements to failure paths when access to underlying GFile or GFileInfo
+   fails to provide reasonable information.
+ • Spellcheck settings are now persisted across sessions using extended
+   attributes.
+ • The buffer monitor is now disabled when a buffer fails to load
+ • The default style scheme is now set to Adwaita propertly
+ • Search now draws various bubbles around the matches to make them easier
+   to differentiate from the background text.
+ • Translation updates
+
 # Text Editor 42.alpha2
 
 This is our second Alpha release as we progress towards GNOME 42. Please take
diff --git a/meson.build b/meson.build
index 265f417..8720969 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-text-editor', 'c',
-          version: '42.alpha2',
+          version: '42.beta1',
     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]