[gnome-text-editor] Release 43.alpha1



commit 69666fa7ea0a2c8e980c14be0b5b99ab8bcc4e31
Author: Christian Hergert <chergert redhat com>
Date:   Fri Aug 5 16:14:47 2022 -0700

    Release 43.alpha1

 NEWS        | 16 ++++++++++++++++
 meson.build |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 50b5f31..394c7fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+# Text Editor 43.alpha1
+
+This is a development release not intended for end-users.
+
+Changes since 43.alpha0
+
+ • Many performance improvements during loading of documents
+ • libeditorconfig (editorconfig-core-c) is now required instead of
+   the in-tree copy. This ensures that only PCRE2 is needed
+ • Avoid editable/focusable pages while loading document so that
+   a11y peers are not spammed with updates
+ • UI recoloring improvements
+ • Fix horizontal two-finger non-kinetic scrolling
+ • Desktop integration improvements
+ • Translation updates
+
 # Text Editor 43.alpha0
 
 This is a development release not intended for end-users.
diff --git a/meson.build b/meson.build
index 411cc4c..eb96813 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-text-editor', 'c',
-          version: '43.alpha0',
+          version: '43.alpha1',
     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]