-
-
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.6 #436
Merged
Merged
🔖 Release v0.0.6 #436
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 (Polish) * New translations en.json (Polish)
This was missed before the historical read history feature was merged, the SQL referenced a now non-existent table
* AVIF added to generics - Avif from Image package added to generics - Some tests added to image/generic.rs (however they are all failing) - Docker image works fine, and AVIF files are encoded properly (despite test failures) * AVIF tests passing - Added avif-native feature to image in cargo.toml - Added tests to all generic formats - Had to strip alpha information from JPEG - Added tests to webp from avif * dav1d added to dockerfile * Dav1d CI edits * Added Luma8 Support for Jpeg * CI composite action for dav1d setup * Change dav1d repo * Setup-dav1d fixes - Added shell to setup-dav1d/action - Added checks for dav1d for setup-script and installation for some distros - Added system-deps to build dependencies * Add Dav1d req to contrib docs
* Implement a config macro to simplify stump_config.rs * Fix lint error. * Add doc comments to the macro. * Add better error handling. * Test the macro instead of stump_config * Remove some needless complexity from the tests * Address comments and clean up dependencies. * Fix test. * Okay NOW it's fixed.
* 🥪 lunch ci refactor * add workflow files to filters * debug: trigger workflow * try `no_run` for doc tests * update bindings * Revert "debug: trigger workflow" This reverts commit 0950522.
* fix: link dav1d.so.7.0 for build * chore: just tryna get local build working * chore: switch to using the server prisma gen * chore: revert testing change * chore: make dockerfile work locally * chore: copy linked libraries and map to them in entrypoint * tweak dockerfile --------- Co-authored-by: Aaron Leopold <[email protected]>
* ⏪ Revert `avif` support After a lot of discussions on Discord and avif-related bugs, I am temporarily reverting the avif additions. This isn't a literal commit revert, I've kept in a few bits for easier re-integration later * remove prisma generation in dockerfile * try conditional prisma gen
* 📝 Add binary links to documentation site * more rewrites
The filename was being displayed instead of prioritizing the `title` from metadata (if present)
Relates to #420
* here we go * try removing --mount=type=cache * try (and fail) to get podman working it keeps saying cargo not found????? * oh * try use podman? * debug * debug * kicking screaming crying * HAHA * changes after messing with runners * test code change * clean up * remove debug comments * try on small runner * restore workflow args and broader label for runs-on * remove duplicate
A cherry-pick of 61e7dbd which contains a fix for root-level series scanning (i.e. the library itself is a series)
* 💚 Fix docker build push * debug: test push * try proper login and push * oof * Revert "debug: test push" This reverts commit efceede.
* try buildah in CI * add build-args * debug: push the build * fix push action args * debug: all archs * try fix missing tag list in notif * remove restore-key * try make more like docs * sigh * sigh * debug: force large runner * debug: force small runner * Revert debug commits This reverts commit 1aafbec. Revert "debug: force small runner" This reverts commit 51186f0. Revert "debug: force large runner" This reverts commit de65e87. Revert "debug: all archs" This reverts commit cac30fa.
* wip: start refactor to better support image serving * add new test file with different image formats * refactor thumbnail queries * remove duplicate * add new exts to ACCEPTED_IMAGE_EXTENSIONS * run fmt * Add docs note
* 🐛 Fix emailer form validation Resolves #429 * fix validation refinement, add additional tests * fix lint * fix update overwrite issues
* New translations en.json (Czech) * New translations en.json (Swedish) * New translations en.json (Swedish) * New translations en.json (Czech)
* New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech) * New translations en.json (Czech)
Redhat requires a space-delimited list
aaronleopold
force-pushed
the
release/v0.0.6
branch
from
September 6, 2024 19:14
3e594d0
to
2ad09b3
Compare
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
Changed
Fixed
Miscellaneous