windows
zip: https://github.com/hydrusnetwork/hydrus/releases/download/v218/Hydrus.Network.218.-.Windows.-.Extract.only.zip
exe: https://github.com/hydrusnetwork/hydrus/releases/download/v218/Hydrus.Network.218.-.Windows.-.Installer.exe
os x
app: https://github.com/hydrusnetwork/hydrus/releases/download/v218/Hydrus.Network.218.-.OS.X.-.App.dmg
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v218/Hydrus.Network.218.-.OS.X.-.Extract.only.tar.gz
linux
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v218/Hydrus.Network.218.-.Linux.-.Executable.tar.gz
source
tar.gz: https://github.com/hydrusnetwork/hydrus/archive/v218.tar.gz
I had a tough week. I was short on time, but I fixed a bunch of bugs and polished the new suggested related tags control.
related tags
Reminder: If you would like to try out the related tags control, you can turn it on by going to options->tags.
I've fixed a couple of bugs with this–now it will update if the manage tags frame's underlying media changes (i.e. you scroll to another file in the media viewer), and it will filter out dupes that are due to siblings.
And since it worked out well, I've set it to load the '1' results on initialisation, and I've renamed 1, 2, 3 timings to 'init', 'medium' and 'thorough'. You may wish to update your timings for them on the options panel as a result.
I'm not sure if I should turn this control on by default, and if so, whether I should wrap it in a box with a 'related tags' title to not confuse people, especially as it will be blank for new users for a little while. I've made a job to write some help on it, at least–maybe that's enough, and it is better to let people turn it on when they are comfortable with tagging and have need for it
Next I'll write a simple control that offers the last ten or twenty tags that were added, and then I'll move forward with online lookup (like for IQDB).
better colours
I cleaned up some colour defaults this week to adapt for people who use dark themes and so on. I'm confident most of it should be good, but let me know if the splash screen in particular looks bad for you.
full list
- related tags control now updates on new media events (i.e. if the parent media viewer scrolls to different media)
- related tags also initialises with suggestions and refreshes the list on media change
- related tags now properly filter out dupe suggestions caused by siblings
- went over all the gui colours in the client, cleared some redundancies and replaced all the static whites and blacks with appropriate system defaults or chosen custom colours
- full size thumbnails can now also be stored in a different location, like resized thumbs, under options->file storage locations
- fixed false postiive shutdown maintenance checking due to vacuums projected to take longer than the given maintenance time
- fixed false postiive shutdown maintenance checking due to sqlite_stat1 creeping in
- pasting tags or otherwise editing many in at once in the manage tags frame will immediately commit all the changes in one db transaction, rather than one for each tag laggily in turn
- removed 'import tags' from file menu–this advanced stuff is now done in and better left to the advanced content update dialog
- restoring from an old db backup with a simpler db structure will no longer create conflicts
- deleting currently rendering files from the trash should be slightly more reliable
- fixed some crash error reporting
- misc cleanup
next week
I really want to get individual mime zoom preferences done, so that'll be first. After that, small fixes and improvements, and hopefully I can knock out a 'last x tags' suggestions control.