LANraragi 0.9.7 - Reality #1488
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
Uh oh!
There was an error while loading. Please reload this page.
-
Damn it's 2026 and we're so back!
This is a meaty release with a lot of backend and frontend changes I will likely have to ship a hotfix for once bugs inevitably pop up in it.
It's also potentially... the last release being offered on GitHub! I'm evaluating escape hatches from Microsoft bullshit and I would recommend you join the Discord to follow up on the news.
(Or at least keep https://tvc-16.science in a tab somewhere, I'm not a fan of gatekeeping info to Discord servers and I'll likely make a blog post if anything happens)
aight thats enough doomerism on to the
Release Notes
🔖 Chapter functionality is now available! (#879, @EfronC )
You can now split individual archives into multiple Chapters -- Convenient if you have large books and want the thumbnail overview to not be 3 kilometers long.
This functionality lives under api/archives/toc for clients.
Adding chapters to books is a manual only process for now, which can be done through the thumbnail overview. I'd like to add capability for metadata plugins to declare chapters in the future.
ok but what about putting multiple archives in a single book i have my best folks on the case, soon™️
✅ The LRR API now follows an OpenAPI spec (#1448, @EfronC )
An OpenAPI spec is now available here for the API.
This makes it easier to write clients, as the behavior is now documented following... best practices and stuff! wow!
The API docs have also been substantially improved to follow said spec, with much more detailed parameters and examples.
It's also possible to directly try out the API against the demo at lrr.tvc-16.science from the docs.
An aside for API client devs
The API will eventually rely on the spec to perform validation, by auto-rejecting requests that don't comply with the spec alongside explicit error messages. This functionality is disabled for the time being since I don't want to break clients without any prior warning, but it'll likely be enabled by default for new installs in the next release.
You can test your client with validation today (not tomorrow! today!) by turning off this new toggle in settings:
🔖 Prometheus Metrics integration (#1301, @psilabs-dev )
If you're already hoarding manga, you might also want to hoard...numbers?
LRR now supports exposing server metrics for the Grafana/Prometheus in your homelab through the new
/api/info/metricsendpoint.See here for more information.
🤌 Other changes
🧑🎨 Custom CSS files can now be added again
You could still drop your own csses in /public/theme, but the last changes made to theme selection to allow for previewing the themes made it impossible to select your custom themes. Not anymore!

This also still works with previews, so you can test your custom css right in settings before applying it across the server.
You can now set a fixed override for the server's language instead of having it use the browser's language preference. I won't judge you for not wanting to read manga in your native language, I get it...
🔨 Implement excluded namespace logic (Support clientside namespace exclusion of stats results #1404, @psilabs-dev)
date_addedused to be explicitly excluded from suggestions and tag clouds, but this wasn't a user-configurable preference. It's now possible to set the excluded namespaces yourself in Settings->Tags and Thumbnails.⭐ Add ratings section to reader overlay (Add ratings section to reader overlay #1424, @fancydancers)
You might have spotted this already in the SICP screenshot above -- There's now a dedicated UI for setting
rating:tags on your Archives directly from the Reader.🖼️ Make progress div independent from new/completed emojis in thumbnail view
Small QoL change following a user request to make page count and progression always visible, even if you've completed a book.

🧐 Add option to only save server-side progress if authenticated (Add option to only save server-side progress if authenticated #1398, @jacobgkau)
This is a bit niche, but useful if you want to sync your personal progress across devices on a public instance, but don't want guests or scrapers changing your progress.
🔎 Allow the user to configure the Regex used by RegexParse (Updated RegexParse to allow configuring regex #1434, @alethiophile)
The default regex that the server can apply to derive metadata from filenames works for most doujinshi, but isn't necessarily a good fit for regular manga or other books. Have fun writing regular expressions!
📋 Fix namespace sorting behavior with untagged archives (When sorting by custom key put untagged archives at the back #1299, @psilabs-dev)
Previously, sorting by a namespace would put archives without that namespace at the front of the results instead of the back, causing a bunch of noise. This is now #fixed #wow
Add a "read archive" shortcut to the Edit Metadata page (add read archive button to edit page #1408, @fancydancers)
The more QoL you have the better!
Miscellaneous bugfixes and improvements
💎 (RTL reading direction causes spacebar hotkey and slideshow to navigate backwards #1399) Fix slideshow not respecting manga mode
💎 Add support for Redis connections through unix socket (Add support for Redis connections through unix socket #1465, @Wiichele)
💎 Use fetch for image preloading to fix Safari behavior (Make image preloading consistent across all browsers #1477, @Guerra24)
💎 Implement log rotation (Concurrent API calls cause log rotation race condition #1405, @psilabs-dev)
💎 Allow right-click context-menu on entire row in compact mode (Allow right-click context-menu on entire row in compact mode #1409, @anon-watcher)
💎 Adjust handlePaste so that it can append the pasted text to an existing pending tag (Adjust handlePaste so that it can append the pasted text to an existing pending tag #1440, @steve1316 + @psilabs-dev)
💎 Allow disabling preloading (Allow disabling preloading #1390, @siliconfeces)
💎 Fix junction and symbolic links not working in Windows (Fix junction and symbolic links not working #1387, @Guerra24)
💎 Make building the archive overlay less CPU heavy for huge archives (Make building the archive overlay less CPU heavy for huge archives #1392, @siliconfeces)
💎 Speed up pages by not iterating over entire archive (Speed up pages by not iterating over entire archives #1393, @siliconfeces)
💎 Don't initialize archive overlay immediately to save CPU on huge archives (Don't initialize archive overlay immediately to save CPU on huge arch… #1395, @siliconfeces)
💎 Log more information on archive read failure (Log more on archive read failure #1389, @psilabs-dev)
💎 Add a "read archive" shortcut to the Edit Metadata page (add read archive button to edit page #1408, @fancydancers)
💎 Reset slideshow timer on manual page changes (Reset timer on manual page change #1421, @psilabs-dev)
💎 Fix additional issues with path handling on Win32 (Multiple fixes for path-related issues and other stuff... #1419, @Guerra24)
💎 Fix get_filelist error handling and add tests (Fix get_filelist error and add unit tests #1422, @psilabs-dev)
💎 Add Redis locking to various API endpoints that handle archive IDs
💎 Fix stat zincrs not being Redis-encoded
💎 Avoid error toast when server-side progress API returns 423. (Avoid error toast when server-side progress API returns 423 #1451, @siliconfeces)
💎 Hide fullscreen toggle on Safari (Hide fullscreen toggle on iphone safari #1463, @psilabs-dev)
💎 Remove wsl.conf from Dockerfiles
💎 Updated the localization files
API Changes
🔑 Add extra PUT call to restore New flag on given IDs
🔑 Added
/api/archives/:id/tocto handle Chapters🔑 Removed
/api/archives/:id/extractin favor of/api/archives/:id/files🔑 Allow include_full_data in Api::Tankoubon::get_tankoubon to be a boolean or an int
🔑 Relax
isnewreturn value type to bool or string or null🔑 Add
/api/info/metricsto serve Prometheus metrics if enabled🔑 Add
authenticated_progressandexcluded_namespacesto/api/infoFull Changelog: v.0.9.60...v.0.9.70
“We cannot turn back. We cannot choose the dreams of unknowing,” Steiner concluded. Instead, one should enjoy the fact that “it is enormously interesting to be alive at this cruel, late stage in Western affairs…It may well be that our post-culture will be marked by a readiness to endure rather than curtail the risks of thought.” [...]
Why the long digression about Steiner and the death of Western civilization in an entry about a Bowie rock song? Well, it’s Bowie’s fault. He named In Bluebeard’s Castle one of his top 100 books, and in interviews for Reality, he kept bringing up Steiner to frame what he intended with the title track.
This discussion was created from the release LANraragi 0.9.7 - Reality.
Beta Was this translation helpful? Give feedback.
All reactions