You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ This project should adhere to [Semantic Versioning](https://semver.org/spec/v2.0
8
8
9
9
## [1.0.0] - 2026-03-15
10
10
11
+
Considering this tool as "production ready" now - even though it's still lots of corner cases to be tested.
12
+
13
+
This release corresponds to version 3.0.2 of the caldav library. It's important to keep those two libraries in sync as the "feature list" is contained in the caldav library.
14
+
11
15
### Changed
12
16
- Minimum required `caldav` library version bumped to 3.0.2.
13
17
- Text report now labels extra check information with "Extra check information:" header (rationale: it was a bit confusing with two "descriptions" on one feature).
@@ -23,9 +27,9 @@ This project should adhere to [Semantic Versioning](https://semver.org/spec/v2.0
23
27
24
28
Lots of changes have been done since v0.1.0. I'm not sure the changelog is complete, I didn't get time to do a proper QA on it. CalDAV version 3.0 is required.
25
29
26
-
This was a pre-release; version 1.0.0 followed shortly after.
30
+
This was sort of a pre-release of v1.0.0.
27
31
28
-
(Version 0.2.0/9.2.1 was never published due to problems with the auto-publish workflow)
32
+
(Version 0.2.0/0.2.1 was never published due to problems with the auto-publish workflow)
29
33
30
34
### Added
31
35
-`--config-section` CLI option: select a named section from the caldav config file (passed through to `get_davclient`)
0 commit comments