Tags give the ability to mark specific points in history as being important
-
client/v1.7.0
Release: keepass-deltasync client v1.7.03bdbbca5 · ·client v1.7.0 — TUI restructured into GUI-like sections + full admin panel
-
client/v1.6.0
Release: keepass-deltasync client v1.6.01f442946 · ·client v1.6.0 — admin user-create/user-enrollment gain --server flag
-
client/v1.5.0
Release: keepass-deltasync client v1.5.08241de7e · ·client v1.5.0 — devices remove <id>
-
client/v1.4.0
Release: keepass-deltasync client v1.4.07b6dd1f4 · ·client v1.4.0 — v4 group synchronisation (groups + entry group-membership, move, LWW conflict resolution)
-
client/v1.3.0
Release: keepass-deltasync client v1.3.0ff9b709e · ·client v1.3.0 — add delete-database command
-
client/v1.1.0
Release: keepass-deltasync client v1.1.0ac4b58c4 · ·keepass-deltasync client v1.1.0 First release under the per-component versioning scheme, continuing above the legacy bare v1.0.0 client release. New since v1.0.0: - tui: interactive full-screen menu (sync/pull/push/status/databases/…) - tui: generate enrollment token for a new device (e.g. Android) - tui: guided switch-account wizard (enroll → bind → sync, same server) - forget <name>: remove a local database binding (server + file untouched)
-
v0.1.0
Release: keepass-deltasync v0.1.0a2ce91dd · ·v0.1.0 — First tagged release Brings the server, desktop client, and a working Android client under one roof. See CHANGELOG.md for the full list of changes. Highlights: - Platform-independent v3 canonical entry wire-format with dual-read of legacy v1 blobs during migration. - Desktop client (Go) emits canonical from this release on; v1 blobs still decode for compatibility. - Android client: installable debug APK with enroll → setup → sync flow. Built on top of gomobile-bound Go crypto + kotpass kdbx handling. - F-Droid metadata in place, awaiting v0.1.0 submission. Test counts: 50+ on the Go side, 40 on the Kotlin side, both fully green. The cli integration test (-tags=cli) drives a real keepassxc-cli 2.7.12 round-trip and caught two compatibility bugs that the in-process tests missed. -
v1.0.0
Release: keepass-deltasync v1.0.03f53bf40 · ·v1.0.0 — First public release End-to-end encrypted KeePass sync with multi-user sharing. Highlights: - Single-user sync (v1): enroll, init, push, pull, sync, daemon with fsnotify + polling, versions, restore, recycle-bin synthesis. KeePassXC-compatible entry merging. - Multi-user sharing (v2): X25519 sealed-box wrapping. share, unshare, shares, init-shared commands. Per-database ACL via database_members table. - Admin CLI: token-sql, user-create, user-list, user-enrollment, user-disable/enable/delete. - Server: PHP 8.2 + PostgreSQL 14+. setup.php wizard for first-time install (EN + DA). - Crypto: Argon2id master key derivation, HKDF-SHA256 entry-key, XChaCha20-Poly1305 entry encryption, X25519 sealed-box sharing. Server runs on Hetzner shared hosting at https://deltasync.bjoerck-braun.dk/. See README + website for documentation.