Skip to content
Draft
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
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2025.11.1] - 2025-11-25

### Added
- Allergen information display in beer details view ([#8](https://github.com/richardthe3rd/BeerFestApp/issues/8))
- Allergen abbreviations (using UK FSA standard) in beer list items
- Filter by allergen functionality to hide beers containing specific allergens
- AllergenHelper utility class for consistent allergen display across the app
## [2025.11.1] - 2025-11-26

### Changed
- Share button in beer details now uses Intent.createChooser for full app discovery, consistent with list view long-press behavior ([#96](https://github.com/richardthe3rd/BeerFestApp/pull/96))

### Fixed
- Edge-to-edge display compatibility for Android 15+ (SDK 35) ([#60](https://github.com/richardthe3rd/BeerFestApp/issues/60), [#61](https://github.com/richardthe3rd/BeerFestApp/issues/61))
- Fixed typo in JSON field name for allergens ("allegens" -> "allergens")

## [2025.11.0] - 2025-11-22

Expand Down