mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Update WHATSNEW.
This commit is contained in:
@@ -1,5 +1,51 @@
|
|||||||
CHANGES TO REMIND
|
CHANGES TO REMIND
|
||||||
|
|
||||||
|
* VERSION 06.02.02 - 2026-01-??
|
||||||
|
|
||||||
|
- NEW FEATURE: remind: Turn reminders with a "Url:" INFO string into
|
||||||
|
hyperlinks if you set the $TerminalHyperlinks system variable to 1.
|
||||||
|
Note that your terminal must support the "OSC 8" hyperlink escape
|
||||||
|
sequence; see
|
||||||
|
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
|
||||||
|
for details.
|
||||||
|
|
||||||
|
- NEW FEATURE: remind: Add another parameter to the "-w" option to
|
||||||
|
remove blank lines between reminders, thereby making the calendar
|
||||||
|
more compact.
|
||||||
|
|
||||||
|
- IMPROVEMENT: TkRemind: Make the window that pops up for background
|
||||||
|
reminders obey the color options chosen under "Options..."
|
||||||
|
|
||||||
|
- CHANGE: remind: The header <wchar.h> and the functions mbstowcs and
|
||||||
|
wcstombs are now mandatory. This should not affect any vaguely modern
|
||||||
|
UNIX system.
|
||||||
|
|
||||||
|
- IMPROVEMENT: remind: Allow Hebrew spellings of Hebrew month names. For
|
||||||
|
example, you can use "Iyar" or "אייר".
|
||||||
|
|
||||||
|
- IMPROVEMENT: remind: Allow different Hebrew transliterations of month names.
|
||||||
|
For example, you can use "Shvat" or "Shevat". See the man page for
|
||||||
|
the full list of possibilities.
|
||||||
|
|
||||||
|
- IMPROVEMENT: remind: Add the mbpad() function, which is the
|
||||||
|
character-oriented counterpart to pad().
|
||||||
|
|
||||||
|
- MINOR NEW FEATURE: Add a "make uninstall-script" Makefile target. This
|
||||||
|
generates a script that if run as root after "make install", will remove
|
||||||
|
Remind.
|
||||||
|
|
||||||
|
- MINOR IMPROVEMENT: remind: Make COMPLETED-THROUGH a synonym for
|
||||||
|
COMPLETE-THROUGH.
|
||||||
|
|
||||||
|
- BUG FIX: remind: Fix an edge case where a REM command with a WARN function
|
||||||
|
may not trigger on its actual trigger date.
|
||||||
|
|
||||||
|
- BUG FIX: include/holidays/jewish.rem: Split Chanukah into separate
|
||||||
|
reminders to improve iCal export.
|
||||||
|
|
||||||
|
- DOC FIX: remind.1: Fix bad man page formatting.
|
||||||
|
|
||||||
|
- DOC FIX: Document that now() returns 00:00 in Calendar Mode.
|
||||||
* VERSION 06.02.01 - 2025-11-10
|
* VERSION 06.02.01 - 2025-11-10
|
||||||
|
|
||||||
- BUG FIX: remind: Obey $ParseUntriggered in Calendar Mode. Before,
|
- BUG FIX: remind: Obey $ParseUntriggered in Calendar Mode. Before,
|
||||||
|
|||||||
@@ -80,6 +80,7 @@ CalMode
|
|||||||
CalType
|
CalType
|
||||||
CalcMinsFromUTC
|
CalcMinsFromUTC
|
||||||
CalcUTC
|
CalcUTC
|
||||||
|
Chanukah
|
||||||
Clément
|
Clément
|
||||||
Config
|
Config
|
||||||
Conover
|
Conover
|
||||||
@@ -685,6 +686,7 @@ maybexs
|
|||||||
mbchar
|
mbchar
|
||||||
mbindex
|
mbindex
|
||||||
mbpad
|
mbpad
|
||||||
|
mbstowcs
|
||||||
mbstrlen
|
mbstrlen
|
||||||
mbsubstr
|
mbsubstr
|
||||||
md
|
md
|
||||||
@@ -953,6 +955,8 @@ varname
|
|||||||
ve
|
ve
|
||||||
w0
|
w0
|
||||||
wakeups
|
wakeups
|
||||||
|
wchar
|
||||||
|
wcstombs
|
||||||
weekno
|
weekno
|
||||||
wfun
|
wfun
|
||||||
whoami
|
whoami
|
||||||
|
|||||||
Reference in New Issue
Block a user