-
v0.2.5 Stable
released this
2026-04-11 16:02:27 +02:00 | 36 commits to main since this releaseRelease v0.2.5
Downloads
-
v0.2.4 Stable
released this
2026-04-11 15:56:14 +02:00 | 36 commits to main since this releaseRelease v0.2.4
Downloads
-
v0.2.3 Stable
released this
2026-04-11 15:48:11 +02:00 | 36 commits to main since this releaseRelease v0.2.3
Downloads
-
v0.2.2 Stable
released this
2026-04-11 15:39:53 +02:00 | 36 commits to main since this releaseRelease v0.2.2
Downloads
-
v0.2.1 Stable
released this
2026-04-11 15:24:42 +02:00 | 36 commits to main since this releaseRelease v0.2.1
Downloads
-
v0.2.0 Stable
released this
2026-04-10 23:13:07 +02:00 | 37 commits to main since this releaseWhat's New
Backup & Restore System
- Full JSON snapshot of all 20 database tables + app settings
- Web UI (Backup page in sidebar), REST API, and OCC CLI commands
- Scheduled automatic backups (daily/weekly) with configurable retention
occ mitgliederverwaltung:backup:create/restore/list
Self-Update from Gitea
- Check for and install updates directly from the app UI or via OCC
- Ed25519 signature verification — every release tarball is cryptographically signed; tampered files are rejected
occ mitgliederverwaltung:app:update [--check]
Column Picker on All Tables
- "Spalten" button on every data table (Members, Families, Camps, Fees, Injuries, Audit Log, Query Builder)
- Toggle columns on/off, persisted via localStorage
- Members table: 16 available columns including Mitgliedsdauer, Eintrittsdatum, Juleica, etc.
Import Fixes
- Bundle import now supports inline error correction (editable error rows with re-validate)
- Nextcloud system admins are now recognized as app admins (IGroupManager fallback)
Release Packaging
make package— builds signed tarball inartifacts/make release— builds, signs, tags, and publishes to Gitea with tarball + signature
Downloads