[gtksourceview/gtksourceview-4-8] Release GtkSourceView 4.8.2



commit 9ef6616cc9d242787eac5474988e2aa3a040bb2e
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 3 12:06:13 2021 -0700

    Release GtkSourceView 4.8.2

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 769d7b60..636a6569 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+News in 4.8.2, 2021-09-03
+-------------------------
+* New syntax highlighting definition file for: STAR
+* Improved syntax highlighting definition file for: YARA, LLVM
+* GtkSourceMap now avoids animation while scrolling in response
+  to clicks. This should help prevent some hysteresis.
+* GObject Introspection fixes
+* Fixed decrement of negative numbers in GtkSourceView
+* Improvements to style schemes: kate
+* Fixed build-time macros for version checking in some scenarios
+* Translation updates
+
 News in 4.8.1, 2021-03-02
 -------------------------
 * Fix highlighting in presence of byte-order-marks (BOM)
diff --git a/meson.build b/meson.build
index 6ff5b155..f5a92901 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gtksourceview', 'c',
-          version: '4.8.1',
+          version: '4.8.2',
           license: 'LGPL-2.1-or-later',
     meson_version: '>= 0.50.0',
   default_options: [ 'c_std=gnu99',


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