[gtksourceview/gtksourceview-5-4] Release GtkSourceView 5.4.1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/gtksourceview-5-4] Release GtkSourceView 5.4.1
- Date: Thu, 21 Apr 2022 20:23:37 +0000 (UTC)
commit 4d563021b97c3eeeaecceb29db2b581f8268f851
Author: Christian Hergert <chergert redhat com>
Date: Thu Apr 21 13:17:09 2022 -0700
Release GtkSourceView 5.4.1
NEWS | 22 ++++++++++++++++++++++
meson.build | 2 +-
2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index d0e37a34..0cdfaccc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+News in 5.4.1, 2022-04-21
+-------------------------
+
+ * Improved styling for style scheme preview widgets
+ * Improved styling and positioning of completion windows
+ * Improved styling for various style schemes
+ * Unit test fixes
+ * Hover assistants will no longer be showed if no providers
+ completed successfully to add widgets
+ * GtkSourceVimIMContext tries to handle various corner cases
+ better with regards to reuse and being removed from an
+ event controller or widget
+ * GtkSourceCompletionCell has improved fast-paths for resetting
+ cells to empty state when already empty
+ * Improved sizing and placement of assistants including hover
+ popovers, interactive tooltips, and completion windows
+ * The overview map has improved it's fallback styling
+ * The overview map will now properly update when the sourceview's
+ right-margin-position changes
+ * Fixes to vala.lang for regex detection
+ * Translation updates
+
News in 5.4.0, 2022-03-18
-------------------------
diff --git a/meson.build b/meson.build
index 0da40b9d..7df0fdd2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtksourceview', 'c',
- version: '5.4.0',
+ version: '5.4.1',
license: 'LGPL-2.1-or-later',
meson_version: '>= 0.59.0',
default_options: [ 'c_std=gnu99',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]