From e68d057ec78cd7d4350cacf2a32d81427d97973a Mon Sep 17 00:00:00 2001 From: mirivlad Date: Wed, 15 Jul 2026 07:50:17 +0800 Subject: [PATCH] docs: add historical release notes --- release-notes/v0.1.0-alpha.2.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 release-notes/v0.1.0-alpha.2.md diff --git a/release-notes/v0.1.0-alpha.2.md b/release-notes/v0.1.0-alpha.2.md new file mode 100644 index 0000000..9138064 --- /dev/null +++ b/release-notes/v0.1.0-alpha.2.md @@ -0,0 +1,7 @@ +## Highlights + +- First public alpha of the optional Verstak synchronization server. +- Provides isolated user and vault synchronization, an admin interface, user management, SMTP configuration, and password-reset flows. +- Includes a Linux archive, installation script, backup guidance, and security hardening for server-rendered data and API keys. + +**Commit history**: https://github.com/mirivlad/verstak-sync-server/commits/v0.1.0-alpha.2