mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Update WHATSNEW.
This commit is contained in:
@@ -1,5 +1,51 @@
|
||||
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
|
||||
|
||||
- BUG FIX: remind: Obey $ParseUntriggered in Calendar Mode. Before,
|
||||
|
||||
@@ -80,6 +80,7 @@ CalMode
|
||||
CalType
|
||||
CalcMinsFromUTC
|
||||
CalcUTC
|
||||
Chanukah
|
||||
Clément
|
||||
Config
|
||||
Conover
|
||||
@@ -685,6 +686,7 @@ maybexs
|
||||
mbchar
|
||||
mbindex
|
||||
mbpad
|
||||
mbstowcs
|
||||
mbstrlen
|
||||
mbsubstr
|
||||
md
|
||||
@@ -953,6 +955,8 @@ varname
|
||||
ve
|
||||
w0
|
||||
wakeups
|
||||
wchar
|
||||
wcstombs
|
||||
weekno
|
||||
wfun
|
||||
whoami
|
||||
|
||||
Reference in New Issue
Block a user