CHANGELOG.md (1187B)
1 ## [0.5 Unreleased] 2 3 ## [0.4] - 2026-01-07 4 5 ### Fixed 6 * fix(http): close body and follow redirect 7 * fix(go-sqlite): ensure stable v1 release 8 9 ### Added 10 * doc(caldav): improve flow example 11 * feat(CI): add trivy and updatecli 12 * feat(go): bump to 1.24.5 13 * feat: add Dockerfile 14 * feat: minor version bumps of dependencies 15 16 ## [0.3] - 2024-06-13 17 18 ### Fixed 19 * fix(#64): update go-sqlite3 v1.14.22 20 21 ### Added 22 * distinction between HIVEDAV_CALDAV_HOST (with discovery) and 23 HIVEDAV_CALDAV_URI (plain calendar url) 24 * improve caldav request flow documentation 25 * simplify availability query 26 * check X-MICROSOFT-CDO-INTENDEDSTATUS 27 * select year 28 * feat(config): HORIZON to cap recurring events 29 * feat(curlable): next/prev week help text 30 31 ## [0.2] - 2023-10-06 32 33 ### Fixed 34 * carriage return escaping and text folding 35 * superfluous WriteHeader 36 * env var overrides for config file variables 37 * duplicate weekday in calendar view 38 39 ### Added 40 * success and error messsages 41 * html booking form 42 * iana tzids 43 * various config variables 44 * cron job for regular db updates 45 * healthz endpoint 46 47 ## [0.1] - 2023-09-16 48 49 ### Added 50 * curlable frontend, weekly availability table 51 * store availability in sqlite database