From 837036d73ed49a390cae6bbaac9a4f1e6d5b6de9 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 22 Jan 2026 01:35:03 -0500 Subject: Release 1.28.1 --- NEWS | 11 ++++++++++- configure.ac | 2 +- 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], -- cgit v1.2.1