Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 14:25
· 6 commits to main since this release

Important: This release is a complete rewrite of the application

  • Storage: Replaced JSON file-based storage with SQLite. Data migration is required — perform a full backup before upgrading.
  • Frontend: React has been replaced by Angular. UI code and the build/deployment process changed
  • UI repository: The UI is maintained in a separate repository; the main backend repo no longer contains the SPA source.
  • Context identifiers: Context IDs are no longer computed as SHA-256 hashes of the name — names are no longer unique and cannot be used as unique keys.
  • API/CLI impact: Endpoints, export/import and scripts that rely on previous identifier or name semantics may require updates;
  • Notes: This release introduces significant architectural changes and is not backward compatible