Release 0.5.2
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TAC7sLVqfKmY6rsTLXzNgk
This commit is contained in:
@@ -10,6 +10,8 @@ The long form, with what was wrong before and how it was found, is in
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.2] - 2026-09-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Settings → Users and `ipx user list` show when each account was added and when it last signed
|
- 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
|
### Fixed
|
||||||
|
|
||||||
- Show notes that the podcast's host cut off in the middle of a tag no longer open with a scrap of
|
- 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:
|
- 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.
|
`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
|
- 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.
|
- 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/`.
|
- `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.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.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.4.0]: https://git.sdf1.net/rays/ipodderx-rs/compare/v0.3.0...v0.4.0
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1605,7 +1605,7 @@ checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ipx"
|
name = "ipx"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ipx"
|
name = "ipx"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user