aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2020-03-27 09:07:20 -0400
committerLukas Fleischer <lfleischer@calcurse.org>2020-03-27 18:59:20 -0400
commit5a3664bf73dab84561bb03db0fe64e275a270093 (patch)
treee2a13af793d60a800027a6700afedc8214bd246e
parent5e571c72d88cb56244766c88eddcb409b04bccfc (diff)
downloadcalcurse-4.6.0.tar.gz
calcurse-4.6.0.zip
Release 4.6.0v4.6.0
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r--CHANGES.md31
-rwxr-xr-xbuild-aux/git-version-gen2
-rw-r--r--doc/manual.txt2
3 files changed, 33 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 70a4d2a..263cf83 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,37 @@
Release Notes
=============
+Version 4.6.0 (2020-03-27)
+--------------------------
+
+- New features:
+
+ * XDG base directory support: While using ~/.calcurse/ is still supported
+ for backwards compatibility, we recommend putting your configuration
+ files in ~/.config/calcurse/ and your data files in
+ ~/.local/share/calcurse/ instead (implemented by Nitroretro).
+
+ * Configurable text for empty days (implemented by Lars Henriksen).
+
+ * Support RET to set the todo item priority to 0 (implemented by Issam
+ Maghni).
+
+ * Various improvements in iCal imports (implemented by Lars Henriksen).
+
+- New calcurse-caldav features:
+
+ * Documentation for Yahoo's Calendar Server.
+
+- Bug fixes:
+
+ * Escape necessary characters in SUMMARY on export (implemented by Kelvin
+ Jackson).
+
+ * Update notification bar properly when certain recurrent appointments are
+ deleted (implemented by Lars Henriksen).
+
+ * Fix save of interactively imported data (implemented by Lars Henriksen).
+
Version 4.5.1 (2019-10-18)
--------------------------
diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
index 67e4839..31209e2 100755
--- a/build-aux/git-version-gen
+++ b/build-aux/git-version-gen
@@ -6,7 +6,7 @@ then
exit 1
fi
-DEF_VER=4.5.1
+DEF_VER=4.6.0
VERFILE="$1"
if [ -d '.git' ]
diff --git a/doc/manual.txt b/doc/manual.txt
index cb59e8d..9cf015a 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.5.1.tar.gz
+$ tar zxvf calcurse-4.6.0.tar.gz
----
Once you meet the requirements and have extracted the archive, the install