diff --git a/CHANGELOG.md b/CHANGELOG.md index 4137f244..8840b605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ +## [2026.8.0] - 2026-08-11 + +### Bug Fixes + +- Correctness fixes from a codebase review (#498) +- **filters**: Scope drink facets by all filters but their own (#505) +- **mise**: Unblock check in fresh worktrees, plus domain-architecture doc refresh (#514) +- **filters**: Make sort sheet options dense like the other sheets (#516) +- **web**: Guard URL strategy import on js_interop, not html (#537) +- **drinks**: Move provider mutations out of setState (#538) + +### Features + +- **drinks**: Multi-select categories and grouped style filter (#506) +- **theme**: Establish a deliberate colour system (#519) + +### Refactoring + +- Remove dead widgets and navigation helpers (#502) +- **widgets**: Share festival status badge and sheet handle (#501) +- Clear five low-priority backlog issues (#539) +- Enforce the declared lint rules and break the main/router import cycle (#540) + + + ## [2026.7.1] - 2026-07-24 ### Features diff --git a/pubspec.yaml b/pubspec.yaml index 5fe774f6..574f97d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: cambridge_beer_festival description: A Flutter app for Cambridge Beer Festival - browse beers, ciders, meads, and more. publish_to: 'none' -version: 2026.7.1+2026072401 +version: 2026.8.0+2026081100 environment: sdk: '>=3.10.0 <4.0.0' diff --git a/release-notes.md b/release-notes.md index 62a0feca..fad175c1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,10 +1,25 @@ -## [2026.7.1] - 2026-07-24 +## [2026.8.0] - 2026-08-11 + +### Bug Fixes + +- Correctness fixes from a codebase review (#498) +- **filters**: Scope drink facets by all filters but their own (#505) +- **mise**: Unblock check in fresh worktrees, plus domain-architecture doc refresh (#514) +- **filters**: Make sort sheet options dense like the other sheets (#516) +- **web**: Guard URL strategy import on js_interop, not html (#537) +- **drinks**: Move provider mutations out of setState (#538) ### Features -- **drink-detail**: Inline autosaving notes and undo for tasting delete (#488) -- Search result excerpts/highlighting and My Festival notes (#492) -- **my-festival**: Card the list rows and enrich Want to Try (#494) +- **drinks**: Multi-select categories and grouped style filter (#506) +- **theme**: Establish a deliberate colour system (#519) + +### Refactoring + +- Remove dead widgets and navigation helpers (#502) +- **widgets**: Share festival status badge and sheet handle (#501) +- Clear five low-priority backlog issues (#539) +- Enforce the declared lint rules and break the main/router import cycle (#540)