diff options
| author | lukefromdc <[email protected]> | 2026-01-22 01:35:03 -0500 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2026-01-22 01:35:03 -0500 |
| commit | 837036d73ed49a390cae6bbaac9a4f1e6d5b6de9 (patch) | |
| tree | 6075015bf58025dc60a9fd43b00af4eca6637cd9 | |
| parent | 009702fbf5ccc3c774bc8cb63fe78069aebca027 (diff) | |
| download | pluma-master.tar.bz2 pluma-master.tar.xz | |
| -rw-r--r-- | NEWS | 11 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 2 deletions
@@ -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], |
