From ChangeLog:
https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
* Remind output can effectively be translated into other languages at run-time.
* Add the pad() built-in function
* Day numbers can be displayed left-aligned, centered or right-aligned.
* Print better diagnostics when errors occur inside a user-defined function.
* Add a "q" sub-option to the "-p", "-pp", and "-ppp" options.
* tkremind: Fix the "-m" flag, which was broken in 03.04.00.
* Warn if the arguments to the "-@" option are out of range.
* Always interpret $Latitude and $Longitude input values in the "C" locale.
* Fix many spelling mistakes
PR: 263049
Reported by: fuz@fuz.su (maintainer)
Tuesday, 29 March 2022. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.24.4.
Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.
This release adds three weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Sddm/lockscreen: Fix weird behaviour.
* Plymouth KControl: Substantially bump the helper timeout.
* Systemsettings runner: Ensure that we match keywords case
insensitively.
View full changelog:
https://kde.org/announcements/changelogs/plasma/5/5.24.3-5.24.4
Bug Fixes:
* Sequence of IDs doesn't work with attribute "depends"
* The bulk removal of depends: and tags: is ignored
* Tag exclusion should be detected as invalid write context
* The value of soww named date is incorrect
* Corruption of the depends attribute upon syncing with taskd 1.1.0
* Assigning dependencies via ID ranges
* Recurring report does not include parent tasks
A patch release. Selected upstream changes:
- remind: Add syntactic sugar to simplify some common types of
reminders.
- remind: Always parse the body of REM statements to catch
expression errors.
- remind: Add the "trig" function to allow more
expressiveness when creating triggers.
- tkremind: Tweak the calendar display; improve ability to
customize colors, including supplying two built-in themes.
- remind: The "||" operator now returns the value of the first non-zero
operand rather than just returning 1 or 0. Similarly, "&&" returns 0
if either operand is false or the value of the last operand if both
operands are true.
Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
PR: 262566
Apply a minor fix so that correct version would be reported in the About
dialog and window title (the tree had been tagged for the release before
the fix had been committed to the master).
Reported by: portscout