diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2022-04-16 18:27:08 -0400 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2022-04-16 18:31:14 -0400 |
commit | 77ffe5d62783ee722d62460ade501ff8a38eb45e (patch) | |
tree | 2cba5445e5fd9eac0550e816e0720145da0ec69a | |
parent | 9fdf42c15fb2e9c9a2221452905154deb5ef9674 (diff) | |
download | calcurse-77ffe5d62783ee722d62460ade501ff8a38eb45e.tar.gz calcurse-77ffe5d62783ee722d62460ade501ff8a38eb45e.zip |
Release 4.8.0v4.8.0
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r-- | CHANGES.md | 38 | ||||
-rwxr-xr-x | build-aux/git-version-gen | 2 | ||||
-rw-r--r-- | doc/manual.txt | 2 |
3 files changed, 40 insertions, 2 deletions
@@ -1,6 +1,44 @@ Release Notes ============= +Version 4.8.0 (2022-04-16) +-------------------------- + +- New features: + + * Support any weekday as first day of week; previously, only Sunday and + Monday were allowed (implemented by Morgan Seltzer). + + * Configuration of the format in which appointment time is displayed + (implemented by mercurialmoon). + + * Actions without key bindings. + + * generic-prev-view key binding to cycle backwards through windows + (implemented by Aurora). + + * Support for Home/End keys in text input mode. + +- Bug fixes: + + * Support compilation on big-endian systems (reported by nmeum). + + * Fixed --docdir support (fixed by Marco Sirabella). + + * Allow newlines in iCal SUMMARY by replacing them with blanks (reported by + Matthias Braun). + + * Fixed sidebar configuration sometimes not increasing width (fixed by + Morgan Seltzer). + + * Layout change recognizes changed appointment space; before this change, a + layout change did not update the maximum number of appointments visible + until the config menu was left (fixed by Morgan Seltzer). + +- calcurse-caldav bug fixes: + + * Fixed InsecureSSL support (reported by Pitido). + Version 4.7.1 (2021-04-11) -------------------------- diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen index fe1ec84..9ef1ff8 100755 --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen @@ -6,7 +6,7 @@ then exit 1 fi -DEF_VER=4.7.0 +DEF_VER=4.8.0 VERFILE="$1" if [ -d '.git' ] diff --git a/doc/manual.txt b/doc/manual.txt index d88269b..0481185 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -143,7 +143,7 @@ Install process First you need to gunzip and untar the source archive: ---- -$ tar zxvf calcurse-4.7.0.tar.gz +$ tar zxvf calcurse-4.8.0.tar.gz ---- Once you meet the requirements and have extracted the archive, the install |