github hydrusnetwork/hydrus v304
Version 304

latest releases: v572, v571, v570-future-build-2...
6 years ago
  • renamed the new 'tagcensor' object to 'tagfilter' (since it will end up doing a bunch of non-censoring jobs) and refactored it into clienttags
  • attached a tag filter object to all tag import options to act as a tag blacklist. all tags that go through the import pipeline (except for a couple of old legacy instances) are now checked against the blacklist, and if a bad tag is found, the file vetoes! tag import options has some new ui to handle this and background code to deal with inheritance from defaults and so on
  • new file import urls that have url classes, no matter their source, are now normalised!
  • all new file import urls are now tested against both the original and normalised version of the url, so even though previously parsed urls remain un-normalised, new urls that are pre-normalised the same will not count as new! -fingers crossed-
  • on update, the db will get normalised copies of all existing urls. this means many files will now have two versions of its urls--some ui to collapse everything down to only the normalised version (after some human eyes have passed in front of this big change) will come in the coming weeks
  • some sites where normalisation is a consistent problem for later redownloads (like e621, which appends 'preview' tags to the post url) should now be caught reliably!
  • the 'allow subdomains' on edit url class panel is now named 'match subdomains' and has a tooltip to better explain how it works
  • 'keep subdomains' is now 'keep matched subdomains' and has a tooltip as well
  • the 'keep matched subdomains' enabled behaviour (and some normalisation calculation) is now additionally governed by the 'associate url with files' value and api url conversion info rather than just 'match subdomains' and raw url type
  • fixed an issue that was stopping the 'associate url with files' option sticking in edit url class panel
  • edit url matches now resorts after an add or edit action
  • all listctrls with a wrapper panel now resort after an import from clipboard, png, or defaults call
  • url matches now match against www*. versions of their domain regardless of 'match subdomains' settings
  • updated xbooru url classes to prefer https
  • the manage url class links panel now has a 'clear' button to clear a url_class->parser link
  • introduced three new simple downloader parsers for yiff.party, thanks to @cuddlebear on discord for the submission
  • the old 'uninteresting mime' status has been expanded to a wider 'vetoed' status to represent all file imports that are abandoned without a particular error (e.g. tag blacklist, wrong filesize or resolution)
  • the import system now reports the total of 'num vetoed' as 'num ignored' in its summary statements
  • it now also reports 'num skipped'
  • the 'num successful' and 'num already in db' are now folded more neatly together in import cache summary statements
  • file downloads that are cancelled will now set a 'veto' state rather than a 'skip' state
  • improved file import exception handling across the board
  • improved how single-file-result parsing vetoes propagate up to the file import status cache
  • 404 network errors will now provide a 'veto' status rather than an 'error'
  • vetoes will not count as errors when deciding whether a subscription should be abandoned early (so a bunch of decomp bombs or 404s will no longer stutter a subscription!)
  • misc fixes and improvements to the new download stuff
  • wrote a new parsing cache that saves a lot of work in the new parsing system
  • improved the 'is this url known?' test to better deal with situations where all the given urls are galleries or unrecognised--a better aggregate of file status is formed, and 'already in db'/'deleted' statuses will apply if there is no evidence otherwise (the dev got the new logic for this from a legit nightmare about urls downloading over and over, so let's hope it works out)
  • the 'is this url known?' logic also recovers from 1->n url->hash relationships where it does not expect them, trying to find 'already in db' hashes over 'deleted' ones
  • to clear up some ambiguity, galleries or subscriptions now give a different 'checking in x seconds' status when waiting on the first page of a query
  • the 'noneablebytescontrol', as seen in edit file import options, will now correctly disable/enable its bytes sub-control when it is none'ed
  • a persistent issue with the new network engine sometimes failing to correctly error after certain broken connections (the computer going to sleep mid-download was a common cause here) should now be recovered from and the connection naturally reattempted
  • added three new shortcuts to the 'main_gui' shortcut set that allow for opening a new 'urls', 'simple', or 'thread watcher' downloader page
  • added two more shortcuts to 'main_gui' for new 'page of pages' and 'duplicate filter page'
  • moved some old 'new page' menu code to the new application command system
  • added numerous 'duplicates' shortcuts to the 'media' shortcut set that will work on selections of thumbnails
  • the thumbnail duplicates menu actions now go through the new application command system
  • fixed an issue where the current tag parents caches was not refreshing when notified
  • inputting a short invalid syntactic input on a 'read' tag autocomplete such as '-' will now clear the system predicates list--system preds should now only show on a completely empty input
  • fixed an issue where certain combinations of 'remove a tag, then re-add it' nullipotent actions in a single manage tags dialog transaction were not applying reliably (sometimes, the subsequent mirror action was not occuring due to a processing re-order optimisation at the db level)
  • made some animation code a little safer and quieter as a test for some users who were getting blitzed with some deadwindow error spam in certain situations--let's see if this changes anything
  • replaced all the em dashes in the help with double hyphens as github pages was rendering them wrong
  • added CrystalDiskInfo recommendation to 'help my db is broke.txt'
  • misc cleanup

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.