Skip to content

Releases: Anyesh/wardrowbe

wardrowbe: v1.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 09:43
14ab996

1.4.0 (2026-07-01)

✨ Features

  • make internal AI optional and add capabilities endpoint (#113) (376f9a6)

🐛 Bug Fixes

  • add weather location fallbacks (#75) (7426d6d)
  • show config error on login when no auth provider is registered (22e73ad)

wardrowbe: v1.3.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:23
a2fa5eb

1.3.1 (2026-06-26)

🐛 Bug Fixes

👷 CI/CD

  • publish Docker images to GHCR on main and releases (#83) (af22e84)
  • publish versioned images on release (#112) (9677b39)

wardrowbe: v1.3.0

Choose a tag to compare

@github-actions github-actions released this 31 May 08:45

1.3.0 (2026-05-31)

✨ Features

🐛 Bug Fixes

  • align .env.example SECRET_KEY with dev-mode sentinel (a8f9f5e), closes #72
  • Item pair score initialization for learning service (9f7de07)
  • select wardrobe items beyond the first page in studio (c73c571)
  • update cognitive cache thresh (9170644)
  • update pair context for feedback without a rating (3764dec)

🔧 Maintenance

  • add cognitive cache (886e65f)
  • deps: bump astral-sh/setup-uv from 4 to 7 (84ceb98)
  • deps: bump googleapis/release-please-action from 4 to 5 (8a31d2c)

👷 CI/CD

  • install cognitive-cache via uv tool install (6ede4f2)

📦 Build

  • deps: bump codecov/codecov-action from 4 to 6 (436997e)

Timeout bug fixes

Choose a tag to compare

@Anyesh Anyesh released this 29 Apr 13:27
4a98348

What's Changed

  • Bug/fix nextjs rewrite proxy timeouts by @Anyesh in #65

Full Changelog: wardrowbe-v1.2.4...wardrowbe-v1.2.5

wardrowbe: v1.2.4

Choose a tag to compare

@github-actions github-actions released this 17 Apr 23:25
3aa9bb3

1.2.4 (2026-04-17)

🐛 Bug Fixes

  • prevent same-slot item pairing, add socks/tie types, fix UI text… (#55) (c457572)
  • refetch outfit after commit (f9b3ceb)

wardrowbe: v1.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Mar 02:27
6285682

1.2.3 (2026-03-30)

🐛 Bug Fixes

  • use separate test database instead of falling back to production DB (019d2e9)
  • use separate test database instead of falling back to production DB (7eae5c9)

wardrowbe: v1.2.2

Choose a tag to compare

@github-actions github-actions released this 20 Mar 20:06
3f9db84

1.2.2 (2026-03-20)

🐛 Bug Fixes

  • 39: Add proper error messages for diagnose (#40) (f4a71d1)
  • enable dev credential login in Docker production builds (#43) (9aab711)

wardrowbe: v1.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 05:27
02406b6

1.2.1 (2026-02-20)

🐛 Bug Fixes

  • Add current user check (84840ab)
  • Add missing test:coverage script to package.json (43b8dfa)
  • add missing URL fields to TypeScript interfaces (6113dd6)
  • ci: Fix backend storage path and update Node.js to 20 (55cda11)
  • Ensure opensource repo works for new users (a003dbd)
  • modernize Python type annotations for Ruff linting (208920b)
  • re-fetch items after update/archive/restore to load relationships (edfa65c)
  • Resolve all CI quality check failures (2209cdf)
  • resolve CI lint/type/test failures from v1.2.0 release (3568174)
  • Resolve lint and format issues (86799df)
  • Update AccumulatedItem types to match Item interface (3e85320)

📝 Documentation

  • improve setup instructions and fix dev mode (3b567de)

🔧 Maintenance

  • add git-blame-ignore-revs for formatting commits (38fcc6f)
  • Add pre-commit hooks for lint/format enforcement (90343d3)
  • Add tsbuildinfo to gitignore (b5280aa)
  • fix linting errors and add missing type properties (f1c4848)
  • release: Add example screens (2add224)

💄 Styling

  • Update README badges to for-the-badge style (#10) (6eff9e9)