github hydrusnetwork/hydrus v423
Version 423

latest releases: v572, v571, v570-future-build-2...
3 years ago
  • tag autocomplete searches:
  • the 'fetch results as you type' and 'do-not-autocomplete character threshold' options are moved from options->speed and memory to tags->manage tag display and search. they are now service specific!
  • getting the raw '*' autocomplete is now hugely faster when both file and tag domains are specific (i.e. not 'all known xxx')
  • getting the raw '*' autocomplete is now hugely faster in 'all known tags' domain. this is likely still bonkers on any decent sized client that syncs with the PTR, but if you have a small client that once synced with the PTR, this is now snappy
  • the cancelability of 'namespace:*' and 'match namespaces from normal search' searches should be improved
  • 'namespace:*' queries are now much faster in some situations, particularly when searching in a specific tag domain (typically this happens in manage tags dialog) or a small-file client, but is still pretty slow for clients with many files, and I think some scenarios are still bananas. I am not happy here and have started a plan to improve my service domain caches to deal with several ongoing problems with slow namespace and subtag lookup in different situations
  • fixed an issue with advanced autocomplete result matching where a previously cached 'character:sam' result could match 'char:sam' search text
  • some misc code cleanup and UI label improvements in autocomplete
  • .
  • the rest:
  • the siblings & parents tag menu, which proved a little tall after all, is now compressed to group siblings, parents, and children by the shared services that hold them. it takes less space, and odd exceptions should be easy to spot
  • this menu also no longer has the 'this is the ideal tag' line
  • added 'sort pages by name a-z/z-a' to page right-click menu and tucked the sorts into a submenu
  • the parsing test panel now shows up to 64KB of what you pulled (previously 1KB)
  • the parsing test panel now shows json in prettier indented form
  • when the parsing test panel is told to fetch a URL that is neither HTML or JSON, this is now caught more safely and tested against permitted file types. if it was really a jpeg, it will now say 'looks like a jpeg' and disable parse testing. if the data type could not be figured out, it tries to throw the mess into view and permits parse testing, in case this is some weird javascript or something that you'll want to pre-parse convert
  • the dreaded null-character is now eliminated in all cases when text is decoded from a site, even if the site has invalid unicode or no encoding can be found (e.g. if it is truly a jpeg or something and we just end up wanting to throw a preview of that mess into UI)
  • the 'enter example path here' input on import folders' filename tagging options edit panel now uses placeholder text and auto-removes 'file:///' URL prefixes (e.g. if your paste happens to add them)
  • the 'fix invalid tags' routine now updates the tag row in the local tags cache, so users who found some broken tags were not updating should now be sorted
  • added --db_cache_size launch parameter, and added some text to the launch_parameters help about it. by default, hydrus permits 200MB per file, which means a megaclient under persistent heavy load might want 800MB. users with megamemory but slow drives might want to play with this, let me know what you find
  • updated to cloudscraper 1.2.50

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.