Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

## [2026.8.0] - 2026-08-10

### 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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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+2026081000

environment:
sdk: '>=3.10.0 <4.0.0'
Expand Down
23 changes: 19 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@

## [2026.7.1] - 2026-07-24
## [2026.8.0] - 2026-08-10

### 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)