Commit 3e09d5870a
Verified · cmc ci/build: success ci/sonar: success ci/test: success ci/vuln: success
CHANGELOG.org +8
| @@ -4,6 +4,14 @@ Versioning follows semver from v0.1.0. Database migrations run | ||
| 4 | 4 | automatically on daemon start; upgrade notes appear per release when |
| 5 | 5 | anything beyond "replace the binary and restart" is needed. |
| 6 | 6 | |
| 7 | * v1.20.1 — 2026-09-11 | |
| 8 | ||
| 9 | One config check. | |
| 10 | ||
| 11 | - A negative =limits.max_snippets_per_user= is refused at config load, | |
| 12 | as =max_repos_per_user= and =max_bytes_per_user= already were; it | |
| 13 | used to pass validation and read as unlimited (#214). | |
| 14 | ||
| 7 | 15 | * v1.20.0 — 2026-09-11 |
| 8 | 16 | |
| 9 | 17 | Snippets (#195): named text files a user owns outside any repository, |