github hydrusnetwork/hydrus v342
Version 342

latest releases: v572, v571, v570-future-build-2...
5 years ago
  • added support for webp import. it does not yet support animated webps, which, if the local platform supports, will import like apngs used to: just the first frame
  • added support for tiff import. it works ok for 24bit and 8bit (monochrome) tiffs, but I am not sure how well it will do with 48bit
  • both webp and tiff should work on the duplicate files system
  • improved webm detection to include opus audio (previously, these files were falling back to mkv)
  • fixed an issue where unusual formats with duration but no frames or frames but no duration were being sorted and otherwise presented incorrectly
  • improved autocomplete job cancelability. this job can now cancel much faster on large jobs, meaning typing searches with large result sets will hit less CPU and return faster on subsequent keystrokes
  • all of the complicated 'copy url' commands from the thumbnail right-click->known urls menu are now available on the 'open' submenu! if there is more than one url to open (e.g. 'open all of these files blahbooru post urls' on a selection of 50 files), you will be presented with a yes/no dialog to confirm, and it will open one url in your browser every second (with a cancellable popup if num_urls > 5)
  • by default, system:everything is now hidden if its total files is >10k. you can force it to always show under options->default system predicates
  • the gallery downloader's list's status column now shows gallery status (deferring to active file status) when appropriate and shows 'done!' when all work is complete
  • after working back and forth with a user, I believe the linux similar files >0 distance search crash is finally fixed
  • fixed sorting by media views/viewtiming with collections
  • a single-selected collection right-click now shows total media views for all files in the collection! you can now see how long you have been viewing an artist!
  • fixed an issue that lead to export folders not running on always-on clients as often as they should
  • updated the gelbooru 0.2.5 file page parser to pull rating tag from the correct location (previously, it was pulling from what appears to be a site-wide 'mature' browser hint)
  • improved memory cleanup stability when animations and other parts of the video rendering pipeline are deleted--this may fix some rare crashes
  • increased animation rendering aggression overall and particularly in 'future' of frame buffer
  • if a video renderer that is asked to start some way into the video fails to render anything, it will now fall back to trying to render from the beginning. this is slightly hacky atm and leads to out of phase rendering frames, but it is better than an error
  • added a '--no_db_temp_files' launch parameter that will force the client or server to return to the recent old behaviour of exclusively using memory for journalling. this is useful if your temp directory is small and/or your available ram is very large. if running in this mode, the client will attempt to check available memory (instead of free space on your temp dir) before performing very large transactions
  • with the new lighter-weight update transactions, the client now tests for less free space for journalling before running repository update processing
  • added /get_files/search_files to the client api, which does the first half of file searching. it allows tag search (including -tag negation) and system inbox/archive. since the second half, which will fetch file metadata, is not yet in, this can't do anything interesting yet
  • updated help and unit tests to support this, client api version is now 3
  • some misc refactoring

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.