Skip to content
Merged
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
101 changes: 81 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,100 @@
# Changelog

## 0.2.0 — 2026-07-30
## 0.3.0-alpha.1 — 2026-08-03

### Added
- Surface CLC area geocode as geocode_clc (#19) (abe58f1…)
- Generalize device-tracker location to all providers (#20) (2fc7b88…)
- Add opt-in exclude-marine-alerts option (#18) (#23) (ad81b5e…)
- Resolve region schemes into a typed geocode container (#29) (a872764…)
- Stream NAAD alerts in real time, GeoRSS as backfill (#49) (f019d08…)
- Add Simplified Chinese (zh-Hans) (#58) (dbb9d6e…)
- Merge MeteoFrance forecast days into one episode (#70) (a4066a6…)

### Changed
- Harden language matching for bare primary subtags (#60) (e248db1…)
- Derive geocode aliases from a raw-keyed container (#24) (#64) (8809a74…)

### Documentation
- Meet the action-response argument in the incident RFC (#67) (f955d4b…)

### Fixed
- Keep pip output out of generated release notes (#62) (79cd02b…)
- Drop MeteoFrance green no-warning markers (#68) (f2de1db…)

### Maintenance
- Add locale parity guard and contributor policy (#63) (8446211…)
- Add MeteoAlarm France episode-merge sampler (#65) (25e8402…)

## 0.2.0 — 2026-07-30

### Documentation
- Add CONTRIBUTING.md with AI-assisted contribution policy (#21) (70e0273…)
- Extend incident RFC with non-weather grounding and ECCC field findings (#57) (fa44e5a…)

### Maintenance
- Bump actions/setup-python from 6 to 7 in the actions group (#50) (68d2019…)
- Pre-0.2.0 docs, test pins, and HACS floor (#54) (4102659…)
- Refresh GitHub templates, dependabot pip coverage, agent docs (#55) (c383a57…)

## 0.2.0-rc.1 — 2026-07-23

### Added
- Stream NAAD alerts in real time, GeoRSS as backfill (#49) (f019d08…)

### Fixed
- Honor ended area groups so alerts don't linger until expiry (#45) (#51) (f9ecb7c…)
- Union both NAAD hosts so no live alert is missed (#38) (#52) (3006d56…)

## 0.2.0-alpha.7 — 2026-07-22

### Fixed
- Guard against truncated NAAD feed downloads (#46) (961c012…)

## 0.2.0-alpha.6 — 2026-07-21

### Fixed
- Pre-filter province mode by polygon bbox (#43) (c2560e6…)

## 0.2.0-alpha.5 — 2026-07-20

### Fixed
- Stabilize MeteoFrance alert entity ids (#37) (#41) (21fd560…)

## 0.2.0-alpha.4 — 2026-07-20

### Fixed
- Reconcile prerelease version bump with commit history (#31) (33d7fa6…)
- Activate venv before running tests and lint (#32) (f650e9e…)
- Use git-cliff CLI binary instead of python -m git_cliff (#33) (69ca77b…)
- Use git-cliff CLI binary and add release workflow (67436dc…)
- Use --tag flag when regenerating changelog in release workflow (719d475…)
- Migrate feed to alertready.ca and rework province filter (#38) (#39) (3b5f8b6…)
- Stabilize MeteoFrance alert entity ids (#37) (#41) (21fd560…)
- Pre-filter province mode by polygon bbox (#43) (c2560e6…)
- Guard against truncated NAAD feed downloads (#46) (961c012…)
- Honor ended area groups so alerts don't linger until expiry (#45) (#51) (f9ecb7c…)
- Union both NAAD hosts so no live alert is missed (#38) (#52) (3006d56…)

### Maintenance
- Bump actions/checkout from 6 to 7 in the actions group (#17) (71431ac…)
- Add generated changelog and generalize agent guidance (#22) (aad1fd9…)
- Regenerate changelog for v0.2.0-alpha.3 (e1cb081…)
- Remove GitHub Actions publish workflow, add venv activation to publish.sh (#35) (7ff168a…)
- Bump actions/setup-python from 6 to 7 in the actions group (#50) (68d2019…)
- Pre-0.2.0 docs, test pins, and HACS floor (#54) (4102659…)
- Refresh GitHub templates, dependabot pip coverage, agent docs (#55) (c383a57…)

## 0.2.0-alpha.3 — 2026-07-12

### Added
- Resolve region schemes into a typed geocode container (#29) (a872764…)

### Fixed
- Reconcile prerelease version bump with commit history (#31) (33d7fa6…)
- Activate venv before running tests and lint (#32) (f650e9e…)
- Use git-cliff CLI binary instead of python -m git_cliff (#33) (69ca77b…)

## 0.2.0-alpha.2 — 2026-07-04

### Added
- Add opt-in exclude-marine-alerts option (#18) (#23) (ad81b5e…)

### Maintenance
- Add generated changelog and generalize agent guidance (#22) (aad1fd9…)

## 0.2.0-alpha.1 — 2026-07-03

### Added
- Surface CLC area geocode as geocode_clc (#19) (abe58f1…)
- Generalize device-tracker location to all providers (#20) (2fc7b88…)

### Documentation
- Add CONTRIBUTING.md with AI-assisted contribution policy (#21) (70e0273…)

### Maintenance
- Bump actions/checkout from 6 to 7 in the actions group (#17) (71431ac…)

## 0.1.1 — 2026-06-27

Expand Down
2 changes: 1 addition & 1 deletion custom_components/cap_alerts/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"requirements": [
"defusedxml"
],
"version": "0.2.0"
"version": "0.3.0-alpha.1"
}