summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-09-22 00:50:00 -0700
committerChristian Hergert <chergert@redhat.com>2022-09-22 00:50:00 -0700
commit1e93d67061037c9eb241112c2b7424e31709d868 (patch)
tree416f2a811643c4f372ea98dd5e69f241f704a629
parent342caac709d25abd0fefde264f1dae7f96248652 (diff)
downloadgtksourceview-1e93d67061037c9eb241112c2b7424e31709d868.tar.gz
Release GtkSourceView 5.6.15.6.1
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7e98d1f..0b81b50c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+News in 5.6.1, 2022-09-22
+-------------------------
+
+This release contains a number of fixes found early after release
+of 5.6.0 that warrant distributing to users.
+
+ * Improve resilience of GtkSourceHover assistants to prevent
+ unbreakable grabs by application added widgets.
+ * Hide all assistants when unmapping GtkSourceViews.
+ * Don't dismiss hover delay timeout from pointer clicks, allow
+ them to click through to display hover information.
+ * Don't show new assistants unless parent GtkSourceView is
+ mapped. This can improve situations with tabbed editors and
+ asynchronous operations to load completion, hover data, etc.
+ * Additional Vim commands.
+ * Updated languages: go.lang
+ * Updated translations: Turkish and Nepali
+
News in 5.6.0, 2022-09-17
-------------------------