We're releasing today!
All checks were successful
Remind unit tests / tests (push) Successful in 53s

This commit is contained in:
Dianne Skoll
2025-02-04 10:28:25 -05:00
parent 66ba9257a5
commit 38a597a374

View File

@@ -1,6 +1,6 @@
CHANGES TO REMIND
* VERSION 5.3 Patch 0 - 2025-02-??
* VERSION 5.3 Patch 0 - 2025-02-04
- NEW FEATURE: remind: Add the "INFO" clause to the REM command. This
is intended for storing additional metadata about an event, such as
@@ -26,6 +26,10 @@ CHANGES TO REMIND
a popup window with the extra information when hovering over a reminder
in the calendar display.
- IMPROVEMENT: Update the reminder files included with Remind to add
INFO strings with Wikipedia URLs for various holidays and
astronomical events.
- IMPROVEMENT: remind: Add the "\xAB" escape sequence for parsing quoted
strings, where "AB" is a pair of hex digits.