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.