On “Neuköln,” though, Bowie wanted to go avant-garde, but the limits of his technique and of his allotted time compromise the power of his playing—it’s startling but has no real depth.
Also known as 0.6.0-BETA.3! I'll be switching up the version naming in the next release to 6.0.0 outright, since at the rate I'm going I don't think I'll ever make it to 1.0.0 here.
So yeah, have a simpler version name for now.
I thought this release would be small, but looking at the full changelog certainly made me reconsider! I got a sizeable amount of fixes from external contributors this time around, which is very much appreciated.
Speaking of contributors, I'd like to mention here that I opened up an official chat room thing, so that you don't have to write your woes in a random 4chan thread I'll likely miss out on. 👀
Also hey, I'm getting a Win10 Desktop Client! It's not super ultra polished yet, but it's certainly worth checking out.
Full Changelog
-
(#161) Shipped Docker images are now compatible with ARM devices
🥧 I can't believe there's no raspberry emoji yet
🐋 Raspberry Pi/ODroid/whatever users can now pull the latest and nightly images, just like x86 PC users! This admittedly took me a bit too long to make happen but you can thank GitHub Actions v2. -
Thumbnail resolution doubled to 550px wide
📷 It's retina time! This doesn't apply to previously generated thumbnails, so if you want to HD-fy everything I recommend you delete the thumb folder in your content folder. -
(#114) Index Enhancements
🖱 The Index now features a context menu for various functions such as editing metadata, deleting a file, downloading it, etc. Just right-click on an archive to try it out!
🏷 Tag display in thumbnail mode has been slightly modified to show a preview of the tags like in list view.
🖼 Landscape covers are now shown cropped in thumbnail mode so they have the same height as portrait covers.
👑 Per-browser reading progress is now shown in the Index if you have bookmarking enabled in reader options.
🖌 Various CSS enhancements have been applied to make for a more pleasant browsing experience. -
(#114) Reader Fixes
🖲 When quickly flipping through pages in the reader, the image won't select itself anymore.
📶 The reader now won't load all images in an archive until you open up the overview. -
Switch Mojolicious server implementation to Hypnotoad
🐸 This should make the server a bit snappier under heavy load scenarios.
🐞 The dev-server still uses Morbo due to its auto-reload capabilities. -
API Changes
💽 The/api/backup
endpoint can now be used to generate backup JSONs without using the web UI. You can also use thenpm run backup-db
command if you don't fancy APIs.
🛑 You can now stop the Shinobu background worker without restarting it using the endpoint/api/stop_shinobu
. This'll be API only -- I don't plan on adding a button for it in the web interface.
🧹/api/clear_new
now allows you to clear New status for a single archive by passing an ID parameter.
😶 API methods also now return proper HTTP error codes. Sorry about that. -
E-Hentai plugin now fetches category and original url
💲 Support for thestar
cookie has also been added if you used the power of money to go through the recent exhentai woes. -
Other bugfixes and improvements
- Move version number and title to package.json entirely and stop relying on lrr.conf
- Version checking for update nagging in Index is now smart
- The
isnew
field in the database now uses true/false instead of block/none - (#173) Take into account plugin Result when tallying up errors in Auto-Plugin
- (#145) Fix unicode folders inside archives not extracting properly
- (#149) Properly use WSS in batch tagging if we're in a SSL context
- (#141) Fix JSON escaping in backup/restore
- (#140) Better error check in web uploads
- (#148) Listen to less inotify events with background worker
- (#164) Handle null IDs caused by upload errors properly