diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ce966..d166fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.4] - 2026-09-19 + ### Added - A Glass theme, light and dark, with frosted see-through panels after Apple's Liquid Glass. It @@ -16,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 locks and the car can control it; the player bar, the row buttons and the keyboard shortcuts work as they always did. Video still plays in the page. In a browser nothing changes. +### Fixed + +- On a phone, the bottom bar keeps clear of the home indicator, so the seek bar and the times are + no longer cut off when the page has the whole screen: in a native shell, or added to the iOS + home screen. In landscape the bars keep clear of the notch as well. + ## [0.8.3] - 2026-09-19 ### Security @@ -564,7 +572,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Torrent enclosures through librqbit, seeding to a ratio or a time, with a stall timeout. - `ipx import` and `ipx export` for OPML, and systemd units in `contrib/`. -[unreleased]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.6.1...main +[unreleased]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.8.4...main +[0.8.4]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.8.3...v0.8.4 [0.8.3]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.8.2...v0.8.3 [0.8.2]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.8.1...v0.8.2 [0.8.1]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.8.0...v0.8.1 diff --git a/Cargo.lock b/Cargo.lock index 40b5b70..4e3c4b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,7 +1820,7 @@ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0" [[package]] name = "ipx" -version = "0.8.3" +version = "0.8.4" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 51e2265..821c741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipx" -version = "0.8.3" +version = "0.8.4" edition = "2024" [dependencies]