- fixed the tumblr raw url converter to now point to the data.tumblr.com domain
- added a hardcoded ssl verify exception for data.tumblr.com, which has an incorrectly defined ssl cert (at least for public-facing interactions), wew
- all existing db urls and file import cache urls for media.tumblr.com will be updated to data.tumblr.com on update! (everything should just magically work again)
- fixed apng import, which the decompressionbomb detection code was not handling correctly
- collapsed the different instatiations of the 'file import status' button down to one class
- the file import status button now has a right-click menu that supports 'retry failures' and 'delete processed', if applicable
- misc import status cache cleanup and refactoring
- you can now edit or completely turn off the [404] and [DEAD] thread watcher page name prefixes under options->downloading
- thread watchers should more reliably keep 404 status
- 'open selection in a new page' now preserves file order!
- 'view this file's duplicates' now sorts the files!
- options->gui now has an option to change how often 'last session' is saved
- 'last session' will no longer autosave to the database if there are no changes
- tags exported to neighbouring .txt files are now correctly sibling-collapsed
- tags imported or exported via neighbouring .txt files are now correctly tag censored
- the manage tags dialog will now protest with a yes/no dialog if you attempt to cancel it with uncommitted changes
- the manage parents and siblings dialogs will now protest with a yes/no on an ok event if there are 'uncommitted' pairs in the lower boxes (e.g. if you forgot to click the 'add' button)
- fixed an issue that would sometimes stop old sessions from loading properly
- the duplicates page now does its maintenance jobs in modal popups!
- attempting to apply a duplicate status to more than 100 pairs now throws up a warning yes/no dialog
- the manage urls dialog now has copy/paste buttons
- added a (somewhat debug) option to disable the mouse hide&anchor behaviour on slow Windows canvas drags to options->media
- added a 'regen all phashes' command to the database regen menu
- the disk cache options in help now have a help button to explain good values for ssd vs hdd
- the edit bandwidth rules dialog now uses the new listctrl
- merged the old and new login managers
- misc login work
- misc refactoring
- misc cleanup