From 3c1f2c71776e352b8591ceaaf87b7a44f93f00f7 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.1.md | 7 +++++++ release-notes/v0.1.0-alpha.2.md | 7 +++++++ release-notes/v0.1.0-alpha.3.md | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 release-notes/v0.1.0-alpha.1.md create mode 100644 release-notes/v0.1.0-alpha.2.md create mode 100644 release-notes/v0.1.0-alpha.3.md diff --git a/release-notes/v0.1.0-alpha.1.md b/release-notes/v0.1.0-alpha.1.md new file mode 100644 index 0000000..ac77f9d --- /dev/null +++ b/release-notes/v0.1.0-alpha.1.md @@ -0,0 +1,7 @@ +## Highlights + +- First public alpha of the local Verstak workbench. +- Introduces Deals, workspace templates, the Overview, Files, Notes, Journal, activity tracking, browser intake, and the official plugin system. +- Includes portable Windows, Debian, and AppImage packages for early testing. + +**Commit history**: https://github.com/mirivlad/verstak/commits/v0.1.0-alpha.1 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..f98c213 --- /dev/null +++ b/release-notes/v0.1.0-alpha.2.md @@ -0,0 +1,7 @@ +## Highlights + +- Adds scheduled native notifications and Todo reminders. +- Keeps Verstak available in the system tray, including the required Linux tray runtime in packages. +- Improves the public alpha installation and troubleshooting documentation. + +**Full Changelog**: https://github.com/mirivlad/verstak/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 diff --git a/release-notes/v0.1.0-alpha.3.md b/release-notes/v0.1.0-alpha.3.md new file mode 100644 index 0000000..9afe3c9 --- /dev/null +++ b/release-notes/v0.1.0-alpha.3.md @@ -0,0 +1,7 @@ +## Highlights + +- Replaces technical workspace terminology in the main interface with the user-facing term “Deal”. +- Improves Russian localization, operation errors, template guidance, and the plugin manager filters. +- Makes global Journal and Secrets flows usable and improves Todo reminder time selection. + +**Full Changelog**: https://github.com/mirivlad/verstak/compare/v0.1.0-alpha.2...v0.1.0-alpha.3