We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64b96a commit a50b32dCopy full SHA for a50b32d
2 files changed
debian/changelog
@@ -1,3 +1,16 @@
1
+sticky (1.28) zena; urgency=medium
2
+
3
+ [ Stephen Collins ]
4
+ * sticky.py: ensure new notes don't get placed off-screen or over a panel.
5
+ * Don't segfault when opening and closing the status icon context menu.
6
+ * get_internal_markup(): don't skip a tag due to removing it from a list.
7
8
+ [ Clement Lefebvre ]
9
+ * Switch to XApp symbolic icons
10
+ * Switch to xapp-symbolic-icons (XSI)
11
12
+ -- Clement Lefebvre <root@linuxmint.com> Wed, 19 Nov 2025 15:26:19 +0000
13
14
sticky (1.27) zara; urgency=medium
15
16
* l10n: Update translations
meson.build
@@ -1,4 +1,4 @@
-project('sticky', version : '1.27', meson_version : '>= 0.49.0')
+project('sticky', version : '1.28', meson_version : '>= 0.49.0')
i18n = import('i18n')
0 commit comments