-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
🔖 Release v0.0.3 #338
Conversation
This file contains 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
* 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
Pre-0.0.3 fixes and testing
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.
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