-
-
Notifications
You must be signed in to change notification settings - Fork 89
🔖 Release v0.0.12
#783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
🔖 Release v0.0.12
#783
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a small fix that correctly pulls `tapSidesToNavigate` from the book-level preferences. The manifestation of the bug makes it seem like taps aren't working because the global setting was disabled
* New translations en.json (Spanish) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Portuguese, Brazilian)
This allows the preferences to correctly default to any configurations at the library level
The `react-virtuoso` library threw a big error when swapping between horizontal and vertical modes. I assumed there might be some flawed or buggy internal rendering logic there, and so added a key to attempt a full re-render whenever the mode changes. This seems to have corrected the issue
I believe this should solve the fourth issue outlined in #685 (comment), however it isn't technically a bug as much as it was a bad lifecycle for the component causing a full re-render. I guess that is still a bug lol I have yet to fully test this, so this won't be part of a versioned release until I do
…ader (#704) * ✨ Add ctrl + scroll to zoom and middle click to pan for paged reader * fix mobile bug with panning and zooming + allow left click panning * workaround for left click pan issue * 🐛 Final fix by memoising default library settings
Google marked this as a requirement
* ✨ Auto Scaling Option + bug fix for width scaling * 🐛 Revised scaling code + bug fix rust test * Accidental spacebar removed * fix issue i made with sidebarcontrol * put back z-30 * fix linting * stop panzoom when right clicking * fix 'original' for high res images + prevent cutting off horizontal content in 'height'
* 💄 Render each font in the list * 🐛 Fix: Apply fonts * docs changes + rename 'font' folder to 'fonts' * last edit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will be the last release until the
unstablechanges stabilize and slowly go out. Juggling both is too much of a hassle with my limited time, since the diff between is just enormous. I'm excited for all of the massive rewrites and refactors to be released, though.This release is almost exclusively bug fixes, with only a small set of added features listed below. Please be aware that the release containing all of the currently
unstablework will either require a full database reset or a manual-ish migration step to convert your data. This is a process actively being tested.0.0.12 (2025-08-24)
Added
Changed
Fixed
Miscellaneous