On 1/4/23 04:34, Sebastian Ramacher wrote:
Control: tags -1 moreinfo
On 2023-03-30 13:31:28 +1100, David Bannon wrote:
Package: release.debian.org
Severity: normal
User:release.debian....@packages.debian.org
Usertags: unblock
Please unblock package tomboy-ng v0.36a
[ Reason ]
Poor testing on my part lead to the use of bad colors for dark
themes with version 0.36 currently in Bookworm. This relates to
tomboy-ng's recent move to using Qt5 instead of gtk2 and,
perhaps, my own person preference to not use dark themes.
V0.36a is now uploaded and my sponsor requested I apply for an
unblock.
......
Why are you removing the old changelog entry?
Cheers
Good question Sebastian. Sadly, I don't have a good answer. Seems in my
haste to get the important fixes into the app in time, I messed up use
of my packaging scripts. (Noting I release tomboy-ng in several other
Linux packages, Windows and MacOS.)
The changelog 'should' look like this (just updated) -
https://github.com/tomboy-notes/tomboy-ng/blob/master/debian/changelog
But the one you have is missing transition from 0.35 to 0.36. Future
releases will have the missing information.
// ------- changelog ---------------
1c1
< tomboy-ng (0.36-1) unstable; urgency=medium
---
> tomboy-ng (0.36a-1) unstable; urgency=medium
3,14c3,7
< * Release of new version
< * From 0.35 to 0.36 -
< * New Feature export as PDF.
< * New Feature insert a symbol or accented character.
< * Bug fix in column mode of calculator.
< * Warn user about setting non mono font.
< * All Tomdroid functionality removed.
< * A fix for SWYT not finding some text in a brand new note.
< * Can set colour of a link, more suitable default.
< * Use of TextHint to better indicate EditSearch role.
< * Revised note button colors for better dark theme use.
< * Please see github for further change details
---
> * Release of new version.
> * More uniform colors when used with qt5ct.
> * Man page added info re colors.
> * Indicator that custom colors being used.
> * Please see github for further change details.
16c9
< -- David Bannon <tomboy...@bannons.id.au> Wed, 22 Feb 2023 20:45:26
+1100
---
> -- David Bannon <tomboy...@bannons.id.au> Sun, 19 Mar 2023 10:08:23
+1100
// ----------------------------------------------