v2.0.1
Release date: May 20, 2026
What's new
- Tauri 2 desktop app (Linux, macOS, Windows)
- Vite dev server replacing python
http.server - Filesystem image storage via Rust
save_imagecommand - Service worker with network-first PWA caching
- Per-page error boundaries
- Auto-updater: tauri-plugin-updater + tauri-plugin-process wired up
- Settings page shows
Check for Updatesbutton (desktop only); silent startup check shows dismissible banner if update available - GitHub Actions
release.yml: builds Linux/Windows in parallel, generateslatest.jsonupdate manifest, publishes release on version tag push - Add Item UX: photo required (moved to top), color auto-detected via Canvas API, name optional with auto-generation (Shirt_001, etc.), warmth buttons show temp ranges, weather tags auto-suggested by warmth
- Warmth scale flipped: 1=Freezing (<=0C) -> 5=Hot (25C+) left to right
- Add cross-platform build test workflow
- Lint script: strip template literal expressions before extracting class names (fixes false positive on 'level')
- Remove dead
classList.remove('colorblind-mode');legacy name before renaming to accessibility-mode saved-outfits: replacedelete-outfit-btnclass with data-action attribute for JS selection- wardrobe: move tag-filter-chip inline styles to
style.css style.css: add.error,.success, and.tag-filter-chiprules
Upgraded
- Domain updated to attyre.org
- contact@aetherassembly.org added to Settings
- Semver versioning (was date-based)
- CHANGELOG and README updated for v2.0.0 & v2.0.1
Full changelog
See CHANGELOG.md for the complete history of changes across all releases.
Version Changelog: v2.0.0...v2.0.1)