LANraragi v.0.8.7 - Outside #704
Difegue
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
b4d48b4b506fa4b075e88ed7fc24661e17d994e82f7677d7a9fcd54ed25a8bf9.mp4
If you can believe it, it's a bugfix update once again!
This is a small update to mostly fix the Windows build, but I've had enough time to throw in some extra bonuses as well.
It's a busy end of the year so LRR is probably going to stay on the backburner for the time being; Although as always, if you want to pitch in a PR for Hacktoberfest, I'll gladly take the time to review it! 🧑💻
🪟 Windows installs have been fixed..again! (#673)
Not so much fixed as adapted for Windows 11; The WSL detection wasn't working properly and generating a ton of support requests as a result.
I've also fixed some leftover issues with DistroInstaller, so hopefully this is a smooth experience again now.
🐧 The Docker image has been updated to s6-overlay 3.x (#684)
Thanks to @Guerra24 for this!
This is mostly an internal change that won't affect endusers, but it took a bit of work to make that update so I thought I'd shout it out anyways. (totally not trying to make those release notes at least 50 lines long)
I've said this back in 0.8.6 already but:
⚠️ If you're encountering issues while running on old Linux versions (seen it happen on Synology devices), I recommend you build a custom Docker image yourself using the legacy Dockerfile as a base.
🖼️ Add tentative JPEGXL support (#665)
Much like HEIF exactly 10 releases prior (wow!), jpegxl (
.jxl
) files are now recognized as valid images by the server.If you want thumbnail support to work, you'll likely have to install
libjxl-dev
or similar on your Linux machine.Said lib isn't out in any stable form of Debian yet, but I'm sure Arch users or similar can get it already.
Windows users don't have that library since it hasn't been backported to Alpine 3.12, so no JXL thumbnails for you! 🤷
Other changes
(Batch add entries to category #672) Add category operation to batch tagging
😎 You can now serial-add multiple archives to a category through a batch operation. Simple yet effective!
🤔 The main category UI already allowed you to do this so I'm duplicating a bit, but it makes sense to have that in the batch UI as well.
(Archives can sometimes be "duplicated" in the entries after modifying their contents #671) Update the filemap whenever an ID gets modified
🔢 The ID update code from 0.8.6 overall worked well, but it was forgetting to update the internal filemap, which would lead to duplicates and other weirdness when running clean database operations.
Miscellaneous bugfixes and improvements
💎 (Expose setting/environment variable for maximum response size #678) Make URL downloads use unlimited response size
💎 step down to x86-64 level 1 for the ffi docker build so that my E350 CPU can still run the Docker image
💎 (fakku metadata plugin #662) Add some extra filtering to F! search so it performs better (@polak14)
💎 (please consider remove the maximum lines limit in the Tag Rules #698) Remove the maxlength parameter on tagrules
Full Changelog: v.0.8.6...v.0.8.7
"[Outside] is only symbolically anguished. I think we are in for a very good time when we get to the next millennium."
-- Bowie, press conference, 1995.
This discussion was created from the release LANraragi v.0.8.7 - Outside.
Beta Was this translation helpful? Give feedback.
All reactions