- rewrote thumbnail canvas and scrolling code from a crashtastic monolithic bmp to a lighter, faster, and more flexible page buffer
- all custom gui elements should be less flickery
- the manage tags dialog will now grow significantly taller if its parent window is also tall
- dialogs launched by the media viewer will initially position themselves according to that, rather than the main gui
- dialogs launched by controls will initially position themselves according the control's toplevelwindow, as originally intended
- thumbnail download (for file repositories) no longer happens silently in the background; it will now occur in the repository sync daemon, reporting its progress in the normal repo sync popup
- missing thumbnails are now replaced with the hydrus psi symbol silently, with a simple statement written to the log
- fixed a tiny typo in update error code that was reporting version wrong
- fixed a typo bug in gettagarchivetags
- fixed a typo that had broken namespace sorting
- numerous other single-line miscellaneous bug fixes
- fixed a bug with displaying media with size (0,0)
- fixed a bug with zooming in flash files
- improved some buggy tag selection logic that was sometimes desyncing indices between menu popup and selection
- tags will now stay selected even through changes to the tags list
- any attempt to close the autocomplete dropdown floating frame should now bump the close event up to the whole program
- linux release now includes source code alongside executables