myweather/CHANGELOG.md
2024-06-09 16:29:15 -05:00

50 lines
1.2 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 0.1.8 - 2024-06-09
### Added
- Add link to national radar map (live image).
- Add refresh buttons to weather data pages.
### Changed
- Convert all view components to use Composition API.
## 0.1.7 - 2024-06-08
### Added
- Add basic support for active weather alerts.
## 0.1.6 - 2024-06-08
### Changed
- Add proper About page.
## 0.1.5 - 2024-06-08
### Changed
- Tighten up the forecast period panels a bit.
## 0.1.4 - 2024-06-08
### Changed
- Fix horizontal scroll for main forecast panel.
## 0.1.3 - 2024-06-08
### Changed
- Tell user to refresh the page, if access to location has failed.
- Make buttons half-wide on home screen (desktop mode).
## 0.1.2 - 2024-06-08
### Added
- Add "use my current location" button to home page.
### Changed
- Show both "latest" and "loop" radar images.
## 0.1.1 - 2024-06-08
### Added
- Add radar panel for Weather view.
## 0.1.0 - 2024-06-07
### Added
- Initial release, very basic.