commit 14b7749e5ee9623429ea1cfd5a368ed923022ecd
parent 618e1a66c39a6e9d1561528fecb1c6fa8f3ef364
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Wed, 24 Feb 2021 07:47:16 +0100
Version 0.5
* Make year range (#56), first weekday (#13) and file name configurable
* Change g/G shortcut logic: Jump to first/last non-empty entry (#57)
* Add command line options (#34), help and version flags (#45)
* Add optional configuration file (#35)
* Improve man page and overall documentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diary.h b/diary.h
@@ -21,7 +21,7 @@
#define XDG_CONFIG_HOME_FALLBACK "~/.config"
#define CONFIG_FILE_PATH "diary/diary.cfg"
-#define DIARY_VERSION "0.5-unstable"
+#define DIARY_VERSION "0.5"
#define CAL_WIDTH 21
#define ASIDE_WIDTH 4
#define MAX_MONTH_HEIGHT 6