github hydrusnetwork/hydrus v376
Version 376

latest releases: v579, v578, v577...
4 years ago
  • subscriptions:
  • wrote a new subscription manager to better look after subscription scheduling
  • rather than checking every four hours or after manage subs dialog close, subscriptions now record an indication of when they are next due for work, whether that is the estimated next check time or when bandwidth is free on remaining file downloads, and launch in a fifteen-minute window around that time. delays due to previous errors or user cancels are also taken into account. this reduces background cpu and i/o greatly for clients with large subs
  • if a sub is paused, or all its queries are paused, it will now never be reloaded after first load until a change via the manage subs dialog
  • furthermore, if a single sub takes a very long time to work, the whole sublist can re-cycle if they come up due for more work before it is finished
  • if a sub query is DEAD but still has outstanding files to download, it will no longer automatically pause
  • subs now clean up more tidily if they are running on a program exit
  • the subscription popup now shows check/file progress based on the number of queries that appear to have pending work. instead of 'query 300/450' with 420 that aren't due, you'll get 'query 12/30'. if a query becomes due during a round of checking, another round of checking will run
  • if a subscription fails to load from the db, the error is handled better and no more subs will run in that boot
  • improved subscription startup checking logic, tightening up various paused/dead/cansync tests
  • improved subscription interrupt checking logic, tightening checks on global network pause and various shutdown scenarios
  • cleaned up some more subscription code in prep for data storage breakup
  • .
  • qt:
  • added experimental Qt style settings to the new options->style page! all users should now be able to set Fusion style, and perhaps some alternate OS styles. advanced users are invited to play around with QSS stylesheets (although be warned that some of hydrus's custom colour system overrides QSS, so more work is needed here), which will be extended and made user-friendly in coming weeks
  • fixed tab position calculations for all tab/media drag and drops for tab bars that are centered or otherwise positioned far off top-left alignment
  • fixed tab drag and drop event object handling for macOS. tab and media DnD is now enabled for macOS
  • the popup toaster can now unhide if an on-top-of-parent non-modal frame (like review services) is focused (so hitting 'process now' should show you the work)
  • fixed a variety of old hacky wx close-window veto tests. the 'close client?' confirmation dialog will now reliably veto a close requent on 'no'/cancel, dialog close events that are vetoed (such as closing the manage tags dialog with pending tags) will now veto more than just the first time, and several bad media viewer archive/dupe filtering cancel and end-of-window events should now work more cleanly and correctly. users who had crashes at the end of filtering may find they are stable again
  • as a quick patch against some multiline notes and statuses, list controls now force single-line text in all cells
  • list controls now tooltip all cells
  • fixed the shutdown splash not updating after the daemons shut down (lmao)
  • 'modal' message dialogs, which are created by blocking maintenance tasks such as vacuum, will no longer raise the program to the foreground on creation
  • should have fixed the taglist vertical positioning jank that could occur in the row after a tag with a tall emoji unicode character (and also sometimes kanji/hangul)
  • fixed a typo bug that was throwing an error for the upnp port widget in the local client server management panel when 'allow non local connections' was checked
  • improved stability of bandwidth review panel bandwidth rules refresh
  • improved stability of review services bandwidth rules refresh
  • improved some dialog cleanup code
  • reverted a bad environment-setting change put in last week that was causing some running-from-source users trouble
  • misc qt code cleanup
  • .
  • the rest:
  • updated the default pixiv tag search downloader to one submitted by a user. it now uses their api
  • updated the default twitter username lookup to a downloader submitted by a user. it fetches just the media tweet feed, making it more efficient. also added (but not linked by default) is a new tweet parser that can fetch most videos using a third-party site, advanced users may wish to play with this
  • added a {file_id} term for file export phrases that substitutes a unique and permanent numerical file identifier
  • fixed an issue where idle maintenance jobs could sometimes sneak in a few milliseconds of work during certain long shut down pauses, such as while waiting for a 'should I do shutdown work?' dialog to return. program shutdown should be snappier for many users as forced startup delays in these calls will no longer trigger
  • added a date 'encode' string transformation rule, which takes an integer timestamp and converts it to a pretty date string. the date rules are now renamed to the clearer 'datestring to timestamp' and vice versa
  • fixed page parser edit panel's 'test parse' when string transformations perform pre-parsing conversion. the handling and passing of test data for all the panels here is cleaned up throughout
  • system:limit predicate edit panel now has a small label describing its sampling behaviour
  • updated the various 8chan links in the client and help to 8kun, let me know if I missed any, and added Endchan bunker link to help menu
  • improved some misc status text handling across the program
  • refactored cache and manager code into different, simpler files
  • updated sqlite on windows build to 3.30.1

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.