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 b9f53ddf72fa8b062aa17dc40f1b35171a1ba1a6
parent ef35e0f27fe4a18a594b1881fce3e86ad5da3671
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 13 Jun 2024 21:19:17 +0200

feat: release v0.3

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,19 @@ -## [0.3 Unreleased] +## [0.4 Unreleased] + +## [0.3] - 2024-06-13 + +### Fixed +* fix(#64): update go-sqlite3 v1.14.22 + +### Added +* distinction between HIVEDAV_CALDAV_HOST (with discovery) and + HIVEDAV_CALDAV_URI (plain calendar url) +* improve caldav request flow documentation +* simplify availability query +* check X-MICROSOFT-CDO-INTENDEDSTATUS +* select year +* feat(config): HORIZON to cap recurring events +* feat(curlable): next/prev week help text ## [0.2] - 2023-10-06 diff --git a/main.go b/main.go @@ -11,7 +11,7 @@ import ( "time" ) -var hivedavVersion = "v0.3-nightly" +var hivedavVersion = "v0.3" func main() { // If exists, load config file from pwd