From 2af57065c63e392efabdd94d767ac48c45b515b4 Mon Sep 17 00:00:00 2001 From: rays Date: Sat, 12 Sep 2026 02:15:53 +0000 Subject: [PATCH] Release 0.5.1 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01TAC7sLVqfKmY6rsTLXzNgk --- CHANGELOG.md | 10 +++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d00183..30c4e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,12 @@ The long form, with what was wrong before and how it was found, is in ## [Unreleased] -### Changed +## [0.5.1] - 2026-09-12 -- The triangle that opens an OPML or Patreon folder has more room, and a wider target to click. +### Fixed + +- The triangle that opens an OPML or Patreon folder was cramped against the folder's art. It has + more room now, and a wider target to click. ## [0.5.0] - 2026-09-12 @@ -262,7 +265,8 @@ The long form, with what was wrong before and how it was found, is in - 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.5.0...main +[unreleased]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.5.1...main +[0.5.1]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.5.0...v0.5.1 [0.5.0]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.4.0...v0.5.0 [0.4.0]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.3.0...v0.4.0 [0.3.0]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.2.0...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 1eb438f..0d9cec7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,7 +1605,7 @@ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0" [[package]] name = "ipx" -version = "0.5.0" +version = "0.5.1" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7903bb4..8794390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipx" -version = "0.5.0" +version = "0.5.1" edition = "2024" [dependencies]