hivedav

A curlable free/busy scheduler with CalDAV integration
git clone https://git.in0rdr.ch/hivedav.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 1b7d5b3082aa679da51126b7be54cc50d38738cd
parent b05c5987a99dfc92ba7df3c16add7c216969c70e
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri,  6 Oct 2023 20:44:09 +0200

feat: release v0.2

Diffstat:
MCHANGELOG.md | 18+++++++++++++++++-
Mmain.go | 2+-
2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,20 @@ -## [0.2 Unreleased] +## [0.3 Unreleased] + +## [0.2] - 2023-10-06 + +### Fixed +* carriage return escaping and text folding +* superfluous WriteHeader +* env var overrides for config file variables +* duplicate weekday in calendar view + +### Added +* success and error messsages +* html booking form +* iana tzids +* various config variables +* cron job for regular db updates +* healthz endpoint ## [0.1] - 2023-09-16 diff --git a/main.go b/main.go @@ -11,7 +11,7 @@ import ( "time" ) -var hivedavVersion = "v0.2-nightly" +var hivedavVersion = "v0.2" func main() { // If exists, load config file from pwd