myweather/CHANGELOG.md

60 lines
1.4 KiB
Markdown
Raw Normal View History

2024-06-08 18:38:27 -05:00
# 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
2024-06-09 19:32:46 -05:00
## 0.1.10 - 2024-06-09
### Changed
- Fix URL bug when refreshing weather radar.
2024-06-09 19:28:02 -05:00
## 0.1.9 - 2024-06-09
### Changed
- Warning notification should not butt up against forecast panel.
- Add timestamp param to bust cache when refreshing radar images.
2024-06-09 16:29:15 -05:00
## 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.
2024-06-08 23:17:51 -05:00
## 0.1.7 - 2024-06-08
### Added
- Add basic support for active weather alerts.
2024-06-08 21:31:18 -05:00
## 0.1.6 - 2024-06-08
### Changed
- Add proper About page.
2024-06-08 20:35:33 -05:00
## 0.1.5 - 2024-06-08
### Changed
- Tighten up the forecast period panels a bit.
2024-06-08 19:58:59 -05:00
## 0.1.4 - 2024-06-08
### Changed
- Fix horizontal scroll for main forecast panel.
2024-06-08 19:37:04 -05:00
## 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).
2024-06-08 19:03:44 -05:00
## 0.1.2 - 2024-06-08
### Added
- Add "use my current location" button to home page.
### Changed
- Show both "latest" and "loop" radar images.
2024-06-08 18:38:27 -05:00
## 0.1.1 - 2024-06-08
### Added
- Add radar panel for Weather view.
## 0.1.0 - 2024-06-07
### Added
- Initial release, very basic.