github hydrusnetwork/hydrus v406
Version 406

latest releases: v573, v572, v571...
3 years ago
  • subscription management:
  • the manage subscriptions dialog now has a 'deduplicate' button. it is enabled whenever your subs of a particular downloader contain duplicate queries. it launches a semi-bananas but thorough 4-step process to ask if you want to do upper/lower-case deduplication, then which downloader, then which queries, then which master sub(s) to retain the queries
  • subscription dedupe within the same sub keeps the query with the most files
  • the manage subscriptions dialog also now has a 'lowercase' button that coerces all queries of the selected subs to lowercase
  • when pasting a list of queries into a subscription, the 'already in sub' test is now caseless. pasting "Samus_Aran" into a sub already with "samus_aran" will not add anything
  • .
  • misc:
  • url classes now have a checkbox to keep fragment data (e.g. "#kwGFb3xhA3k8B") during URL normalisation. this data is not sent to the server and is not useful for almost all sites, but for sites like Mega, it contains useful clientside javascript navigation or access info if you open the URL in your browser
  • fixed video resolution parsing for some unusual SAR files. this stretches a video slightly, usually when the vid was created or converted with older analog tech (e.g. NTSC)
  • fixed rating system predicate label for 'rated/not rated'
  • the issue where miscounts in pending upload data would persist, sometimes leading to an annoying 'pending (13)' style menu that would not clear without debug action, is now fixed in a cheap way. on any upload action, this cached count is reset. a fix for the actual unusual miscount situation will have to come later
  • the different in-memory manager objects now save changes at different time intervals--lightweight things like favourite searches still save not long after any change, but column widths, network sessions, and bandwidth use now save only every ten minutes
  • I may have fixed an issue with favourite tags not sticking correctly or resetting when added en masse via the tag right-click menu
  • I believe I fixed a rare but permanent ui hang on highlighting a gallery or watcher when that same downloader was spamming through a largely 'already in db/previously deleted' list
  • copying tags 'with counts' now works correctly for simple tag views (previously, it only worked for 'predicate' views)
  • copying tags now preserves the tag order as in the list (previously, it did a human sort)
  • to stop status-sorted gallery and watcher list entries bouncing around so much, they now just say 'working' in their status column when they are working. the highlight panel still reports granular file/gallery info. galleries also now say a more solid DONE when complete, to spot them more easily
  • the gallery and watcher search/checking column now includes stop status in sort
  • fixed the dowloader link in the help to https://github.com/CuddleBear92/Hydrus-Presets-and-Scripts/tree/master/Downloaders
  • added that same link to the Lain dowloader import panel's help button
  • updated cloudscraper to 1.2.46
  • updated cloudscraper interfacing code to adapt for new reCaptcha->Captcha object names
  • .
  • boring code cleanup:
  • refactored downloader gui code to its own file
  • refactored network gui code to its own file
  • refactored service gui code to its own file
  • finished import reordering. now all files import in a cleaner order
  • further reworked all hydrus imports to be more breadth-first, loading core modules earlier and catching potential errors in nicer places
  • checkbox selection is now wrapped in the 'quick' dialog system, and all checkbox selections now use this single method
  • simplified and unified a variety of layout code, and fixing some odd layout expanding bugs
  • misc code cleanup
  • deleted some old unused ui code

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.