-
-
Notifications
You must be signed in to change notification settings - Fork 45
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.5 #399
Merged
Merged
π Release v0.0.5 #399
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
* Add missing close handler * WIP: schema changes for tracking read history * WIP: lots of refactoring for read sessions * WIP: refactor UI areas wrt progress * fix awkwardness wrt PUT media progress
* Create basic resolution analysis job * Modified schema and restructured analysis task * Complete task and prisma storage of image dimensions * Make page dimensions accessible from server * Improve compression of resolution encoding * Correct error in PageResolutions creation * Use consistent naming for page dimensions * Fix linking in doc comment for subtasks. * Code cleanup Change into_image_format into a TryFrom<ContentType> for image::ImageFormat impl; Add doc comment to explain page_dimension model. * Don't use subtasks in AnalyzeMediaTask::FullAnalysis * Correct doc comments * Fix misnamed variable * Make codegen export PageDimension and PageDimensionsEntity * Update apps/server/src/routers/api/v1/media.rs Co-authored-by: Aaron Leopold <[email protected]> * Update core/src/filesystem/media/analyze_media_job/mod.rs Co-authored-by: Aaron Leopold <[email protected]> * Address review comments * Index per-page dimensions from 1 * π¨ Fix cargo build and clipy lints
The changes which fix the issue relocated to another file #354
Promote experimental changes
* Reactivate tests in ci.yml * Add code coverage generation and codecov.io upload steps in ci.yml * Add caching step in ci.yml
* Add additional tests to core modules * Fix misspelled doc comment.
* New translations en.json (German) * New translations en.json (German)
* Initial release_binary workflow * Update workflow to use gh cli * Attempt live test * Forgot to checkout before runnining local actions * Let's try again * Separate build webapp job * Change gh cli login approach * Correct contents of artifact * Finalize * Target correct branch
* Fix basic auth password parsing breaking on : character * fix clippy lints
Revert previous changes to webp.rs to prevent failure when opening non-webp files
Altered to factor in the `enable_hide_scrollbar` preference. Added notes for future rework to support distinction between global scrollbar hiding vs component scrolls
* Add `--ignore core/prisma` to the server's `dev` yarn command.
* wip: add additional fonts and support config * fix effects to apply theme and write more documentation * add migration * fix effect and remove dupl logic * adjust theme docs
* π Fix 422 error relating to invalid user permission * extend tests
I noticed that while the path filters work as expected for PR events, once merged the base which it uses to diff against is main, which means there will almost always be code-related changes and so the builds don't get skipped. By specifying the base, I'm hoping this gets fixed. The docs state this arg is ignored for PR events, so should have no effect there
* New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Spanish) * New translations en.json (Spanish) * New translations en.json (Spanish)
* π Fix codecov upload conditions in CI * debug: trigger workflow * Revert "debug: trigger workflow" This reverts commit 7c90fbd.
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.
Added
Fixed
Miscellaneous