summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2026-01-22 01:35:03 -0500
committerlukefromdc <[email protected]>2026-01-22 01:35:03 -0500
commit837036d73ed49a390cae6bbaac9a4f1e6d5b6de9 (patch)
tree6075015bf58025dc60a9fd43b00af4eca6637cd9
parent009702fbf5ccc3c774bc8cb63fe78069aebca027 (diff)
downloadpluma-master.tar.bz2
pluma-master.tar.xz
Release 1.28.1HEADv1.28.1master
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6c9d03a3..f388d1a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,17 @@
+### pluma 1.28.1
+
+ * plugins: Fix compatibility with gobject-introspection
+ * remove undeclared dependency on on 'six' Py2+3 shim
+ * pluma-app: Register pluma with GtkApplication
+ * Use GtkApplication and GtkApplicationWindow
+ * Fix window size saving when maximized
+ * Do not use the window allocation to save the window size
+ * Show the default in the filechooser's Character Encoding combo box
+
### pluma 1.28.0
* Translations update
-
### pluma 1.27.0
* Translations update
diff --git a/configure.ac b/configure.ac
index ed760538..b35b55e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
m4_define(pluma_major_version, 1)
m4_define(pluma_minor_version, 28)
-m4_define(pluma_micro_version, 0)
+m4_define(pluma_micro_version, 1)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
AC_INIT([pluma], [pluma_version],