2026-05-14: Release v1.1.1
Release v1.1.1
Section titled “Release v1.1.1”Patch release (v1.1.0 → v1.1.1). No breaking changes, no new user-facing features.
All changes are bug fixes and developer-experience improvements.
Changes since v1.1.0
Section titled “Changes since v1.1.0”| Commit | Type | Summary |
|---|---|---|
185cf43 | fix | Dashboard history filters use asset snapshot dates (not portfolio snapshots); distinct colors for By Type / By Category |
2375915 | fix | docker:dev always generates version + layer-cached rebuild; seed adds 15-month asset snapshot history |
03fa9be | fix | 4 plan doc titles with embedded title: key that broke the docs Docker build |
b1dace7 | fix | Tauri build: install full backend deps in tauri-build.sh |
6558f43 | fix | Tauri: share DB with docker:prod; fix version in prod builds |
e1fd317 | docs | Strengthen AGENTS.md convention #8 |
ec8686a | docs | Fix plan doc filenames (add missing day) and YAML frontmatter |
SemVer rationale
Section titled “SemVer rationale”- No
featcommits → no minor bump - No breaking changes → no major bump
- Multiple
fixcommits → patch bump:1.1.0→1.1.1
Release command
Section titled “Release command”npm run release -- 1.1.1This:
- Validates semver format
- Checks working tree is clean
- Bumps
package.json(×4),Cargo.toml,tauri.conf.json - Commits
chore: release v1.1.1 - Pushes HEAD to
origin - Tags
v1.1.1 - Pushes tag to
origin
Execution Summary
Section titled “Execution Summary”Commit: dfc4643 · Tag: v1.1.1
Actual changes
Section titled “Actual changes”- 6 version files bumped:
package.json(×4),src-tauri/Cargo.toml,src-tauri/tauri.conf.json - Commit
chore: release v1.1.1pushed tomain - Tag
v1.1.1pushed toorigin
Deviations from plan
Section titled “Deviations from plan”None
Test results
Section titled “Test results”| Gate | Result |
|---|---|
| Backend unit | ✅ 315 tests (pre-release baseline) |
| Backend e2e | ✅ 70 tests (pre-release baseline) |
| Frontend unit | ✅ 393 tests (pre-release baseline) |
| Frontend e2e | ⏭ skipped |
Key discoveries
Section titled “Key discoveries”None — release went cleanly on first attempt.