-
-
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.7 #473
Merged
Merged
🔖 Release v0.0.7 #473
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
* wip: upgrade axum et al, many breaking changes little lunch rush * wip: axum upgrade and refactor auth extractor to support jwt relates to #219 * lots of refactoring for axum * add migration, make clippy warn on `dbg` macro * add curl to dockerfile
* 🥪 lunch feature started * wip: ui for ignore rules, generation enforcement check in ci * try update islanded jobs on boot * wip: ui for ignore rules * fix card titles * wip: refactor library create and update * wip: fix tags, make ignore rules work * wip: redesign library settings! * wip: locale for library settings header * wip: library settings refactor * wip: make stuff werk * wip: redesign create library too * wip: make updates in pieces work * flesh out locale, make patches work, misc notes and changes * remove defer from scrollbars * update docs * fix thumbnail_config in put request * 🐛 Fix regression in scanner for root-level series * initial round of code review * remove required * for updates * fix tag update
Update develop with experimental changes
* Initial change to server-side components * Get component mostly working. * fix root input after back navigation
* New translations en.json (Czech) * New translations en.json (Swedish) * 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 (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 (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 (Polish) * New translations en.json (Polish)
* ⚡ Refactor thumbnail generation * ⚡ Refactor scanner IO operations Push up last nights changes * debug: push to new tag for testing * async-ify IO operations outside scan context * debug: add tracing * wip: rename library options and add fields requires migration still * wip: rename library options, fix frontend * handwrite migration 😬 * fix ui * NON FUNCTIONAL: wip migration kill me * debug: stop auto pushing * fix migration? * wip: support processing options and restructure * 🥪 lunch allocator experiment * super wip: distroless image, zip downgrade * cleanup docker stuff * Revert "debug: stop auto pushing" This reverts commit bd6da98. * remove missed feature * fix job upsert after refresh * cleanup comments and wip review * Reapply "debug: stop auto pushing" This reverts commit f43c187. * cleanup
* 💄 Add custom user-submitted themes Adds 3 themes submitted on Discord: ocean, autumn, and cosmic * Update en.json --------- Co-authored-by: shizuo-x <97875795+shizuo-x@users.noreply.github.com>
* cleanup desktop features and test build * wip: upgrade tauri * wip: start tauri store * store sync for desktop, start multi-instance support * wip * saved server management * fix git in docker yarn stage * pin zbus_names to avoid compile error * fix clippy lints, add config for running server * tiny changes * try fix coverage CI * wip: resource fetcher notes and planning * strangling the compiler * Revert "strangling the compiler" This reverts commit dda1497. * Revert "wip: resource fetcher notes and planning" This reverts commit a6c16b5. * wip: add empty tests they will fail CI so I won't forget lol * wip: select server * select servers before auth * cleanup, fix switch modal * add some tests * tweaks
* New translations en.json (Czech) * New translations en.json (Swedish) * 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 (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 (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 (Czech) * New translations en.json (Swedish) * 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 (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 (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 (Czech) * New translations en.json (Swedish) * 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 (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 (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)
Refactor upload image and add a configurable max size for uploaded images.
* wip: start support for double spread reading * minimally functional double spread, wip book pref * wip: redesign a bit and big refactor of image-based reader components * wip: add scaling during lunch * simplify scaling configuration options * wip: fix some smells * try standardize names * fix some colors * messing around * wip: gradient support and misc theme fixes * wip pumpkin theme * refactor tailwind to use ts * add more tests * wip fix scroll reading and fix test * update defaults in library settings * add migration: * remove old store and auto-submit reader defaults * prevent stalling scroll in footer
* try fix weird dotenv error * debug: force large runner * try bump rust * debug: stop ci * try bump rust * Revert "try fix weird dotenv error" This reverts commit b750a7a. * bump rust * Revert "debug: stop ci" This reverts commit 6f70d7a. * Revert "debug: force large runner" This reverts commit 1ce8291.
* New translations en.json (Czech) * New translations en.json (Swedish) * 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 (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 (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 (Polish) * try fix weird dotenv error * debug: force large runner * try bump rust * debug: stop ci * try bump rust * Revert "try bump rust" This reverts commit 9312fe5. * Revert "debug: stop ci" This reverts commit 783469f. * Revert "try bump rust" This reverts commit 9a462bf. * Revert "debug: force large runner" This reverts commit 92509ed. * Revert "try fix weird dotenv error" This reverts commit 8df8555.
It was brought to my attention that my version of buildah causes issues with rootless docker. Until I can update both runners to be at a version where the issue doesn't present, the release workflow will have to be set to only run on the larger runner
Fixes a small UI bug which affected mobile where the sticky nav was not filling with the appropriate color
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.
You may execute the script using the CLI as well:
sqlite3 stump.db < resolve-missing-data.sql
This should restore all of the dropped data, however I can't make guarantees it would work for everyone and their setup. You may also just issue a scan and it will populate all but the reading progress.
0.0.7 (2024-10-10)
Added
Changed
Fixed
Miscellaneous