github hydrusnetwork/hydrus v264
Version 264

latest releases: v573, v572, v571...
6 years ago
  • converted the page of images downloader to the new network engine
  • converted the thread watcher downloader to the new network engine
  • rejiggered page of images and thread watcher management panels to better separate the two loops they work on
  • rejiggered some more downloader layout stuff in prep for a new control to better display url cache and overall import status--downloader-global pause button is now always at the top, for instance
  • removed 'waiting politely' indicator from download pages that use the new network engine
  • network job controls now have a simple border
  • network job controls will show current bytes progress and speed in a more intelligent and useful way--no longer spamming the initial 0KB/s, for instance, and flashing more useful summary information when downloading many small files
  • network job controls now display their current bytes progress and speed on a separate right-aligned text beside the main status text (to stop the speed text jumping around so much)
  • network job controls will not show the current download speed until some bytes are actually read
  • wrote a first version of 'services->review bandwidth' review frame, which lists all network contexts with data in the past month
  • wrote an independant and live-updating review frame for indivdual network contexts, launched from the review bandwidth frame, which shows current and historical bandwidth use for that context
  • the main gui status bar now reports current bandwidth usage! updated once a second
  • database->backup process now has some nicer gui, better and more reliable workflow, improved file copy notification, and now correctly obeys a popup-cancel command
  • started the new 'migrate database' gui under the database menu. it currently shows live usage and will gain some verb buttons to atomically alter things hopefully next week
  • moved from a strict begin/commit db model to a save/release system that only commits changes to disk at most every ten seconds or so. small 'write' transactions will now often have no disk-sync overhead and so are super fast, particularly when they come in a large batch.
  • simplified database connection, disconnection, begin, commit, and rollback code significantly
  • the url table in the client database is now non-unique (i.e. multiple files can have the same url). this may lead to undesired 'already in db' or 'deleted' statuses in some downloaders as they check for url status before starting their downloads. if this change turns out to a be a big pain in the future for pixiv manga or whatever, it may be revisited.
  • fixed a bug in deviant art parser that sometimes meant nsfw urls could not be found
  • fixed an issue where progress gauges could sometimes get stuck in a pulsing state
  • fixed a bug with the new optimised result building which sometimes occured when all the files in a batch had common ipfs service membership
  • improved support for unusual videos
  • improved accuracy of duration calculation for unusual videos
  • improved database optimisation after initial and ongoing repository processing
  • a 'wake subscriptions' event now occurs even on 'manage subscriptions' cancel (meaning temporarily-dialog-paused subs will always continue after the dialog is closed)
  • added a careful manual commit to stop the possibility of the definition-desync some users noticed after a power-loss during a big repository sync commit
  • removed some redundant old db compatibility code
  • permitted sqlite installations that allow in-memory temporary tables to use them (but not for vacuums, which tend to be a bit big for this stuff)
  • cleaned up some redundant timer id code
  • misc improvements
  • misc refactoring

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.