vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit e70edabc5e23c6ad46e45bc500551784271c65c6
Author: yangfl <yangfl@users.noreply.github.com>
Date: Sun Apr 26 00:57:17 2026 +0800
Update zh translations
commit cb0c6f3c5f351121e79c8dce913864b262b8dccf
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Apr 22 18:59:49 2026 +0800
Get rid of __annotations__
__annotations__ was used to construct __slots__ which helps memory
optimization, but __annotations__ is not evaluated during class
initialization anymore since Python 3.14. While
annotationlib.get_annotations() is designed to replace __annotations__,
it's a bit overkill given only several slots are involved.
annotationlib.get_annotations() might be introduced when we need dozens
of them.
commit 6d15b2e68115a042acd14e7a915646748dd6d0ca
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Apr 22 18:57:22 2026 +0800
Fix type annotations
commit 311a6aecf8167334c3aaaa2132b3495da8fcf97c
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Apr 22 18:42:09 2026 +0800
Fix EditDialog slave deletion
commit f6ed0e56f0da18009f3331968f2d082513a22248
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Apr 22 16:06:39 2026 +0800
Fix adding and renaming of group
commit 3b9e7b0d606c219f009945e194b6cf913695b966
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Apr 22 12:29:29 2026 +0800
Add missing group_find_entry key_release_event handler
commit f2f542e7d8b7ee0e95cc7a111c5163656e975dbf
Author: yangfl <yangfl@users.noreply.github.com>
Date: Wed Apr 22 10:27:19 2026 +0800
Remove __slots__ from GObject derived class
Fix warning of
PyGIWarning: GObject derived class AboutDialog shouldn't use __slots__.
commit 7e61ae3c2a4f1ef604bead9955ed27f0ed78a589
Author: Boyuan Yang <byang@debian.org>
Date: Mon Nov 17 22:51:09 2025 -0500
Fix warning for AppStream metainfo.xml file, update PO files
* Add <developer/> tag in metainfo.xml file
* Translate individual <p> paragraphs instead of <description> tag
* Refresh translation PO and POT files