File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828
2929
30+ ## [ 2026.6.0] - 2026-06-05
31+
32+ ### Bug Fixes
33+
34+ - ** screens** : Show festival name instead of ID in drink detail app bar (#365 )
35+ - ** models** : Make Drink user-state fields immutable with copyWith (#366 )
36+ - ** analytics** : Filter connectivity failures from partial-fetch log (#375 )
37+ - ** connectivity** : Replace runtimeType string-matching with conditional imports (#376 )
38+ - ** provider** : Don't update lastDrinksRefresh when festival has no types (#382 )
39+ - ** models** : Add == and hashCode to Drink, Product, and Producer (#380 )
40+
41+ ### Documentation
42+
43+ - ** agents** : Add parallel subagent/worktree workflow rules (#368 )
44+ - ** agents** : Clarify worktree PRs target main, not the session branch (#374 )
45+
46+ ### Features
47+
48+ - ** claude** : Add ship-issues workflow commands and tighten agent docs (#378 )
49+ - ** models** : Introduce BeverageCategories constants, replace magic strings (#381 )
50+
51+ ### Refactoring
52+
53+ - ** models** : Add Drink-level accessors to remove feature envy in screens (#367 )
54+ - ** screens** : Extract DetailHeader widget, deduplicate sort label logic (#377 )
55+
56+
57+
3058## [ 2026.5.9] - 2026-05-31
3159
3260### Bug Fixes
You can’t perform that action at this time.
0 commit comments