CHANGELOG.md (889B)
1 ## [0.4 Unreleased] 2 3 ## [0.3] - 2024-06-13 4 5 ### Fixed 6 * fix(#64): update go-sqlite3 v1.14.22 7 8 ### Added 9 * distinction between HIVEDAV_CALDAV_HOST (with discovery) and 10 HIVEDAV_CALDAV_URI (plain calendar url) 11 * improve caldav request flow documentation 12 * simplify availability query 13 * check X-MICROSOFT-CDO-INTENDEDSTATUS 14 * select year 15 * feat(config): HORIZON to cap recurring events 16 * feat(curlable): next/prev week help text 17 18 ## [0.2] - 2023-10-06 19 20 ### Fixed 21 * carriage return escaping and text folding 22 * superfluous WriteHeader 23 * env var overrides for config file variables 24 * duplicate weekday in calendar view 25 26 ### Added 27 * success and error messsages 28 * html booking form 29 * iana tzids 30 * various config variables 31 * cron job for regular db updates 32 * healthz endpoint 33 34 ## [0.1] - 2023-09-16 35 36 ### Added 37 * curlable frontend, weekly availability table 38 * store availability in sqlite database