From 3fcf3be65f0e47ddec336284a6fa879d9ad941f5 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Thu, 27 Nov 2025 12:38:25 -0600 Subject: [PATCH] Update changelog for PR 119 and mention radicle identity --- CHANGELOG.md | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a58e05..e5a79ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - Vertically center pages within the available space if they are not constrained by the height (thanks [@maxdexh](https://github.com/maxdexh)!) - Fixed issue with cooked mode not being restored upon panic/error (thanks [@maxdexh](https://github.com/maxdexh)!) - Implemented a debounce for file reload updates to prevent some editors from paralyzing the app due to a flurry of reloads (thanks [@maxdexh](https://github.com/maxdexh)) - +- Fixed an overflow when zooming out of horizontal pdfs (thanks [@maxdexh](https://github.com/maxdexh)!) # v0.4.3 diff --git a/README.md b/README.md index 411edf8..f6968fe 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ If it turns out that you're missing one of these, it will fail to compile and te The binary should then be found at `./target/release/tdf`. +You can also pull this in via [radicle](https://radicle.xyz) with `rad clone rad:zb11K1XGfQooopqEfwtCMyvbcyK1` + ## Why in the world would you use this? I dunno. Just for fun, mostly.