diff options
| author | Victor Kareh <[email protected]> | 2026-05-04 19:41:10 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-05-04 19:41:10 -0400 |
| commit | 147f0f78c928dedfce54059c9e50a4eb5f9b9249 (patch) | |
| tree | 7c33f9d84444827fe09df5453f85b4840ec70a1e | |
| parent | 4c21c5e084a4fda3fe93a4fd98211794bb149717 (diff) | |
| download | mate-indicator-applet-1.28.tar.bz2 mate-indicator-applet-1.28.tar.xz | |
| -rw-r--r-- | NEWS | 12 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | mate-indicator-applet.pot | 2 |
3 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,15 @@ +### mate-indicator-applet 1.28.1 + + * ci: migrate from Travis CI to GitHub Actions + * build(deps): bump actions/checkout from 5 to 6 + * Weblate migration + * retrieve last transifex translations + * add translation coverage badge + * remove invalid po files + * remove empty po files + * fix invalid po files + * Fix GList memory leak in entry_resized + ### mate-indicator-applet 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index cfabdd7..3dbef52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.28.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.28.1],[https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) diff --git a/mate-indicator-applet.pot b/mate-indicator-applet.pot index 22168b3..92efc57 100644 --- a/mate-indicator-applet.pot +++ b/mate-indicator-applet.pot @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: mate-indicator-applet 1.28.0\n" +"Project-Id-Version: mate-indicator-applet 1.28.1\n" "Report-Msgid-Bugs-To: https://github.com/mate-desktop/mate-indicator-applet/" "issues\n" "POT-Creation-Date: 2021-11-20 21:54+0100\n" |
