Skip to content

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 21 May 03:08
· 43 commits to main since this release
f19251e

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_image command
  • 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 Updates button (desktop only); silent startup check shows dismissible banner if update available
  • GitHub Actions release.yml: builds Linux/Windows in parallel, generates latest.json update 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: replace delete-outfit-btn class 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-chip rules

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)