LANraragi v.0.8.0 - Black Tie White Noise #509
Difegue
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
I think this closes #351 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! It's been a little while (compared to the previous release schedule anyway), but I hope this new release finds you well.
This version brings mostly small improvements and polish, although Tag Rules are a super cool new feature I think some people will enjoy.
I wanted to hold it back a bit longer to add at least one more feature, but the Fakku plugin was broken and shit now so uhhh here catch
Release Notes are now shown in the Index once upon updating
If you've never read LRR patchnotes before, welcome!
Now you'll have to. 🔫
The Blacklist feature has been removed and replaced with Tag Rules! (#497)
Tag Rules do everything the blacklist used to do and much more, so please check it out! 🥳
The full documentation is available here: https://sugoi.gitbook.io/lanraragi/advanced-usage/tag-rules
I'd like to thank @IceBreeze once again for contributing this improvement.
If you had custom blacklist tags, you can migrate them to Tag Rules using the migration script available in Plugins:
New Tag Editing UI
Tag editing now displays your archive's tags as a neat list of items, and will make suggestions using the stats API. 🎊
Other Changes
Snapshot to RDB less often on Docker/Windows and start enabling AOF
💿 Moving Minion jobs to Redis meant the old method of writing to disk as often as possible led to a lot of unnecessary hard drive work.
📀 I've slowed down the amount of writes a lot (essentially moving back to the default), and will fully migrate LRR to use AOF with RDB backups as the database storage in future releases.
💽 For now, you shouldn't see any changes besides a new file next to
database.rdb
.(Small) Search engine optimizations
🚗 I've made a number of adjustments to the search model to reduce the amount of Redis calls. This improves search speed a bit, but there's still improvements to be made here.
Windows Installer enhancements
🐱🐉 The WSL Distro will now be installed in the installation folder of the bootstrapper you define, instead of defaulting to AppData.
🐱👤 The Windows installer no longer relies on LxRunOffline, instead using
wsl.exe
directly for everything.🖥️ The
cmd
windows that install/uninstall the distro now autoclose as a result, making for a more pleasant install experience.💀 This means support for Windows 10 1809 and below has been dropped. aye im sorry m8
Nightlies have moved off MEGA
🌑 You can now find the latest nightly build here: https://nightly.link/Difegue/LANraragi/workflows/push-continous-delivery/dev/LANraragi.msi
🗑️ While this means older nightlies aren't easily accessible anymore, it also means I don't have to empty the MEGA cloud drive manually every 3 months or so. ¯\_(ツ)_/¯
Metadata plugin fixes
🌮 Update chaika plugin to match new API result syntax
🍔 Fix EH plugin not using the UserAgent object properly
🍟 FAKKU plugin now supports cookies to access questionable content (Thanks @Nodja !)
🌭 (Fix Fakku metadata due to site changes #504) Update FAKKU Plugin to match the site redesign
🥓 (get_tags_from_EH API $uri #484) Switch EH API url, and use useragent everywhere
API Changes
🔑 Add a minweight parameter to
/api/db/stats
to filter out tags that don't have enough occurences in the DB🔑 Fix metadata edition API not accepting empty strings
🔑 (API database/backup returns a broken string. #491) Fix UTF8 character encoding in
/api/database/backup
and/api/database/stats
Miscellaneous bugfixes and improvements
💎 (Version v0.7.9 runs with an error in docker ,the error content is reader?id=5a3042009e55decedccb098383fce7cf8581a46e:123 Uncaught ReferenceError: Reader is not defined #495) Replace logical ORs as they're still too fresh for some browsers (mostly mobile)
💎 Force Linux::Inotify 2.2 to sidestep a bug on WSL (
cannot open fd 5 as perl handle
)💎 (Normalize e-h and ex links Tsukihi#5) Normalize e-h and ex links in SourceFinder
💎 Fix GS command for PDFs with unicode characters
💎 ([Bug] [UI] Page preview follows the mouse after page update. #466) Clear out tooltips on datatables drawcallback
💎 Various CSS touchups, including better support for small screens in the index
💎 Add current search terms to window title
💎 Fix search engine potentially returning null entries in the JSON
💎 Update Datatables to 1.10.25 and Mojolicious to 9.19
💎 Support CORS preflight requests if the CORS option is enabled in settings
💎 (Add quick link to source (url) of archive #450)
source:
tag divs now lead to the source URL instead of doing a searchThe very JG Ballard image of a rich man standing in his hotel suite, watching a riot unfold in the city below and feeling vaguely euphoric about it, would seem ripe inspiration for someone who’d once written “Panic In Detroit.” Instead, Bowie’s L.A. riots song was “Black Tie White Noise,” a track teetering between dark sarcasm and watery humanism.
This discussion was created from the release LANraragi v.0.8.0 - Black Tie White Noise.
Beta Was this translation helpful? Give feedback.
All reactions