Skip to content
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

🔖 Release v0.0.3 #338

Merged
merged 15 commits into from
May 18, 2024
Merged

🔖 Release v0.0.3 #338

merged 15 commits into from
May 18, 2024

Conversation

aaronleopold
Copy link
Collaborator

Still a bit jet-lagged, so I'll likely let this sit until the weekend while I do additional testing. The diff is mostly bug fixes, new features I've worked on are pretty much all in experimental:

0.0.3 (2024-05-13)

Added

Fixed

  • ✏️ Fix dead links (#337) [a46fca4]
  • 🐛 Allow canceling islanded jobs [dcedea4]
  • 🐛 Fix paged reader oversized height [de86463]
  • 🐛 Fix `check-for-update` false positive (#333) [316cd09]
  • 🐛 Fix cast error for file size calculation (#330) [5ac5aec]
  • 🐛 Fix image reader navigation (tablet) (#329) [abb00de]
  • 🐛 Fix inverted swipe handlers in EPUB reader (#324) [7be6eda]
  • 💚 Fix `yarn` timeout issues during install step (#319) [a71fbe1]

aaronleopold and others added 15 commits April 22, 2024 16:14
* New translations en.json (Portuguese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Polish)

* New translations en.json (Polish)
* 🐛 Fix image reader navigation (tablet)

Resolves (hopefully) #328

* Account for zoom in swipe handler
Files which are >2.35GB do not fit within `i32`. I have added a migration to store media size as an `i64`, so unless you have a file which is ~9223372036.85 GB you should be good lol
* 🐛 Fix `check-for-update` false positive

Fixes #320

* 🐛 Fix shrinking sidebar buttons

Just added `shrink-0` to ensure the buttons don't shrink on certain viewports
This only presented in experimental since I properly fixed the flex layout, but putting the fix in nightly
I've noticed a few instances of a job becoming stuck in a `RUNNING` state (in the DB, not actually stuck). I've traced it to a connection timeout with the DB, so I've converted a few queries to transactions with bumped timeouts to hopefully help
@aaronleopold aaronleopold marked this pull request as ready for review May 18, 2024 16:41
@aaronleopold aaronleopold merged commit ef8b97a into main May 18, 2024
5 checks passed
@aaronleopold aaronleopold deleted the release/v0.0.3 branch May 21, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants