From 9904d4a9629c214219646e6e688fb550bd9ac2d2 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 | 5 +++++ release-notes/v0.1.0-alpha.3.md | 7 +++++++ 3 files changed, 19 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..f86e2b0 --- /dev/null +++ b/release-notes/v0.1.0-alpha.1.md @@ -0,0 +1,7 @@ +## Highlights + +- First public bundle of Verstak's official plugins. +- Includes Files, Notes, Journal, Todo, Secrets, Browser Inbox, Activity, Search, Trash, Sync, and supporting editors and previews. +- Adds durable browser captures, archive handling, activity sessions, and localized plugin interfaces. + +**Commit history**: https://github.com/mirivlad/verstak-official-plugins/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..6d3d1a4 --- /dev/null +++ b/release-notes/v0.1.0-alpha.2.md @@ -0,0 +1,5 @@ +## Highlights + +- Todo tasks can schedule native reminders through the Desktop notification capability. + +**Full Changelog**: https://github.com/mirivlad/verstak-official-plugins/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..584b8a9 --- /dev/null +++ b/release-notes/v0.1.0-alpha.3.md @@ -0,0 +1,7 @@ +## Highlights + +- Makes Todo reminder time selection, global Secrets, and global Journal entry creation usable. +- Localizes plugin errors, browser materials, activity review, files menus, and other key workflows. +- Replaces technical terminology with “Deal” and improves modal forms and secret safety. + +**Full Changelog**: https://github.com/mirivlad/verstak-official-plugins/compare/v0.1.0-alpha.2...v0.1.0-alpha.3