feat!: SnapOtter 2.0.0

Bump all workspace package versions and APP_VERSION to 2.0.0, marking the
official 2.0 release. Removes the stale 1.x .release-notes.md artifact
(semantic-release regenerates release notes). The 2.0/multimodality docs
and rebrand already landed on main via #254 and #261, so this carries only
the version designation forward from the rebrand branch.

BREAKING CHANGE: SnapOtter 2.0 - the platform re-architecture (Postgres 17 +
Redis 8 + BullMQ durable jobs, 157 tools across five modalities) is the 2.0
release line, replacing the 1.x SQLite single-container architecture.
This commit is contained in:
SnapOtter
2026-06-17 14:33:09 +08:00
parent 7e3249a998
commit 620552569e
14 changed files with 13 additions and 84 deletions
+1 -1
View File
@@ -2581,7 +2581,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [
{ id: "none", label: "None", width: 0, height: 0 },
];
export const APP_VERSION = "1.17.2";
export const APP_VERSION = "2.0.0";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).