Skip to content
Strata v1.2.6

2026-05-14: Release v1.1.1

Patch release (v1.1.0v1.1.1). No breaking changes, no new user-facing features. All changes are bug fixes and developer-experience improvements.

CommitTypeSummary
185cf43fixDashboard history filters use asset snapshot dates (not portfolio snapshots); distinct colors for By Type / By Category
2375915fixdocker:dev always generates version + layer-cached rebuild; seed adds 15-month asset snapshot history
03fa9befix4 plan doc titles with embedded title: key that broke the docs Docker build
b1dace7fixTauri build: install full backend deps in tauri-build.sh
6558f43fixTauri: share DB with docker:prod; fix version in prod builds
e1fd317docsStrengthen AGENTS.md convention #8
ec8686adocsFix plan doc filenames (add missing day) and YAML frontmatter
  • No feat commits → no minor bump
  • No breaking changes → no major bump
  • Multiple fix commits → patch bump: 1.1.01.1.1
Terminal window
npm run release -- 1.1.1

This:

  1. Validates semver format
  2. Checks working tree is clean
  3. Bumps package.json (×4), Cargo.toml, tauri.conf.json
  4. Commits chore: release v1.1.1
  5. Pushes HEAD to origin
  6. Tags v1.1.1
  7. Pushes tag to origin

Commit: dfc4643 · Tag: v1.1.1

  • 6 version files bumped: package.json (×4), src-tauri/Cargo.toml, src-tauri/tauri.conf.json
  • Commit chore: release v1.1.1 pushed to main
  • Tag v1.1.1 pushed to origin

None

GateResult
Backend unit✅ 315 tests (pre-release baseline)
Backend e2e✅ 70 tests (pre-release baseline)
Frontend unit✅ 393 tests (pre-release baseline)
Frontend e2e⏭ skipped

None — release went cleanly on first attempt.