From 9aae3097e771176fd2107d4c3bebf5aac06f0a0f Mon Sep 17 00:00:00 2001 From: rays Date: Sat, 12 Sep 2026 14:27:42 +0000 Subject: [PATCH] Release 0.5.2 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01TAC7sLVqfKmY6rsTLXzNgk --- CHANGELOG.md | 8 ++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb95b3..1efc3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The long form, with what was wrong before and how it was found, is in ## [Unreleased] +## [0.5.2] - 2026-09-12 + ### Added - Settings → Users and `ipx user list` show when each account was added and when it last signed @@ -27,7 +29,8 @@ The long form, with what was wrong before and how it was found, is in ### Fixed - Show notes that the podcast's host cut off in the middle of a tag no longer open with a scrap of - HTML: the item's other copy of its notes is shown instead. Daily Meditation Podcast had 57. + HTML: the item's other copy of its notes is used instead, from the next time the feed changes. + Daily Meditation Podcast had 57. - Docker no longer shows ipodderx as starting, or calls it unhealthy, while it scans or downloads: `ipx status` answers at once instead of waiting for the job in progress to finish. - Signing out after signing in through Cloudflare Access no longer lands on ipodderx's own password @@ -292,7 +295,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.1...main +[unreleased]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.5.2...main +[0.5.2]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.5.1...v0.5.2 [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 diff --git a/Cargo.lock b/Cargo.lock index 0d9cec7..77b3ac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,7 +1605,7 @@ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0" [[package]] name = "ipx" -version = "0.5.1" +version = "0.5.2" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8794390..1e6152c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipx" -version = "0.5.1" +version = "0.5.2" edition = "2024" [dependencies]