github hydrusnetwork/hydrus v308
Version 308

latest releases: v572, v571, v570-future-build-2...
5 years ago
  • the multiple watcher will now discard new urls if it is already watching them
  • the multiple watcher will list x/y progress as just 'x' if x==y (making it easier to scan the list)
  • the multiple watcher now lists a couple of 'total' summary lines on its ui--the top lists total number of watchers and queue progress, the bottom lists the usual '23 successful, 3 deleted' line, but summed for all watchers
  • the multiple watcher will now warn you if you try to remove the highlit, alive or un-caught-up watchers
  • the multiple watcher will now resort if the thread subject (or rather, any data in the current sort column) changes (which usually happens right after it is added, when you see it change from from 'unknown subject' to 'mlp is kino')
  • fixed an issue where multiple watchers were not unscheduling down their update job correctly on page close
  • the booru selector in the edit subscription panel should now be in the tab traversal order for keyboard/automated focusing tasks
  • the boorus in that selector are now alphabetised
  • tag import options namespaces are now alphabetised
  • removed/renamed pretty much all references to 'thread' in the watcher code and ui presentation, since it can now do a bunch of other stuff. it is now just the 'watcher' and the 'multiple watcher'
  • deleted a bunch of old static thread watcher and page of images code from the old downloading system
  • added an experimental 'compact' button to advanced mode users' manage subscriptions panels. this removes urls from the selected subscriptions' caches that are no longer useful, keeping their load/save snappy. this is still in testing--be careful with it!
  • the hydrus splash screen now has a bare frame caption and will appear in the taskbar--which helps with some alt-tab and 'where the hell did it go?' stuff if you need to enter a password
  • wrote five 'reasonable defaults' buttons for the 'check timings' options panel for quick entry for different thread/subscription scenarios.
  • added a checkbox to this panel that will swap the reactive options with a simpler single checkbox
  • also clarified/fleshed out the help button on this panel
  • fixed an important source of program instability related to page alive/dead status checking that was inadvertantly talking subtly to the main gui frame even on non ui threads
  • improved how some 'page is closed but not destroyed' test logic for pages inside a closed-but-not-destroyed notebook
  • fixed another small place where the db was talking to the main gui object about status bar updates in a potentially unstable way
  • fixed another small place where the foreground daemons were talking to the main gui frame in a trivial but potentially unstable way
  • played around with some taglist sizer and layout settings
  • the gallery and simple download pages are now a little shorter--the pause and cancel buttons are now just to the right of the status texts, rather than on their own row beneath the network job controls.
  • the various bandwidth-overriding network jobs in the download system--like gallery page downloading--now wait 30s before overriding their bandwidth. hence these jobs will now obey the usual bandwidth rules up to a point
  • the simple downloader also obeys the usual bandwidth rules for 30s but no longer has a static wait, so it can run much faster in certain situations
  • network jobs that will override bandwidth in the future will now report that countdown in their status texts
  • fixed a bug in the old booru code that meant some boorus were superfluously requesting the 0th indexed page of a gallery more frequently than needed in order to reestablish a 'page size' cache. this value is now cached globally and will be replaced by a completely different system in the new gallery downloader
  • added a decent tooltip to the 'gallery fixed delay' widgets in the options->downloading panel
  • the autocomplete input should clear itself after a 'broadcast' event a bit quicker and stop some dupe inputs in certain edge cases
  • the tumblr url class now recognises that tumblr posts can have multiple files, which helps some source url lookup logic
  • added a url class for artstation file pages
  • the primary file import url (the one listed in the file import list) will now correctly not associate with the resulting file if its url class is so set
  • all the import objects now have much lower idle CPU time and thread needs and start in slightly offset times, smoothing out the thread count spikes
  • all the import objects will now respond quickly to changes to the underlying file import cache (like right-click->try again events)
  • the new job scheduling system now uses two queues--fast and slow, in order to reduce some resort/insert overhead
  • a couple more improvements to the new job scheduling system to smooth out spikes
  • if the temporary path override does not exist, the client will now compain with spammy popup messages and fall back to the default
  • if the temporary path override does not exist or is not writeable-to on options dialog ok, a veto exception will be raised
  • refactored the watcher and multiple watcher to their own file, ClientImportWatchers
  • misc fixes

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.