Skip to content
Merged
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Rust stuff
/target/
/Cargo.lock

# IDEA stuff
/.idea
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
See [Keep a Changelog](https://keepachangelog.com/) for details.
This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

### Fixed

- Improve code quality and maintainability by refactoring and adding prehooks with correct clippy --all-targets check.
- Fixed Yr.no provider showing "Unknown" for many valid weather conditions (sleet, thunderstorms, showers, fair weather, etc.).

## [0.4.2] - 2026-02-18

### Added
Expand Down
Loading
Loading