-
v2026.9.1
StableDocker Image bauen und veröffentlichen / docker (push) Successful in 20m27sreleased this
2026-09-06 18:08:03 +00:00 | 1 commits to main since this releaseChangelog (since v2026.9.0)
♻️ Refactoring
- CalDAV: expand RRULE for recurring events (
8e94696)
🐛 Fixes
- Web UI: prefill birthday in contact form for imported contacts (
b543b46)
🧹 Chore
- CI: drop release trigger from docker workflow (
f35121b)
Downloads
- CalDAV: expand RRULE for recurring events (
-
v2026.9.0
Stablereleased this
2026-09-03 16:47:30 +00:00 | 4 commits to main since this releaseChangelog (since v1.0.0)
✨ Features
- Web UI: calendar event detail view (
e18c83b) - Web UI: show ICS subscription events in detail view (
f34041d) - Web UI: split contact name into first and last name (
c945e78) - Web UI: file sorting in files browser (
ea917b4) - Allow dots in resource/folder names (
36e3fec)
♻️ Refactoring
- Align import paths with module name (
d3780e9) - Unify config and data structures (
dd77a61) - Simplify config validation (
b364bee) - Streamline session management (
0ee0874) - Update migration logic (
9b9cbe2) - Clean up
nidusctlCLI (2e43e32) - Simplify contact address to a single free-form value (
1f38387) - Unify data directory structure (
2fd39c8)
🐛 Fixes
- Update web files root to use unified path structure (
8d2d8d3)
📖 Docs
- Add AGPL-3.0 license (
83483f5) - Update versioning scheme in README (
995441e) - Update AGENTS.md with current commands and features (
5af3a85) - Remove
CHANGES_SUMMARY.md(superseded by AGENTS.md) (0567fea)
🧹 Chore
- CI: migrate to Gitea Actions (
5e3cc35) - Remove example config file (
6a95e27) gofmtcode (e8c4dad)- Add a standalone
docker-compose.ymlexample using the pre-built image (f463c01) - Remove TLS/Reverse proxy and Dependencies sections from README (
cd0761c)
Downloads
- Web UI: calendar event detail view (