hydrus/help/changelog.html

2342 lines
149 KiB
HTML
Executable File
Raw Blame History

<html>
<head>
<title>changelog</title>
<link href="hydrus.ico" rel="shortcut icon" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="content">
<h3>changelog</h3>
<ul>
<li><h3>version 121</h3></li>
<ul>
<li>first version of local booru</li>
</ul>
<li><h3>version 120</h3></li>
<ul>
<li>improved quality of downsized animation rendering</li>
<li>sped up downsized animation rendering in this case</li>
<li>neatened animation code</li>
<li>fixed a mid-animation resize parameter bug</li>
<li>I think I fixed an animation scan bug that was sometimes giving the wrong frames</li>
<li>added thumbnails for all video formats</li>
<li>fixed an off-by-one framecount bug for certain videos, and retroactively fixed counts for existing videos</li>
<li>fixed a couple harmless width/height numpy.shape switcharounds</li>
<li>cleaned up some file parsing code</li>
<li>added a pixiv unit test</li>
<li>fixed a bug when servers were returning unusual relative redirect urls (gelbooru)</li>
<li>semi-fixed a bug when servers were returning unescaped redirect urls (gelbooru)</li>
</ul>
<li><h3>version 119</h3></li>
<ul>
<li>fixed an overzealous error in v118 update code</li>
<li>new direct ffmpeg video decoder for webm</li>
<li>new system takes advantage of multi-core processors, increasing render speed</li>
<li>improved animated frame timings</li>
<li>fixed a number of gifs that were causing the "None has no 'shape' attribute" error</li>
<li>sped up memory and subprocess cleanup after video playback</li>
<li>added some new ffmpeg instructions to the running from source help page</li>
<li>added client and server startup and shutdown statements to the log</li>
<li>improved some idle time logic, which should improve maintenance timings</li>
<li>fixed a critical idle timing bug that was adding 1s to many actions, including file queries!</li>
<li>fixed a pubsub testing bug that was preventing daemons from quickly closing after a unit test</li>
</ul>
<li><h3>version 118</h3></li>
<ul>
<li>improved animated frame buffer size calculation, saving memory and improving smaller animation performance</li>
<li>improved quality of static image thumbnail generation</li>
<li>fixed webm mouse event propagation</li>
<li>updated and improved perceptual hash code</li>
</ul>
<li><h3>version 117</h3></li>
<ul>
<li>fixed the gif rendering error that was causing threading lockup</li>
<li>fixed a bug in the animated drawing code that was causing +5ms duration on every frame</li>
<li>improved frame duration checking code</li>
<li>lowered quality of animated frame resizing to improve effective framerate for previews</li>
<li>fixed a problem with pixiv session management</li>
<li>fixed a problem with pixiv tag subscriptions</li>
<li>neatened an error with pixiv manga download failures</li>
<li>corrected reviewservices hyperlinkctrl initialisation</li>
<li>improved the wording for the 'port already bound' error message on client startup</li>
<li>improved hydrus network session error handling</li>
<li>cleaned up some old gui messaging code</li>
<li>some general image/video code nomenclature cleanup</li>
<li>changed http connection maintenance daemon to be snappier on client shutdown</li>
<li>subscription minimum check period is now 1 time unit, not 0!</li>
</ul>
<li><h3>version 116</h3></li>
<ul>
<li>gifs now render their frames as needed, rather than building a giant memory-hogging cache of all of them</li>
<li>webms now have thumbnails!</li>
<li>refactored important hydrus threading code to a separate module</li>
<li>added new 'call-to' worker threads for snappier job-thread behaviour</li>
<li>fixed a typo that was stopping new repositories being entered in the manage repositories dialog</li>
</ul>
<li><h3>version 115</h3></li>
<ul>
<li>moved review and manage services windows to a local/remote dichotomy</li>
<li>moved local booru service code generally forward</li>
<li>added local booru service to db init/update</li>
<li>added booru to review services</li>
<li>added booru to manage services</li>
<li>neatened some misc client code</li>
<li>improved static/animated image rendering code in general</li>
<li>added some cv stuff to gif rendering code</li>
<li>cleaned up gif rendering code</li>
<li>sped up animated gif rendering by about 5-10 times!</li>
<li>added some cv stuff to static image rendering code</li>
<li>cleaned up static image rendering code</li>
<li>sped up static image rendering up to 4 times!</li>
<li>image import should generally be faster</li>
<li>pulled animated images off the image cache, reducing memory usage</li>
<li>added some clever compression that cuts image cache memory usage in half!</li>
</ul>
<li><h3>version 114</h3></li>
<ul>
<li>gif rendering seems to be fixed in all cases! hooray!</li>
<li>fixed 'pop from empty list' popup error spam in the new cache clearing system</li>
<li>fixed weird behaviour on right-clicking 'dismiss all' popups button</li>
<li>added a unit test for perceptual hash generation, with an eye to moving the delicate code from cv to cv2</li>
<li>updated opencv to 2.4.9</li>
<li>updated pyinstaller, so frozen releases may be a bit more stable!</li>
<li>moved webm and mkv info parsing over to cv, which allows num_frames</li>
</ul>
<li><h3>version 113</h3></li>
<ul>
<li>added mkv+webm support!</li>
<li>fixed some system:mime selection stuff</li>
<li>fixed a missing db call in the server upnp daemon</li>
<li>fixed upnp dialog's edit button</li>
<li>cleaned up upnp dialog's post-button refreshing logic</li>
<li>fixed getupnpmappings to deal with >10 mappings</li>
<li>fixed fullscreen_switch for custom filter</li>
<li>fixed a late canvas drawing exception when fullscreen window was closing due to being media-empty</li>
<li>rolled back to wx 2.9.5 for windows again. not worth the trouble, right now</li>
<li>hydrus caches should now clean up anything older than twenty minutes</li>
<li>'last session' will now be saved every five minutes, rather than only on a successful close</li>
</ul>
<li><h3>version 112</h3></li>
<ul>
<li>A/C dropdown is fixed on linux!</li>
<li>wrote new UPnP library based on miniupnpc multiplat executables</li>
<li>integrated new UPnP library into existing client code</li>
<li>upnp management dialog should now work for os x and linux</li>
<li>integrated new UPnP library into existing server code</li>
<li>added UPnP unit tests</li>
<li>fixed a bug when upnp executable path had whitespace</li>
<li>renamed 'add, remove or edit services' to 'manage services'</li>
<li>fixed some review services frame text display issues for restricted non-repository services</li>
<li>optimised review services frame initialisation db requests</li>
<li>added a database maintenance routine that should help review services launch a bit faster on average</li>
<li>improved manage services layout a little bit</li>
<li>removed initialise server button when it is invalid</li>
<li>updated 4chan thread url parser to handle new 4chan thread urls</li>
<li>redirected 4chan thread downloader to new api address</li>
<li>fixed an error reporting problem in repository sync</li>
<li>fixed my linux dev environment, so linux executable is back</li>
<li>changed wx requirement to 2.9 on linux, due to bugs in linux 3.0.0.0 release</li>
<li>fixed a typo in repository deletion</li>
<li>added repository deletion to unit tests</li>
<li>added num_base and num_step to file path regex dialog</li>
<li>fixed popup display of certain exceptions, including file parsing exceptions</li>
<li>cleaned up os x and linux build scripts, added static&help sync</li>
</ul>
<li><h3>version 111</h3></li>
<ul>
<li>fixed booru searches that include unusual characters like '&'</li>
<li>added pause synchronisation to individual repositories in the manage services dialog</li>
<li>fixed gui_sessions with predicates (again!)</li>
<li>added a unit test for gui_session storage, shouldn't get problems with that again</li>
<li>fixed a getcountlesscopy predicates bug</li>
<li>first step in multi-platform upnp support is DONE, phew</li>
<li>harmonised subscription file import errors with normal hdd import errors. they nshould be a bit clearer</li>
<li>corrected how popup text width is enforced</li>
<li>added a warning to the reset cache button in the manage subscriptions dialog</li>
<li>os x autocomplete dropdown seems to be magically fixed, not sure how or when that happened</li>
<li>started HydrusBooru</li>
<li>fixed some problems with twisted startup/shutdown in unit testing</li>
</ul>
<li><h3>version 110</h3></li>
<ul>
<li>fixed a variable overwriting issue in the subscription daemon error reporting code that was causing error spam</li>
<li>fixed more actual and potential instances of this error elsewhere</li>
<li>fixed a bug in the import file error system for non-local files</li>
<li>fixed url parsing for urls lacking 'http://' or 'https://'</li>
<li>fixed hentai foundry image parsing for two different cases</li>
<li>fixed client gui-initiated db backup to also backup client_updates folder</li>
<li>A/C dropdown now shows current and pending counts separately!</li>
<li>fixed display of uncaught database exceptions</li>
<li>new version of sqlite for windows, might speed some things up a bit</li>
<li>upgraded a bunch of other libraries, look forward to mysterious new bugs!</li>
<li>I _think_ some transparency support is improved</li>
<li>moved messaging forward</li>
<li>dropped processed_mappings experiment</li>
<li>removed a bloated mapping index, hopefully speeding a couple things up</li>
<li>fixed an erroneous error message in hydrus network session manager</li>
</ul>
<li><h3>version 109</h3></li>
<ul>
<li>started processed_mappings table. for now, it mirrors normal mappings table</li>
<li>improved manage tags dialog logic</li>
<li>fixed only_add issue for parent tags</li>
<li>fixed an important tags box surplus tags display bug when focus repository was changed</li>
<li>fixed petitioned tag counts in tag boxes, as long as 'all known tags' is not selected</li>
<li>fixed occasional zero tag count in tags box</li>
<li>added petitioned tags to normal media fetch, not sure why they were missing</li>
<li>fixed a random error when trying to refresh a 'open selection in new page' page</li>
<li>improved help to reflect new manage tags dialog</li>
<li>cleaned up an annoying spam-text-to-console issue when running test.py</li>
<li>reworked the way the server clean/create update daemons interface with the database</li>
<li>improved how updates are stored and fetched in the server db--no longer needs a db hit to fetch</li>
<li>harmonised client db's update naming convention to the server's</li>
<li>improved server db to update the same new-ish way client db does it</li>
</ul>
<li><h3>version 108</h3></li>
<ul>
<li>added 'database->delete orphan files' for manual firing of this maintenance routine</li>
<li>improved redirect location parsing--should fix the booru 'Could not connect to None!' errors</li>
<li>fixed 4chan thread downloader's erroneous 'still working' warning when trying to close while paused</li>
<li>added multiple additions to manage tag parents dialog</li>
<li>added multiple additions to manage tag siblings dialog</li>
<li>generic improvements to both dialogs</li>
<li>manage tags dialog now shows all the selection's tags combined, not just the tag intersection</li>
<li>multiple improvements to manage tags dialog</li>
<li>reworked some tagsbox classes to be more flexible</li>
<li>improved dialogsetupexport's use of tagsbox</li>
</ul>
<li><h3>version 107</h3></li>
<ul>
<li>converted 'namespace blacklists' to more general 'tag censorship'</li>
<li>tag censorship now accepts unnamespaced tag bans</li>
<li>tag censorship now accepts all namespaced tags bans</li>
<li>tag censorship now permits bans for all tag services</li>
<li>fixed several small bugs carried over from the namespace blacklists code</li>
<li>added a bit about tag censorship to help, under advanced.html</li>
<li>fixed youtube downloading</li>
<li>file import dialog now ignores dupe paths</li>
<li>improved update status text in review services window</li>
<li>fixed erroneous capital P on pending menu</li>
<li>fixed shortcut input dialog's ok button</li>
<li>fixed modify tags dialog's admin modify button</li>
<li>added several bits of explanation text to advanced dialogs</li>
<li>added more helpful timestamp to news dialog</li>
<li>neatened export dialog's layout</li>
<li>corrected some double-escaped backslashes in the export filename pattern button menu</li>
<li>fixed modify accounts dialog's http request</li>
<li>improved grammar in db pubsub code</li>
</ul>
<li><h3>version 106</h3></li>
<ul>
<li>download by raw url now sends the correct text to the popup on successful import</li>
<li>first step in peer-to-peer repository sync is complete</li>
<li>repository updates are now stored as local yaml, in the new client_updates folder</li>
<li>repository reset keeps the downloaded updates, only does a reprocess</li>
<li>all repository updates should process faster, especially if you have saved sessions</li>
<li>a lot of misc gui lag should be reduced, especially if you have saved sessions</li>
<li>the way the gui's menubar is updated is massively improved</li>
<li>os x and linux menubar should be less spastic</li>
<li>several improvements to daemon pubsub workflow</li>
</ul>
<li><h3>version 105</h3></li>
<ul>
<li>complete rewrite of message data handling and display</li>
<li>hidden gauge messages will now display correctly</li>
<li>fixed error-display bugs in the log page</li>
<li>massively improved how database errors are generated and displayed</li>
<li>improved and streamlined how other errors are generated and displayed</li>
<li>improved the way all gui elements are deleted from memory</li>
<li>fixed the frequent segfault in os x and linux when closing popup messages</li>
<li>fixed the common segfault in os x and linux when refreshing a query</li>
<li>fixed the occasional segfault in os x and linux when closing a page</li>
<li>fixed pattern shortcut buttons</li>
<li>the 'show deleted' checkbox on manage tags dialog makes a return</li>
<li>neatened several checkboxes so clicking the label text clicks the checkbox</li>
</ul>
<li><h3>version 104</h3></li>
<ul>
<li>first version of export folders is ready</li>
<li>cleaned up all ok and cancel dialog behaviour</li>
<li>cleaned up some misc dialog button code</li>
<li>fixed up some ugly db yaml pubsub stuff</li>
<li>fixed a juddering 100% CPU loop in the subscriptions code</li>
<li>subs and repo sync will now put up a popup gauge</li>
<li>repo sync will now pause mid-update on repository pause</li>
<li>services->pause->stuff will poke daemons to restart more reliably</li>
<li>removed the service status area of the statusbar</li>
<li>fixed 'subscriptions forgetting their tag options' bug</li>
<li>added select invert, thanks to @fluffy_cub for contribution</li>
<li>fixed a slight logic bug with display of select archive/inbox</li>
<li>added better instructions on how to run in OS X from source, thanks to user steenuil for contribution</li>
</ul>
<li><h3>version 103</h3></li>
<ul>
<li>fixed a virtual size issue with expanding collapsible panes inside scrolling windows :S</li>
<li>fixed images not showing on first zoom switch</li>
<li>improved touch and feel of image/flash scanbar</li>
<li>subscriptions dialog is now flattened</li>
<li>reworked advanced_tag_options to be more efficient and flexible</li>
<li>fixed a couple bugs in advanced_tag_options</li>
<li>moved fake http unit tests to a fake version of the new networking system (so much better, now!)</li>
<li>moved real http unit tests to new networking system (so much better, now!)</li>
<li>fixed up a last couple network things</li>
<li>I probably fixed some file upload code, as well</li>
<li>cleared out old network code</li>
<li>fixed a fake pubsub problem in unit tests</li>
<li>made a single new db table for consolidating:</li>
<ul>
<li>4chan_pass</li>
<li>pixiv_account</li>
<li>boorus</li>
<li>favourite_custom_filter_actions</li>
<li>gui_sessions</li>
<li>imageboard_sites</li>
<li>imageboards</li>
<li>import_folders</li>
<li>subscriptions</li>
</ul>
<li>couple small help edits</li>
<li>fixed view->new booru download page</li>
<li>started export folders</li>
</ul>
<li><h3>version 102</h3></li>
<ul>
<li>initial linux release</li>
<li>rewrote running_from_source.html</li>
<li>altered some service object and db stuff to look after null access keys and temp services a bit better</li>
<li>key registration works on new network system</li>
<li>all downloaders use new network system</li>
<li>A/C timer tweaked a little more</li>
<li>did some timer event grammar improvements</li>
<li>improved button behaviour in import files dialog</li>
<li>backing up a server no longer causes a timeout problem</li>
<li>prototype export/import tag metadata is done</li>
<li>rewrote the way animated gif frames are navigated and thrown to screen</li>
<li>fixed an issue that was causing some dialogs to OK when escape was pressed or the close cross was clicked</li>
<li>this above issue included the enter system predicate dialog</li>
</ul>
<li><h3>version 101</h3></li>
<ul>
<li>fixed another update problem for clients &lt;v95</li>
<li>uploading pending content should be less gui-blocking</li>
<li>fixed numpad navigation of page chooser to work for qwerty rather than dvorak as default</li>
<li>os x page picker now obeys arrow and numpad keys for navigation</li>
<li>os x command key should be treated as ctrl now, for better cross-platform compatibility</li>
<li>a couple more cmd/ctrl confusions cleared up</li>
<li>os x menubar disappearing after fullscreen problem fixed</li>
<li>added stateless http connection manager</li>
<li>simplified how http works in hydrus</li>
<li>http connections now used more efficiently</li>
<li>better cookie parsing</li>
<li>better http application shutdown handling</li>
<li>some misc http bugs fixed</li>
<li>new http error handling should limit occasional spam-errors</li>
<li>moved all hydrus http connections to new manager</li>
<li>moved many non-hydrus http connections to new manager</li>
</ul>
<li><h3>version 100</h3></li>
<ul>
<li>MVC import_controller system created</li>
<li>download gauges lag reduced</li>
<li>download cancel button desync bug fixed</li>
<li>download error code harmonised</li>
<li>download async code pushed to threads</li>
<li>download job key checking and management improved</li>
<li>download queue feed timer will obey page-hidden pause status</li>
<li>download success and exception handling harmonised</li>
<li>download on-close thread-signalling much improved</li>
<li>download pages now take responsibility for download code factories</li>
<li>download management panel code harmonised</li>
<li>download management panels made much more MVC</li>
<li>download error reporting is much improved</li>
<li>download fail management is much improved</li>
<li>download button response is much faster</li>
<li>download progress display is split into the easier to read file/queue/builder trichotomy</li>
<li>download display indices are less schizophrenic</li>
<li>lots of misc improvements to download code and nomenclature</li>
<li>thumbnail page's refresh and select menu items now only appear when appropriate</li>
<li>thumbnail page's select menu will only show inbox/archive sub-items when appropriate</li>
<li>thumbnail page's menu is less buggy generally</li>
<li>db updates are now parcelised into each version, rather than one big job</li>
<li>improved db version update notification</li>
<li>a problem with updates from ~v70 to >v95 is fixed</li>
<li>fixed a bug in popup message dismissal</li>
<li>database exception formatting improved</li>
<li>database exception display spam reduced</li>
<li>database exception redundant traceback removed</li>
<li>autocomplete character-search-delay time extended from 150ms to 250ms</li>
<li>async wx window destroy code improved in certain places</li>
<li>improved non-wx-thread popup error reporting</li>
<li>some other bugfix, grammar and nomenclature stuff I can't remember</li>
</ul>
<li><h3>version 99</h3></li>
<ul>
<li>added backup database menu option</li>
<li>added restore database menu option</li>
<li>gone back to wx 2.9.5 for now</li>
<li>fullscreen scrolling should be a bit smoother now</li>
<li>fixed sessions for 'open selection in new window'</li>
<li>new regex shortcut for filename in the 'add tags before importing' dialog</li>
<li>fixed dialogs cancel-closing on an unfocused 'enter'</li>
<li>finally fixed the animation scanbar vertical sizing on preview screen</li>
<li>animation scanbar now shows gif frame rendering progress more smoothly</li>
<li>test.exe now included in windows release</li>
<li>some frame parents code cleanup</li>
<li>a tiny bit of gif code cleanup</li>
<li>deleted some old server code</li>
<li>cleaned up import pause/cancel code</li>
<li>improved hydrus's thread-communication objects</li>
<li>cleaned up downloader code and logic and gui display</li>
</ul>
<li><h3>version 98</h3></li>
<ul>
<li>update to wxpython 3.0</li>
<li>you can now add tags when importing from a zip</li>
<li>you can now download arbitrary urls from download->a raw url</li>
<li>'select files to import' dialog has massively improved file parsing, with:</li>
<ul>
<li>new gauge location</li>
<li>queueable parse jobs</li>
<li>paths that stream as they are parsed</li>
<li>pause/cancel buttons</li>
</ul>
<li>new 'check credentials' button in manage services dialog</li>
<li>new access_key_verification server request</li>
<li>fixed a very important bug that affected normal tags when adding parents or siblings</li>
<li>fixed a bug where old pending parents would not be remembered when new same-child parents were later pended</li>
<li>fixed a similar bug where rescinding parent pends would screw things up</li>
<li>pending counts will new correctly update on a sibling or parent pend rescind</li>
<li>parent tags no longer (incorrectly) remove when:</li>
<ul>
<li>removing 'just this file' child tags in 'add tags before importing' dialog</li>
<li>removing child tags in custom filter</li>
</ul>
<li>some youtube videos were not downloading due to a redirect issue. it is improved, possibly fixed completely</li>
<li>collapsible panes, like 'advanced import options', will refit dialogs on collapse/expand</li>
<li>fixed an bug in the way certain server errors were handled</li>
<li>fixed a serverside bug for GET account when using account_id as identifier</li>
<li>fixed 'modify petitioner' button in petition pages</li>
<li>fixed a bug that was preventing clearing of temp path on client startup</li>
<li>cleaned up some credentials code</li>
<li>some general code grammar improvement</li>
<li>reworded some help</li>
<li>reworked account identifiers</li>
<li>os x</li>
<ul>
<li>now has an app icon, woop</li>
<li>os x page closing logic improved</li>
<li>collections checkbox dropdown seems to work, now</li>
<li>fixed segfault on popup message close</li>
<li>thumbs loading from initial session seems to draw properly, sometimes</li>
<li>fullscreen no longer causes segfault whenever you zoom or scroll</li>
</ul>
</ul>
<li><h3>version 97</h3></li>
<ul>
<li>initial os x test build</li>
<li>collect typo fixed</li>
<li>'remove all mappings with specific namespace' added to advanced content update dialog</li>
</ul>
<li><h3>version 96</h3></li>
<ul>
<li>went over _all_ my help (about 200KB of text!), cutting down waffly paragraphs, rewritting bits that were stiff or unclear, updating screenshots, and adding several new sections people suggested</li>
<li>did a complete rewrite of how the client stores services in its database, streamlining everything</li>
<li>several bugs exposed by the services rewrite fixed</li>
<li>several moments of weirdness exposed by the services rewrite made more sane</li>
<li>new version of sqlite (3.8.2)</li>
<li>new version of python (2.7.6)</li>
<li>cleaned up a debug print statement that was spamming gauge numbers to the log</li>
<li>when loaded from a session, hdd import pages will now hide their processing panel</li>
<li>fixed namespace sorting to manage numbers again</li>
<li>collapsed the many different download gallery page classes to a single one</li>
<li>started an important rewrite of how downloaders are going to work in future</li>
<li>improved testing framework's pubsub testing support</li>
<li>subs sync daemon now restarts correctly after a dialog-driven pause</li>
<li>parents now obey siblings!</li>
<li>siblings and parents are updated on forget pending</li>
<li>got AMP message between persistent and temporary peers working</li>
</ul>
<li><h3>version 95</h3></li>
<ul>
<li>pages launched from a session will no longer run their query on startup; they will remember their thumbnails</li>
<li>import pages added to gui sessions, although they do not yet remember their progress</li>
<li>the way session pages are started is improved</li>
<li>advanced content update dialog simplified and rearranged</li>
<li>advanced content update db code written for copy operation</li>
<li>advanced content update db code written for delete operation (local service only)</li>
<li>advanced content update db code written for delete deleted operation ( local service only)</li>
<li>made first version of IMMessage objects</li>
<li>added network version checking to hydrus's AMP</li>
<li>better AMP error catching and reporting added</li>
<li>AMP tests moved further forward</li>
<li>tightened up AMP network code, fixed last bugs</li>
<li>cleaned up a huge pile of 'expiry/expires/expiration' semantic mess</li>
<li>same for some mapping_ids/mappings_ids stuff</li>
<li>removed predicate knowledge from media display classes, which was just a mess, really</li>
<li>corrected a weird param order in sessions</li>
<li>general code cleanup</li>
<li>several old instances of tuple-list yaml compromise removed</li>
<li>fixed a session bug in the testing code because of last week's manager management change</li>
<li>fixed a hydrus session bug for accounts with no expiry</li>
<li>fixed a very important server-side network version checking bug</li>
<li>added client-side network version checking</li>
</ul>
<li><h3>version 94</h3></li>
<ul>
<li>reorganised the 'add tags from path' dialogs so the regex buttons made a little more sense</li>
<li>when deleting a file, the current focus will pre-defocus</li>
<li>'confirm close client' dialog will now auto-yes after 15 seconds</li>
<li>fixed a bug when POST hydrus queries couldn't return any data</li>
<li>'failed to update repository' message made simpler</li>
<li>added tuples to pyyaml's safe_loader (which was more of a pain than I expected)</li>
<li>manager management improved, with changes reflected across all the code</li>
<li>session management prototype is done</li>
<li>query pages can be added to sessions</li>
<li>default startup session can be set in options</li>
<li>sessions are managed with new submenu under file</li>
<li>creating registration keys will show them in a new, more helpful frame</li>
<li>same for initialising a server</li>
<li>and for auto server setup</li>
<li>auto server setup has cleaner error reporting</li>
<li>new service admin accounts now have different access keys to the server admin account</li>
<li>fixed up testing framework to test AMP a bit better</li>
<li>IM session manager written</li>
<li>server db support for new session manager added</li>
</ul>
<li><h3>version 93</h3></li>
<ul>
<li>can now undo/redo all tag operations except rescind petition</li>
<li>can now undo/redo file pending, rescind pending and petition</li>
<li>improved undo/redo description generation</li>
<li>fixed a bug that was showing extraneous undo/redo actions that did nothing</li>
<li>review services frame's permissions strings will size a little better</li>
<li>new 'perform a service-wide update' button on review services frame</li>
<li>started tag-specific dialog for this new button, and began db code that'll execute its stuff</li>
<li>a little code reorganisation</li>
<li>fixed a bug in the export dialog that was throwing errors when trying to overwrite read-only files</li>
<li>moved a number of old dialog error messages to the new verbose popup system</li>
<li>when accounts are made stale (as part of client version update), they will no longer lose their privileges</li>
<li>fixed the log page to deal with (ignore) gauge messages</li>
<li>fixed a db problem in my testing framework</li>
<li>AMP IM support moved way forward</li>
<li>IM manager first draft done</li>
</ul>
<li><h3>version 92</h3></li>
<ul>
<li>encrypted instant messaging framework started</li>
<li>encrypted instant messaging test added</li>
<li>encrypted instant messaging trust framework started</li>
<li>started an AMP framework for encrypted instant messaging</li>
<li>tag A/C exact match parameter added</li>
<li>tag A/C exact match parameter test added</li>
<li>tag A/C logic reorganised and improved</li>
<li>tag A/C now gives exact matches for queries shorter than the A/C threshold</li>
<li>tag A/C threshold default set to 2</li>
<li>fixed an important architectural bug in pubsub</li>
<li>generally cleaned up pubsub code</li>
<li>'popup messages sometimes not updating' problem is fixed</li>
<li>a bit of initialisation cleanup to make startup behaviour more reliable</li>
</ul>
<li><h3>version 91</h3></li>
<ul>
<li>improved how accounts are identified in the server</li>
<li>rewrote how serverside session data is managed</li>
<li>added monthly data reset to session data</li>
<li>fixed session update on account modification</li>
<li>fixed a bug in accountidentifier generation from accounts</li>
<li>fixed a bug in account-multi-session tracking</li>
<li>server session manager unit test added</li>
<li>reworked testing to take arguments to only run specific tests</li>
<li>changed all file downloads to be more memory efficient, either by gui or subscription</li>
<li>made download testing fail better</li>
<li>added deviant art unit test</li>
<li>fixed deviant art thumb parsing error</li>
<li>fixed deviant art fullsize image parsing error</li>
<li>undo system reworked in prep for first prototype</li>
<li>undo/redo keyboard shortcuts (ctrl-z and -y) infrastructure added and db updated</li>
<li>undo works for fullscreen</li>
<li>a bunch of fullscreen keypress processing improved</li>
<li>undo manager testing added</li>
<li>added upnp option to all services</li>
<li>added upnp daemon to maintain upnp serverside</li>
<li>'copy all tags' and 'copy all tags with counts' added to tagslists</li>
<li>rejiggered a bit of the app startup, including db password check</li>
<li>found a better error noise</li>
<li>in fullscreen, the mouse cursor will no longer auto-hide when over an animation scanbar</li>
</ul>
<li><h3>version 90</h3></li>
<ul>
<li>client db unit tests added:</li>
<ul>
<li>4chan_pass</li>
<li>autocomplete_tags</li>
<li>booru and boorus</li>
<li>downloads</li>
<li>favourite_custom_filter_actions</li>
<li>imageboard</li>
<li>import_folders</li>
<li>md5_status</li>
<li>media_results</li>
<li>namespace_blacklists</li>
<li>news</li>
<li>pixiv_account</li>
<li>improved services</li>
<li>sessions</li>
<li>shutdown_timestamps</li>
</ul>
<li>fixed modify account</li>
<li>fixed modify account again!</li>
<li>made account_info respond a lot faster with large tag counts</li>
<li>neatened some client db code</li>
<li>youtube 'file already deleted' error now reported correctly</li>
<li>youtube general error reporting improved</li>
<li>fixed multiple-computer-single-account data use reporting</li>
<li>moved file parsing from nested dialogs to a single popup message gauge</li>
<li>fixed an export folder path-display issue when an install moves location</li>
<li>improved how some file downloaders process their files</li>
<li>added prototype file download status bars to all download management panels</li>
<li>fixed a bunch of tests that were cleaning up inelegantly</li>
</ul>
<li><h3>version 89</h3></li>
<ul>
<li>fixed blacklist manager for numtags</li>
<li>fixed a sql typo for numtags</li>
<li>delete from fullscreen menu fixed</li>
<li>fixed a unicode error-handling issue</li>
<li>sped up autocomplete tag fetch for large result sets</li>
<li>improved the way autocomplete dropdown scrolls</li>
<li>vastly improved efficiency of how all listboxes draw</li>
<li>the server will no longer start if something is using the server admin port</li>
<li><i>i.e. you can no longer run multiple copies of the same server by accident</i></li>
<li>improved client and server port change (service shutdown and restart)</li>
<li>improved testing framework to handle fake db reads better</li>
<li>improved testing framework to manage client and server sessions</li>
<li>several network request unit tests added:</li>
<ul>
<li>access_key</li>
<li>account</li>
<li>account_info</li>
<li>account_types GET</li>
<li>account_types POST</li>
<li>file_repo file</li>
<li>file_repo thumbnail</li>
<li>init</li>
<li>ip</li>
<li>news</li>
<li>petition</li>
<li>registration_keys</li>
<li>services GET</li>
<li>services POST</li>
<li>session_key</li>
<li>stats</li>
<li>update GET</li>
<li>update POST</li>
</ul>
<li>fixed clientside permissions exception</li>
<li>several db unit tests added:</li>
<ul>
<li>import_file</li>
<li>system_predicates:</li>
<ul>
<li>age</li>
<li>archive</li>
<li>duration</li>
<li>everything</li>
<li>file_service</li>
<li>hash</li>
<li>height</li>
<li>inbox</li>
<li>local</li>
<li>mime</li>
<li>not_local</li>
<li>num_tags</li>
<li>num_words</li>
<li>ratio</li>
<li>similar_to</li>
<li>size</li>
<li>width</li>
<li>limit</li>
</ul>
</ul>
<li>fixed a bug in system:age?</li>
<li>fixed a bug in system:duration&lt;0</li>
<li>fixed a bug in system:duration?0</li>
<li>improved num_tags logic</li>
<li>fixed system:num_tags&lt;1</li>
<li>fixed system:num_tags&gt;1</li>
<li>fixed a hash filter bug for system:similar_to</li>
<li>fixed system:similar_to for unknown hashes</li>
<li>fixed system:size Bytes</li>
<li>updated linux.html and running_from_source.html in help</li>
</ul>
<li><h3>version 88</h3></li>
<ul>
<li>moved server daemon start to a better place</li>
<li>cleaned up more server db code</li>
<li>fixed getnumpetitions</li>
<li>fixed getpetition</li>
<li>reworked modifyservices and fixed server request</li>
<li>reworked modifyservices dialog to work with new system</li>
<li>server service options now managed from modifyservices dialog; old options dialogs deleted</li>
<li>auto-repository setup restored and fixed</li>
<li>harmonised edit_log actions all across the code</li>
<li>added namespace blacklist manager</li>
<li>added namespace blacklist dialog</li>
<li>integrated namespace blacklist into:</li>
<li><ul>
<li>search by tag</li>
<li>search by tag count</li>
<li>creating media results (thumbnails)</li>
<li>autocomplete tags read</li>
<li>autocomplete tags write</li>
</ul></li>
<li>fixed a problem with deleted tags not being applied correctly on initial thumbnail display</li>
<li>started a server unit testing framework</li>
<li>added 'running in linux' info to help</li>
</ul>
<li><h3>version 87</h3></li>
<ul>
<li>misc:</li>
<li><ul>
<li>fixed system:untagged, which was doing numtags>0 by accident</li>
</ul></li>
<li>basics:</li>
<li><ul>
<li>moved client local service to twisted</li>
<li>moved server to twisted</li>
<li>cleaned up a whole lot of unrelated server stuff I haven't touched in a while</li>
<li>fixed some misc typos</li>
</ul></li>
<li>details:</li>
<li><ul>
<li>built twisted server framework to plug into hydrus</li>
<li>changed hydrus authorisation header</li>
<li>changed sessions to manage accounts, reducing server db load</li>
<li>reworked session cookie to be neater</li>
<li>cleaned up a bunch of server code</li>
<li>fixed how certain server errors were being printed to the log</li>
<li>reworked response_context to a body/path dichotomy to reduce cpu+memory on file requests</li>
<li>collapsed a bunch of GET POST requests to the same path</li>
<li>reworked server_service_identifiers to be port-independant</li>
<li>improved data use logging to support new session management system</li>
<li>moved session management to new system</li>
<li>moved error management to new system</li>
<li>integrated twisted thread into hydrus controller</li>
<li>reworked root and favicon</li>
<li>reworked local file and thumbnail requests</li>
<li>reworked restricted service requests</li>
<li>reworked admin service requests</li>
<li>reworked repository service requests</li>
<li>removed manage options query; it'll be rolled into manage services admin queries</li>
<li>updated serverdb to manage with new system, harmonising internal and external requests to one workflow</li>
<li>made server-side data use tracking simpler</li>
<li>added Content-Type header to most requests</li>
<li>improved how key registration, init, and account GET requests are handled client-side</li>
<li>harmonised how account_keys are created server-side</li>
<li>moved server management from serverdb to servercontroller, with better pubsub restart</li>
<li>moved several useful functions to the new serverconstants.py</li>
<li>fixed a max_age sessions issue</li>
</ul></li>
</ul>
<li><h3>version 86</h3></li>
<ul>
<li>timeout on connections improved</li>
<li>rewrote the objects behind the dumper</li>
<li>the dumper should now select media properly again</li>
<li>closed pages now timeout after an hour</li>
<li>upgraded to new version of sqlite</li>
<li>fixed client port bind detection and error reporting</li>
<li>you can set the client's local server's port in client options</li>
<li>local server port changes will happen when dialog changes</li>
<li>unified the upload and youtube download popup messages into one popup</li>
<li>fixed changing thumbnail size (stupid typo!)</li>
<li>added 'database->regenerate all thumbnails' to fix certain thumbnail errors</li>
<li>add a popup gauge for regen all thumbnails</li>
<li>fixed yesno dialogs, which were showing a neutral 'Cancel' button rather than a red 'no'</li>
<li>the upnp dialog's buttons now work, have fun with it!</li>
</ul>
<li><h3>version 85</h3></li>
<ul>
<li>updated to new version of wxpython</li>
<li>several key_down events moved to char_hook</li>
<li>rewrote collapsiblepane class to remove weird refit and scroll behaviour</li>
<li>a problem with adding service via a registration key is fixed</li>
<li>tag upload pending is granulated into separate queries, to reduce server and client lag</li>
<li>uploads moved to an asynchronous popup message with a gauge, rather than the modal progressdialog</li>
<li>reorganised file upload content_updates to be a bit smoother</li>
<li>fixed a redirection bug that wasn't obeying schema changes such as http->https</li>
<li>updated e621 url to https schema</li>
</ul>
<li><h3>version 84</h3></li>
<ul>
<li>switch fullscreen button added to fullscreen canvases</li>
<li>messaging stuff is disabled for now</li>
<li>gif scanbars now fill up as the frames render</li>
<li>pngs with transparency are no longer drawn with black background after first viewing</li>
<li>made a small change to listbooks to correct some gui-weirdness, particularly in local options</li>
<li>autocomplete dropdown windows will now hide-and-reposition on parent scroll events</li>
<li>autocomplete hide-and-reposition waits 250ms rather than 100ms, making it a little less flickery</li>
<li>a graphical bug related to hitting end on a large search is fixed</li>
<li>upnp framework started</li>
<li>services->manage local upnp started</li>
<li>new messagegauge added</li>
<li>fixed mp4 import</li>
<li>youtube url->formats added</li>
<li>youtube format chooser dialog added</li>
<li>youtube downloader thread added</li>
<li>youtube gauge popup added</li>
<li>youtube error handling improved</li>
<li>youtube num_bytes_done added</li>
<li>youtube unknown total_num_bytes handled</li>
<li>youtube cancel button added</li>
<li>youtube right click dismiss throws up a yes/no dialog to decide whether to cancel the download</li>
<li>started manage upnp dialog</li>
<li>closed page undo added</li>
<li>closed pages will be paused and quiet</li>
<li>pause import folders option added</li>
<li>fixed an invalid index drawing bug after removing certain media</li>
<li>thumbnail waterfall improved</li>
<li>tags are limited to 1024 characters</li>
</ul>
<li><h3>version 83</h3></li>
<ul>
<li>sort by longest fixed for files with no duration</li>
<li>reverse sort by rating fixed for files with no rating</li>
<li>sort by largest, newest fixed for files with unknown size or timestamp</li>
<li>sort by unknown/absent values sorts more accurately</li>
<li>search by num_tags and min_num_tags fixed</li>
<li>remove media thumbnail update bug fixed</li>
<li>currently viewable indices screwed up after a remove media bug fixed</li>
<li>remove all media entire black screen bug fixed</li>
<li>delete media redraw optimised</li>
<li>several message print unicode/raw byte errors fixed</li>
<li>scrollbar position calculation improved, so 'black rectangle on scrolled thumbnail canvas when num_cols changed after resize' bug should be fixed</li>
<li>'tiny black lines on small slider drag' bug fixed</li>
<li>moved a bunch of right_up events to right_down, see what you think</li>
<li>popup message cleanup is better on shutdown</li>
<li>pubsub typeerrors handled more gracefully</li>
<li>improved how options init and update works</li>
<li>client will now remember the restored size, restored position, maximised state, and screen the gui was last left at</li>
<li>client will remember all the same details for fullscreen, separately</li>
<li>these sizes _should_ rescue from offscreen if you disconnect/reposition a non-primary display</li>
<li>shift+home/end now scrolls and selects, rather than only buggily scrolling</li>
<li>I fixed a content_update bug re petitions</li>
<li>'show in new page' pages will no longer show search subbox</li>
<li>added hentai foundry tests</li>
<li>fixed hentai foundry title and creator tag parsing in certain cases</li>
<li>fixed some related html unicode issues</li>
<li>initial value on tag siblings dialog fixed</li>
<li>tag siblings and parent dialogs now start sorted by the right column (parent/older sibling)</li>
<li>setting a default collect will no longer cause a nasty crash!</li>
<li>setting an orphaned default collect will no longer cause problems</li>
<li>deselect thumbnails has improved focussed media management</li>
<li>can now select inbox or archive from right click menu</li>
</ul>
<li><h3>version 82</h3></li>
<ul>
<li>a bug where slow search results would sometimes appear after search predicates were removed has been fixed</li>
<li>a lot of autocomplete gui- and db-blocking reorganisation</li>
<li>searches are now entirely asynchronous to gui thread</li>
<li>searches are split into two granular phases, and are cancellable during processing</li>
<li>simplified system predicate storage</li>
<li>consolidated all system predicate filtering to initial db search</li>
<li>huge improvements to how the thumbnail canvas is sized and extended and drawn to</li>
<li>numerous fixes and improvements to how thumbnails are drawn to screen</li>
<li>reworked how collect works</li>
<li>and sort</li>
<li>the raw cpu time behind sorting in muuuuuuuch faster</li>
<li>clarified my listening media class</li>
<li>added another optimisation to canvas resizing</li>
<li>big improvement to canvas redrawing and refreshing</li>
<li>important fix in how client figured out what to draw when clicking in whitespace</li>
<li>thumbnail fade is much smoother</li>
<li>thumbnails should now generally draw a little smoother</li>
<li>selectall and selectnone's thumbnail fade is less cpu intensive</li>
<li>cleared up a number of collect related selection and index bugs</li>
<li>fixed a media identifier issue</li>
<li>all import-related append and drawing is muuuuch faster</li>
<li>flicker bug on small appends fixed</li>
<li>fixed a page up/down drawing bug on the main thumbnail canvas view</li>
<li>fixed an unknown-timestamp thumbnail right click issue</li>
<li>made my internal media data storage system a lot simpler</li>
<li>new sortedlist class to make some media stuff easier to manage</li>
<li>reworked how new media is added to a page of thumbs (usually import-append, but the new system supports collect- and sort-sympathetic insertion):</li>
<li>-calculating combined tags on the left can be up to ten times faster</li>
<li>-integrating new files into the sort is much quicker</li>
<li>-integrating new files into the collect is much quicker</li>
<li>-improved how new thumbnails are decided to be drawn</li>
<li>trying to archive or inbox more than one file, you'll get a yes/no dialog to confirm</li>
<li>started db testing framework</li>
<li>db tracebacks improved</li>
<li>slimmed down content_update data-side processing</li>
<li>a couple small code fixes</li>
<li>archive and inbox no longer remove from the search if the opposite system predicate is set</li>
<li>system:rating fixed</li>
<li>fixed a bug where you could middle-click-download files that had no known source</li>
<li>couple of bugs with system:ratio fixed</li>
<li>system:ratio string representation is 16:9, rather than 1.777779</li>
<li>gui thread is more intelligent in telling non-gui threads that it is busy</li>
</ul>
<li><h3>version 81</h3></li>
<ul>
<li>mp4 added</li>
<li>mp4 mime search added</li>
<li>wma added</li>
<li>wma mime search added</li>
<li>wmv added</li>
<li>wmv mime search added</li>
<li>changed to video and audio icons, rather than one for each mime</li>
<li>popup messages now dismiss on RIGHT_UP rather than RIGHT_DOWN</li>
<li>moved many more messagebox errors to the new popup error system</li>
<li>cleaned up clientgui's superfluous error handling</li>
<li>rewrote error redirection to new popup system</li>
<li>more error overhaul</li>
<li>print statements overhaul</li>
<li>better db updated statement, through popup system</li>
<li>traceback show/hide button added to new popup error box</li>
<li>copy button added to new popup error box</li>
<li>added a 'x more messages/dismiss all' popup when there are more than ten messages to display</li>
<li>review services refresh account button will disable until the server replies</li>
<li>file system predicate dialogs have better initial focus</li>
<li>streamlined server file import and improved respective data usage calc</li>
<li>made internal options storage a lot more efficient</li>
<li>cleaned up a little cache code</li>
<li>export to zip improved to new file handling system</li>
<li>upload to repo improved to new file handling system</li>
<li>some db write priority stuff switched around and renamed</li>
<li>streamlined a little client db workflow</li>
<li>neatened client db exception handling</li>
<li>db updated message is now a popup</li>
<li>removed some orphaned methods in client db</li>
<li>client file and thumbnail server requests made a bit faster and neater</li>
<li>removed db loop from export and dump file fetch</li>
<li>neatened some client and server file 404 exception paths</li>
<li>further cleaned up the way file paths are calculated and fetched</li>
<li>further cleaned db in relation to files, and removed the old mime cache, for both server and client</li>
<li>removed orphaned db export infrastructure</li>
<li>add_thumbnails in client made simpler</li>
<li>improved http response parsing</li>
<li>refactored a bunch of http response processing</li>
<li>new exception display system added for caught exceptions</li>
<li>fixed a shutdown hang on certain delete orphans failure</li>
</ul>
<li><h3>version 80</h3></li>
<ul>
<li>manage tags and ratings dialogs have their initial focus corrected</li>
<li>custom filter now obeys tag parents for tag actions</li>
<li>fixed an annoying as hell multiple-page shared-thumbnail visual-selection-status bug</li>
<li>added e621 test</li>
<li>fixed e621 tag parsing, including new species namespace</li>
<li>might have fixed a missing thumbnail error</li>
<li>fixed system:hash</li>
<li>fixed some repo file downloading stuff</li>
<li>fixed some general db fetching file info stuff</li>
<li>made x files imported from y message a little slimmer</li>
<li>fixed minsize for the main gui frame</li>
<li>added better initialsize for the fullscreen frame</li>
<li>putting a thread url into the thread_id part of the dumper will auto-convert to the thread_id</li>
<li>added dumper's multipart form data generation test</li>
<li>added generic multipart form data generation test</li>
<li>fixed dumper unicode issue</li>
<li>error reporting in dumper is a little better</li>
<li>streamlined how mime is calced</li>
<li>massively improved how mp3, flac and ogg are parsed and validated</li>
<li>massively improved the internal import files workflow to use less memory and hdd reads and writes, particularly for video</li>
<li>similarly improved server-side import workflow</li>
<li>the way temp dir works is improved</li>
<li>sped up server file/thumbnail fetch</li>
<li>reworked how thumbnails are fetched in a couple places</li>
<li>started rework of how options is stored</li>
<li>wrote mp4 properties parser, but no mp4 just yet</li>
</ul>
<li><h3>version 79</h3></li>
<ul>
<li>popup messages will now report whenever a subscription or import folder successfully imports some files, with a button to show them in a new search</li>
<li>popup messages now wrap</li>
<li>slightly better error popup</li>
<li>many more errors reported through error popup</li>
<li>old logging system switched over to new messaging system</li>
<li>popup message manager will only show ten messages at once, now</li>
<li>selectfromlistofstrings now supports enter key to select</li>
<li>completely reworked how dialog cancel works; absolutely all dialogs should now close with escape key</li>
<li>reworked how a bunch of dialogs do ok</li>
<li>a huge amount of dialog refactoring</li>
<li>made ok button initial focus of all dialogs</li>
<li>couple of bugs in service options dialog fixed</li>
<li>rejiggered some button names and focus behaviour a bit more</li>
<li>some classname refactoring</li>
<li>muchly improved string->unicode handling</li>
<li>improved timestamp generation</li>
<li>fixed a clientserviceidentifier->text bug</li>
<li>reworked how namespace cache in tagsmanager object is calculated</li>
<li>improved instantiation of noneablespinctrls</li>
<li>fixed a bug in the thumbnails download daemon</li>
<li>changed the way daemons wait for the db, much to the better</li>
<li>moved daemons out of the db object</li>
<li>rejiggered writedaemon synchrony so exceptions work</li>
<li>fiddled around with some help links</li>
<li>default, non-maximised size of client is a little more comfortable</li>
<li>custom filter now has a popup that'll let you change the custom actions mid-filter</li>
<li>server now uses new synchronous logging system</li>
<li>fixed an options save bug for server</li>
<li>updated server diagram in help</li>
<li>added test for dialog selectfromlistofstrings</li>
<li>added test for dialogyesno</li>
<li>made a framework for testing that requires network stuff</li>
<li>made a newgrounds test</li>
<li>fixed newgrounds swf parsing</li>
<li>made a framework for testing that requires file reads and writes</li>
<li>fixed a graceful-exception bug in mime parsing</li>
<li>added test for synchronous import_folders</li>
<li>added test for delete import_folders</li>
<li>wrote a test for importfolders daemon</li>
<li>import folders no longer delete or reattempt failed imports; they'll just ignore them</li>
<li>import folders are deleted on update, since old objects are obselete</li>
<li>import folders won't try to do zips any more; they'll just ignore them</li>
<li>rejiggered how import folders does its path parsing to remove mime calc cpu usage</li>
</ul>
<li><h3>version 78</h3></li>
<ul>
<li>expanded parents testing with a namespace example</li>
<li>made getgstvcp in tags manager only return numbers for vcp</li>
<li>refactored ManageDialogs to their own file</li>
<li>refactored Exceptions to their own file</li>
<li>improved my testing framework so it can do wx gui elements</li>
<li>added test for dialogchoosenewservicemethod, fixed a typo</li>
<li>added test for dialogfinishfiltering</li>
<li>added test for dialogfinishratingfiltering</li>
<li>those two finish filter dialogs are a little simpler, now</li>
<li>set up a system so dialogs are a bit simpler, in terms of button event processing</li>
<li>added test for dialogfirststart</li>
<li>added 'add parent to tag' on tag right click menu</li>
<li>added 'add sibling to tag' on tag right click menu</li>
<li>made manage parents/siblings dialog focus selection more intelligent</li>
<li>'audio - any' mime search fixed</li>
<li>reworked audio embed container significantly</li>
<li>added embed button</li>
<li>all noisy mimes are now protected by embed button</li>
<li>you can now rescind pending file uploads or petitions from thumbnail right click menu</li>
<li>fixed a redundant bit of code in process content updates</li>
<li>in modify account dialog, set account expiry to 'does not expire' fixed</li>
<li>logging now happens a little more synchronously for client</li>
<li>popup messages prototype done</li>
<li>popup message for normal text</li>
<li>popup message for some errors</li>
<li>fixed a small redundancy bug in data cache</li>
<li>fixed a localisation bug when converting numbers (1234) to formatted version (1,234, 1.234, 1 234)</li>
<li>improved the code behind 'open selection in new page' in two ways</li>
</ul>
<li><h3>version 77</h3></li>
<ul>
<li>tag parents manager unit tests done</li>
<li>completely rewrote parents pair generation</li>
<li>rewrote parents pair retrieval to be much faster</li>
<li>parents manager is much more resistant to loops</li>
<li>in two ways!</li>
<li>loop detection fixed in manage parents dialog, as well</li>
<li>fixed how deleted parents are applied to combined service identifier</li>
<li>fixed how deleted parents are applied to specific service identifier</li>
<li>tag manager unit tests done, and everything was working ok!</li>
<li>shuffled objects around a bit, unified some tag code</li>
<li>tag manager merge unit tests done, and everything was working ok!</li>
<li>tag manager merge code simplified and result rewritten to a new, simpler class</li>
<li>small bug in how preview canvas fetches tags fixed</li>
<li>finished off import folders daemon</li>
<li>added import folders gui</li>
<li>added flac support</li>
<li>added ogg support</li>
<li>added a secondary layer of mime detection for greater accuracy</li>
<li>added a tertiary layer of mime detection for greater mp3 accuracy!</li>
<li>fixed an offset bug in mime detection</li>
<li>simplified and unified client/server file info parsing</li>
<li>import error handling improved</li>
<li>neatened how special thumbs are stored, refreshed, and retrieved</li>
<li>neatened how the bmp->png conversion happens</li>
<li>improved hash->mime caching for both client and server, to speed up http retrieval time for the new filetypes</li>
<li>better mime fetch in dumper, too</li>
<li>improved debugging messages for a bunch of my custom objects</li>
</ul>
<li><h3>version 76</h3></li>
<ul>
<li>made unit testing framework</li>
<li>tag siblings object now tested properly</li>
<li>hydrusdownloading functions now tested properly</li>
<li>added simple mp3 support to client, with external launch or embed</li>
<li>added search by mp3 mime</li>
<li>added mp3 to server</li>
<li>higher precedence deleted tag siblings now overrule lower existing pairs</li>
<li>tag sibling closed loop pairs ( a, a ) are skipped</li>
<li>neatened predicate sibling matching in two ways</li>
<li>improved tag autocomplete matching logic</li>
<li>skip logic improved for like ratings filter</li>
<li>skip logic improved and button added for numerical ratings filter</li>
<li>did a little work on reducing memory usage</li>
<li>reordered data cache's memory purge, which will make huge images load better</li>
<li>fixed a zoom bug with pdf buttons</li>
<li>added some select all, select none and refresh to thumbnail right click menus</li>
<li>reorganised menus a bit anyway</li>
<li>fullscreen tags on the left are now sibling-collapsed</li>
</ul>
<li><h3>version 75</h3></li>
<ul>
<li>fullscreenpopup window added</li>
<li>fullscreenpopup window can be dragged about</li>
<li>fullscreenpopupfilterinbox</li>
<li>fullscreenpopupfilterlike</li>
<li>fullscreenpopupfilternumerical</li>
<li>accuracy slider moved to popup</li>
<li>compare same image until done added to popup</li>
<li>keep on left/random/right added to popup</li>
<li>'don't ratings filter this' added to popup</li>
<li>that annoying as hell thumbnail selection drawing state bug is fixed</li>
<li>display of flash with only one frame fixed</li>
<li>downloaded tags now work again, sorry for the disruption!</li>
<li>deleted tags will now always show in manage tags dialog</li>
<li>fixed the various problems that were stopping DELETED->PENDING->CURRENT working for tags</li>
<li>fixed the children can only have one parent bug</li>
<li>fixed a deleted tag parents bug</li>
<li>a little counting logic improved in the special deleted_pending case</li>
<li>fixed a typo re uploading file to a repo</li>
<li>main guis statusbar now has a little 'db locked' indicator</li>
</ul>
<li><h3>version 74</h3></li>
<ul>
<li>flash scanbar added</li>
<li>made new mediacontainer class for media canvas</li>
<li>extracted scanbar to separate class</li>
<li>made animation frame tracking and control more sensible overall</li>
<li>previous_frame/next_frame shortcut now works for flash as well</li>
<li>fixed age predicate for > hours</li>
<li>fixed an important 'all known tags' A/C count cache bug when multiple services have the same tags for a file</li>
<li>if you have resolve_petitions permission for a tag service, tag siblings and parents petitions need no reason</li>
<li>slight change in how un-namespaced totals are calculated in A/C read</li>
<li>collection now obeys siblings</li>
<li>thumbnail upper text now obeys siblings</li>
<li>fullscreen text now obeys siblings</li>
<li>bit of siblings code cleanup</li>
<li>a little changeup to how showselectioninnewpage collects its media</li>
<li>/asp/, /gd/, /lgbt/, /vr/ and /wsg/ added to default dumper support</li>
<li>trying out making the server non-daemon, to see how that manages</li>
</ul>
<li><h3>version 73</h3></li>
<ul>
<li>every file operation from fullscreen was broke due to a single-character typo that got propagated</li>
<li>fixed local ratings, which were broken five different ways</li>
<li>ditched the deleted_pending concept, which was actually making things more complicated</li>
<li>possible fix to review services opening on bottom level</li>
<li>dumper no longer says it is still dumping on page close if it is done dumping</li>
<li>you can now scroll the dumper's upper comment box</li>
<li>moved site links over to github</li>
<li>fixed a typo re downloading a file that is already in the db and adding tags at the same time</li>
<li>local tags delete fixed</li>
<li>tag parents now apply globally, like siblings</li>
<li>thumbnail resizer daemon is less verbose and more helpful on IOErrors</li>
<li>fixed namespace colours in manage tags dialog</li>
<li>open selection in a new page now works for single-file selections</li>
<li>upload tags progress bar misalign fixed</li>
<li>namespaced counts no longer total up in A/C writes</li>
<li>manage siblings dialog now catches collisions when you put in the old, not the pair, and asks you what you want to do</li>
<li>age predicate now supports hours</li>
<li>while search is not synchronised, A/C will now query db when it might have queried the current media</li>
<li>think I fixed a sometimes-not-initially-showing-first-frame-of-gifs problem</li>
<li>downloaders now run parsed tags through siblings and parents managers</li>
<li>maaaybe fixed a cache counts error</li>
<li>wrote a little more sibling and parent help, and updated schema</li>
</ul>
<li><h3>version 72</h3></li>
<ul>
<li>remote tag siblings!</li>
<li>remote tag parents!</li>
<li>simplified update nomenclature</li>
<li>streamlined client-to-server update objects and processing</li>
<li>streamlined server-to-client update objects and processing</li>
<li>did a bunch of work on content_updates</li>
<li>did some work on service_updates, too</li>
<li>improved client-side petition handling</li>
<li>a bunch of changes to how uploadpending works</li>
<li>the way pending downloads are stored is improved</li>
<li>mappings tables are collapsed server-side</li>
<li>file tables are collapsed server-side</li>
<li>moved tag siblings and parents to content_updates</li>
<li>moved file upload/download to content_updates</li>
<li>reworked tag content_updates to be more streamlined</li>
<li>addfile/tagrepositoryupdate is made entirely content_updates, now</li>
<li>simplification in the way deleted content is stored</li>
<li>repo update processing string is muchly improved</li>
<li>repo update processing is smoother!</li>
<li>a slight change to default behind-the-scenes searches</li>
<li>improved how the server creates updates on service init</li>
<li>improvements to service_identifiers_to_statuses_to_tags sub-init and related parts of tags_manager</li>
<li>some misc nomenclature improvements</li>
<li>fixed a denypetition bug for file repositories</li>
<li>fixed optimised petition handling in server</li>
<li>fixed posting tags in dumper</li>
<li>fixed a problem with getunknownaccount</li>
<li>server now analyses on vacuum, like client</li>
<li>fixed a lolbug in thumbnail resizer daemon that was continually resizing thumbs</li>
<li>fixed a bug in cache counts, which should fix the 'pending menu disappeared' problem</li>
<li>corrected num_archive count in file repos</li>
<li>downloading files is simpler and faster; download menu is simpler</li>
<li>fixed server initialisation</li>
<li>updated to new sqlite version</li>
</ul>
<li><h3>version 71</h3></li>
<ul>
<li>collapsed the four mappings tables into two tables</li>
<li>merged the two active_mappings tables into the mappings table</li>
<li>made a <i>great</i> number of changes to how mappings and active_mappings are stored and processed throughout</li>
<li>'active' and 'null' nomenclature is now 'combined'; null service_ids are now just ints</li>
<li>improved deletepending so it isn't so tough on the a/c cache</li>
<li>tags regex dialog entries 'for all files' and 'just for this file' was all broke</li>
<li>A/C read now bumps the exact match of the entry to the top of the list, if its count is non-zero</li>
<li>fixed A/C for weird-character queries, like '['</li>
<li>the dumper now makes success/error noises as appropriate</li>
<li>you can turn these noises off in the new sound tab in file->options</li>
<li>screwed around with garbage collection while checking mimetypes during pre-import</li>
<li>adding a tag parent will spam-add the actual parent tags to every child instance for the appropriate service</li>
<li>updated db diagrams</li>
<li>revised my sibling chain collapsing algorithm</li>
<li>locked db on init dialog message is improved a little</li>
<li>system:limit added to combined file service searches</li>
<li>num pending menu counts now split into with (pending/petitioned)</li>
<li>corrected a server db index oversight</li>
<li>newgrounds title tag fixed</li>
</ul>
<li><h3>version 70</h3></li>
<ul>
<li>tag parents db stuff</li>
<li>tag parents manager</li>
<li>tag parents predicate and matches indented expansion</li>
<li><blockquote>and drawing it!</blockquote></li>
<li>tag parents top result reordering</li>
<li>tag parents top result insertion</li>
<li>tag parents actually doing what they do</li>
<li>polished off tag parent help</li>
<li>made a full-search table to speed up tag A/C requests</li>
<li>added tag full-text search</li>
<li>reworked how tag and file services add and reset, to reduce A/C time</li>
<li>reworked recalc active mappings to be more beautiful, if not faster</li>
<li>fade animation timer improved in several ways</li>
<li>thumbnail fetch made much smoother</li>
<li>newgrounds artist downloading for games and movies added</li>
<li>newgrounds subs added</li>
<li>download panel input now highlights on init</li>
<li>4chan filename tag added</li>
<li>the setfocus on filter close is neater</li>
<li>age phrase is now 'imported [time] ago'</li>
<li>age is now shown in fullscreen</li>
<li>can now copy file from fullscreen, from menu or shortcut</li>
<li>4chan pass authentication improved</li>
<li>fixed a couple tag service precedence sync bugs</li>
</ul>
<li><h3>version 69</h3></li>
<ul>
<li>first dialog for tag siblings</li>
<li>tag siblings db table</li>
<li>tag siblings manager in controller</li>
<li>tag siblings display in tagsboxcpp</li>
<li>tag siblings display in tagsboxflat</li>
<li>tag siblings display in tagsboxmanage</li>
<li>tag siblings display in tagsboxactiveonly, via A/C dropdowns, for both read and write</li>
<li>top result sibling switcheroo in A/C write</li>
<li>A/C db fetch now does siblings too</li>
<li>db tag search does siblings</li>
<li>siblings help, with some nice mini-charts</li>
<li>I fixed collections, which were typo-broke; I'll make sure it doesn't happen again</li>
<li>more granular subs error handling, meaning individual file failures won't crash an entire sub</li>
<li>individual subs can now be paused</li>
<li>e621 fixed for real this time</li>
<li>A/C improvement that slows tag updates a little but should stop A/C lag after an update</li>
<li>as a result, trying out dropping the CPU-intensive fatten_ac_cache maintenance call</li>
<li>A/C read will now update system preds every time you click on it, so inbox/archive counts will stay accurate</li>
<li>A/C "all known files + tags" will no longer show the mega-laggy total file count</li>
<li>a list -> tuple convenience fix in sanelistctrl</li>
<li>if you don't have any pixiv credentials set up, you will now no longer get the option to start downloading pixiv stuff</li>
<li>fixed a tiny typo in the thumbnail resizer that made it wait far more politely than was intended</li>
<li>slight change to ratio system pred that fixes some lockups, sometimes, I think</li>
<li>fullscreen flash and video will get a pixel of whitespace on the right</li>
</ul>
<li><h3>version 68</h3></li>
<ul>
<li>fullscreen view now takes addmediaresult</li>
<li>export to zip!</li>
<li>import from zip, with tag regex stuff too!</li>
<li>export to encrypted zip!</li>
<li>import from encrypted zip!</li>
<li>import encryption help in advanced.html</li>
<li>import process code processes mimes less jankily</li>
<li>delete after successful import checkbox added</li>
<li>import regex tags dialog now has # namespace</li>
<li>import regex tags dialog collects its info a bit more intelligently</li>
<li>new confirm exit client option</li>
<li>subs will save their progress every 20 files downloaded, so pause/restart is less punishing</li>
<li>simplified thumbnail cache retrieval</li>
<li>some thumbnail waterfall and animation tuning, let me know what you think</li>
<li>e621 fixed</li>
<li>danbooru fixed</li>
<li>reworked booru gallery page num calc, which was completely screwed</li>
<li>DA fixed for most cases</li>
<li>booru thumb parsing made a _little_ more permissive</li>
<li>server now uses the same new file storage system as the client</li>
<li>download cancel buttons have a little better feel</li>
<li>new thumbnail prefetch thread makes thumbs load a load faster</li>
<li>fixed a little rubbish naming semantics in ClientGUI</li>
<li>reorganised and streamlined much of the encryption code</li>
<li>updated a bunch of help screenshots</li>
</ul>
<li><h3>version 67</h3></li>
<ul>
<li>subscription db access improved</li>
<li>subscription 'delete subs seemingly at random' bug fixed</li>
<li>some nice subs help</li>
<li>subs and repos, if changed during a pause, will restart with new changes</li>
<li>subs and repos will automatically pause while their respective dialogs are open</li>
<li>new namespace | regex listctrl in regex dialog, instead of old sctvcp rubbish</li>
<li>new /aa/aa...0 file storage system for client</li>
<li>fixed deleteorphans mime issue</li>
<li>export and copy files now export writeable files, not read-only</li>
<li>rejiggered daemon db access, improving maintenance reliablity</li>
<li>dumper and 'show in new page' pages now process content updates correctly</li>
</ul>
<li><h3>version 66</h3></li>
<ul>
<li>subscriptions done! works for all normal download types</li>
<li>pause repo sync, pause subs sync</li>
<li>all download sites moved to the new system</li>
<li>lots of small changes to how download code works</li>
<li>pixiv tags is renamed to pixiv tag, since it only does one!</li>
<li>fixed DA</li>
<li>fixed DA again!</li>
<li>fixed DA tag parsing for all the diff types of username re http://help.deviantart.com/106/</li>
<li>fixed pixiv, somewhat</li>
<li>fixed giphy</li>
<li>fixed boorus for gallery_advance_num > 1</li>
<li>boorus reset in db to default</li>
<li>fixed copy files</li>
<li>fixed getmime</li>
<li>a silly parent assignment for A/C meant they were not closing with pages</li>
<li>made the cpu burn for the thumbnail resizer a bit more polite on hdd</li>
<li>repo sync daemon and subs sync daemon combined</li>
<li>some timing adjustments in sync daemon</li>
<li>subscription_type constant -> site_download_type</li>
<li>fixed temp folder being cleared on startup (a read-only issue)</li>
<li>advancedoptions classes now support setinfo</li>
</ul>
<li><h3>version 65</h3></li>
<ul>
<li>added subscriptions dialog</li>
<li>added prototype subscription daemon, but not yet activated it</li>
<li>added downloader classes</li>
<li>began reorganisation of nearly all download code</li>
<li>moved parsing around</li>
<li>moved advancedhttpconnection around</li>
<li>moved serviceupdate around</li>
<li>moved some content_update stuff around</li>
<li>moved some constants around</li>
<li>files in client_files now have extensions</li>
<li>files in client_files are now read only</li>
<li>pdf launch is simplified as a result of this new ext stuff</li>
<li>fixed find similar images; it was just a typo</li>
<li>also fixed initial predicates string display</li>
<li>rejiggered the thumbnail resizer again; due to my stupidity, it was causing lag</li>
<li>thumbnail resizer burns a little more cpu when there are >10,000 or >100,000 thumbnails to render</li>
<li>it also now does thumbs in random order, for a couple of good reasons</li>
<li>upgraded sqlite, hopefully some queries will run faster?</li>
<li>upgraded to python 2.7.4. please report any weird errors</li>
</ul>
<li><h3>version 64</h3></li>
<ul>
<li>got rid of system:not_uploaded_to - now system:file service, which is a lot more powerful</li>
<li>some display changes to system predicates to make them a bit more human-readable</li>
<li>added export dialog</li>
<li>made a couple small changes to help about the export dialog</li>
<li>collect by rating</li>
<li>sort by rating now works for collections, using an estimate (only accurate when also collecting by that rating)</li>
<li>built a custom radiobox class and added it to ratings dialog so it has radio buttons again</li>
<li>new ratings filter for local_ratings_like services. works just like normal inbox filter</li>
<li>added a little info in help about this new filter</li>
<li>new session manager for pixiv and hentai foundry, reducing number of session inits the client has to do</li>
<li>new init welcoming window for first boot</li>
<li>new politer error message for when db is locked on boot</li>
<li>shift+arrow keys now pan in fullscreen mode. you can change them in options as normal, if you like</li>
<li>resize thumbnails daemon is now part of maintenance thread stuff. hopefully less blocking now</li>
<li>inbox pages will remove media when you archive stuff, again. this is just a bit I forgot to update from last week's predicate overhaul</li>
<li>fixed and changed the way hitting the change tag service button works</li>
<li>I fixed previews and fullscreen cache estimate in local options too!</li>
<li>fixed giphy so it works with their new api</li>
<li>rejiggered the update notification order to be a bit more accurate</li>
<li>updated auto-setup code and help to use new no-ip domain rather than old raw ip</li>
<li>v64 will also update the old ip to the new no-ip domain automatically</li>
<li>bit of variable renaming</li>
<li>cleaned up a couple menu memory leaks</li>
<li>updated a little of future.html</li>
</ul>
<li><h3>version 63</h3></li>
<ul>
<li>added include/exclude namespace predicate</li>
<li>added intelligent delay to A/C to smooth out db requests</li>
<li>rejiggered the A/C code so that spamming/pasting several characters and then deleting some will re-search for matches as appropriate</li>
<li>cut size down to just B, KB, MB, GB</li>
<li>maybe I fixed system:ratio in certain cases!</li>
<li>some general predicates display syntax changes</li>
<li>(archive/inbox) and (local/not local) mutual exclusivity with new system</li>
<li>system:num_words</li>
<li>right click -> open selection in new page</li>
<li>upgraded from PIL to Pillow, to zero noticeable effect lol</li>
<li>had another look at dodgy animated gif transparency; couldn't figure it out</li>
<li>CMYK jpegs images now supported! interlaced pngs simply not supported with PIL/Pillow yet</li>
<li>numpad delete added as a valid shortcut key</li>
<li>removed an old buggy deleteorphans line</li>
<li>new thumbnail resize daemon to fill out the thumbnails directory in the background</li>
<li>collections with only one file will now be converted to singletons</li>
<li>screwed around with locale settings. not sure if this will break things!</li>
<li>manage tags and ratings now in fullscreen rmb menu</li>
<li>on downloads, ( url -> hash ) pairs are stored in db, even if the file was already deleted or already in db</li>
<li>a few additions to help</li>
<li>reworked the spinctrls system preds to not have 100 as default max</li>
<li>changed a bunch more spinctrls, including memory sizes, in local options</li>
<li>and a statictext that wasn't showing number of thumbs for cache size</li>
<li>bugfix in ratings filter</li>
</ul>
<li><h3>version 62</h3></li>
<ul>
<li>remade a/c dropdown to a better, less buggy class</li>
<li>reworked a little of the a/c dropdown focus logic</li>
<li>reworked a little of the a/c dropdown show/hide logic</li>
<li>a 'sometimes hangs on "gui" on startup after crash' bug is fixed</li>
<li>can copy from listboxes with new right click menu</li>
<li>dumper page will protest if you try to close it while it is still dumping</li>
<li>import page won't protest if you try to close it while paused</li>
<li>num_words will show on pdf right click</li>
<li>fixed the network version mismatch exception, exactly one week late lol</li>
<li>couple of tiny menu memory leaks removed</li>
<li>couple of misc gui tidies</li>
<li>custom filter favourites save and delete buttons will grey out as appropriate</li>
<li>bit of general code cleanup</li>
<li>we nested classes now</li>
<li>moved contentupdate class from cc to hc, in prep for repo update rewrite and contentupdate gen</li>
</ul>
<li><h3>version 61</h3></li>
<ul>
<li>session db tables</li>
<li>session manager objects</li>
<li>session net code done</li>
<li>session failure recovery</li>
<li>registration key table</li>
<li>registration key requests</li>
<li>some registration help added</li>
<li>harmonisation of many http request names</li>
<li>extracted uploadpending code from db transaction, making it a lot more polite and architecturally correct</li>
<li>pixiv now parses the ascii creator name as well as the japanese counterpart. No option to choose between them yet!</li>
<li>improved processcontentupdate to support more actions, making db a little more serial</li>
<li>home and end now scroll to focussed media</li>
<li>some http timeout tweaks, to stop the 'can't connect to server' problems on complicated queries</li>
<li>a typo in modify account types was fixed</li>
<li>manage tags dialog shouldn't fritz out quite so much when a service doesn't have post_data permisisons</li>
</ul>
<li><h3>version 60</h3></li>
<ul>
<li>pixiv account management dialog</li>
<li>pixiv gallery parse</li>
<li>pixiv page tag parse, including creator and title</li>
<li>pixiv user download</li>
<li>pixiv tag download</li>
<li>collapsed the page chooser a little to fit pixiv in comfortably</li>
<li>pdf support!</li>
<li>pdf launching via preview/fullscreen button</li>
<li>pdf header parsing with num_words rough estimate</li>
<li>system:mime=application/pdf</li>
<li>system:mime=application</li>
<li>custom filter favourites done! with default, previous, save, save as and delete</li>
<li>some small changes to temp folder logic</li>
<li>vastly improved scroll-thumbnail-prefetch logic. important bits all rewritten and made sane. data and gui rows line up better, with fewer bugs</li>
<li>vastly improved thumbnail fade. now attempts to render at 60fps, and calculates alpha much more efficiently</li>
<li>thumbnails won't fade if they are off-screen; they'll just draw in one frame</li>
<li>fixed thumbnail last row drawing problem (again!)</li>
<li>due to daemon-db-spam, db maintenance check was only firing on pc wake from sleep, now it fires properly every twenty idle mins</li>
<li>maintenance timer won't fire directly after waking from a sleep</li>
<li>deleteorphans copes with alien files a bit more gracefully</li>
<li>A/C appearing on top is mostly fixed</li>
<li>some general A/C weirdness is fixed/made better</li>
<li>reworked some of the thumbnail selection and scrolling code to line up better</li>
<li>thumbnail window will stop spamming 'scroll to focus' every time something small changes. it should only do it on fullscreen close and non-ctrl or -shift mouse/key events now</li>
<li>some general focus code was looked at</li>
<li>ratings filter now supports the fullscreen_switch shortcut</li>
<li>just a couple changes to help to include the new 'f' fullscreen_switch shortcut</li>
<li>10s timeout on http queries</li>
<li>http redirect code is improved</li>
<li>http cookie handling code is improved</li>
<li>made hf session establishment a bit cleverer</li>
</ul>
<li><h3>version 59</h3></li>
<ul>
<li>new vastly improved 'collect by' dropdown</li>
<li>fullscreen 'f' shortcut</li>
<li>fullscreen default option</li>
<li>added tumblr prototype parser, with tags</li>
<li>server init and repository init typos are fixed</li>
<li>a misaligned sizer was fixed</li>
<li>a bunch of spinctrls no longer init at <= 100</li>
<li>the problem with the last thumbnail rows sometimes not drawing properly should be fixed</li>
<li>A/C lag calculates a little more intelligently</li>
<li>manage ratings for collections now works</li>
</ul>
<li><h3>version 58</h3></li>
<ul>
<li>new custom staticbox sizer/panel put in about fifty places</li>
<li>big layout changes in management panels</li>
<li>I made a new, better set of sizer flags for nested sizers</li>
<li>testing out several new borders</li>
<li>several other small layout changes, lining things up</li>
<li>a few colour changes with the new classes</li>
<li>advanced options class is better, more streamlined</li>
<li>advanced options class is less flickery, I think</li>
<li>A/C spazzes out less when dragged about</li>
<li>A/C queries db less annoyingly, especially when you type fast</li>
<li>the thumbnail display draws its whitespace a little better, filling in the right-hand and bottom-end gaps</li>
<li>importing thumbnails now add to the last row one thumb at a time (rather than at one row at a time) once the scrollbar appears</li>
<li>shift + f7 now sends things back to inbox, like a reverse archive.</li>
<li>this works from thumbnail menu</li>
<li>and in fullscreen</li>
<li>new menu item 'remove these' for thumbnails, anywhere, including dumper!</li>
<li>'tags just for this file' now works a looooot better! it unions all selected tags, and detects deselections better</li>
<li>giphy downloader added</li>
<li>giphy tags added, thanks to @fluffy_cub</li>
<li>copying file now _also_ copies paths to clipboard; depending on where you paste, you'll get the files or the text appropriately</li>
<li>new shortcut (default ctrl+m) for 'focus media'</li>
<li>focus search now works for manage tags and tags regex dialogs</li>
<li>think I worked out the last of the up/down arrow cursor shortcut problems</li>
<li>a ton more code cleaning</li>
<li>hentai foundry artist not found 404 error detected</li>
<li>in regex dialog, tags are cleaned before display on screen</li>
<li>4chan ban is now recognised, and thread dumps are hence suspended</li>
<li>when ordering tags by incidence, disputes are now resolved by lexicographic</li>
<li>fullscreen init is a little faster for the first image</li>
<li>select imageboard dialog now toggles tree with double click</li>
<li>select imageboard dialog is also taller</li>
</ul>
<li><h3>version 57</h3></li>
<ul>
<li>added quick vs accurate slider for numerical ratings filter</li>
<li>new slider will remember where you left it last</li>
<li>ratings filter internal comparison logic is more sane</li>
<li>'already rated' will now show the specific rating beside it</li>
<li>ratings filter (hopefully!) chooses better comparisons, in about four different and new ways</li>
<li>you can now ratings filter just one file</li>
<li>ratings filter code is neatened a whole lot, especially on my horrible variable names</li>
<li>I may have fixed an equality ratings filter bug</li>
<li>internal rating data -> pretty text for display is more flexible and accurate</li>
<li>going back several steps on ratings filter will no longer forget to re-rate already rated files</li>
<li>delete from dumper no longer screws with the indices</li>
<li>dumper is more stable, less likely to bail on the whole dump if something odd happens</li>
<li>dumper should recognise duplicate file errors and recover the fail</li>
<li>if the user has idled for the last twenty minutes, the db checks to see whether it can optimise itself</li>
<li>fixed flickering on fullscreen drag</li>
<li>fixed flickering onn fullscreen image init, meaning smoother mousewheel/whatever scrolling</li>
<li>fixed a graphical glitch in manage boorus dialog, and a bunch of others (removed all staticboxsizers)</li>
<li>fixed a similar glitch in manage ratings dialog - it now has dropdowns; I'll probably make it radio buttons again soon</li>
<li>fullscreen page navigation (previous, next, first, last) shortcuts are now customisable</li>
<li>custom filter now supports these new page nav shortcuts</li>
<li>can now do home/end and page up/down in shortcuts</li>
<li>shortcuts listctrls now sort by action by default</li>
<li>I improved the my custom listctrl's code generally</li>
<li>little less ugly code, here and there</li>
<li>fixed a whole ton of regular little bugs</li>
</ul>
<li><h3>version 56</h3></li>
<ul>
<li>new existing tag sort dropdown</li>
<li>an option to set default existing tag sort</li>
<li>dumper error logic improved</li>
<li>dumper now does random sort properly!</li>
<li>double buffering hilariousness</li>
<li>some reordering of the local options dialog</li>
<li>made a 'shortcut' entry object</li>
<li>made a parent frame object</li>
<li>collection thumbnails will redraw if the sort changes</li>
<li>add media and add thumbnail data and graphics logic is improved</li>
<li>4chan pass now authenticates for an entire year</li>
<li>bit more in help about the autocomplete tag entry</li>
<li>tag petition processing speed is a loooot faster</li>
</ul>
<li><h3>version 55</h3></li>
<ul>
<li>custom filter prototype ready!</li>
<li>added some info on custom filter to help (in advanced.html)</li>
<li>you can now set a default tag service in options</li>
<li>tag rexeg dialog's listctrl refreshes without scrolling up to the top every time</li>
<li>tag for this file in tag regex dialog applies to all selected, not just the first</li>
<li>scrolling in autocomplete entry will scroll services in manage tags and tags regex dialog</li>
<li>ctrl+scrolling in autocomplete entry will scroll through results</li>
<li>complete rewrite of image prefetch calculation</li>
<li>couple of content-update display bugs in ratings filter fixed</li>
<li>in manage ratings dialog, sliders will preset to best guess at current score</li>
<li>dumper should be fixed</li>
<li>resized active predicates box (much smaller)</li>
<li>a deprecated call updated</li>
<li>added some forum extensions</li>
</ul>
<li><h3>version 54</h3></li>
<ul>
<li>several new flash key and mouse event bugs fixed - now: mouse in = to flash | mouse out = to frame</li>
<li>the problem with scrollable management windows not drawing things on scroll is fixed; staticboxsizers now replaced with "- title -"</li>
<li>ratings filter now accepts several shortcut keys, directing to whichever window the mouse is over</li>
<li>the ratings filter windows will redraw themselves appropriately on content and service updates, e.g. changing tags with F3</li>
<li>ratings filter will choose the files to compare to more intelligently, both from the db and the currently-rated pool</li>
<li>the way services are identified behind the scenes is entirely overhauled and improved</li>
<li>the review service dialog is better as a result</li>
<li>all dialogs will now cancel-exit on pressing escape</li>
<li>started fade in and out for thumbnails</li>
<li>up cursor arrow in filter now skips</li>
<li>the tags regex dialog is refitted so it will refit on small screens better</li>
<li>dumper now dumps in its own thread (no longer locks up the gui while uploading)</li>
<li>the calculation of num_frames for flvs was off by a thousand, lol</li>
<li>synchro/wait shortcut typo fixed</li>
<li>inbox and other icons moved to background in fullscreen</li>
<li>fullscreen makes less db queries r.e. ratings</li>
<li>a couple managementpanel resize issues corrected</li>
<li>a couple drawing/flickering issues corrected</li>
<li>some updates to help</li>
<li>I made a forum to my site, and added links in the client and help</li>
</ul>
<li><h3>version 53</h3></li>
<ul>
<li>several terrible ratings filter bugs fixed</li>
<li>ratings filter can now rate files internally</li>
<li>ratings filter frame now has a statusbar</li>
<li>system:rating:service=uncertain added</li>
<li>upgraded to wx2.9, which included a ton of bug fixes</li>
<li>sort by namespace wasn't working due to an odd typo</li>
<li>collect by logic changed a little so that 'none' values are collected</li>
<li>the shutdown lag from v52 is corrected</li>
</ul>
<li><h3>version 52</h3></li>
<ul>
<li>ratings filter prototype is done</li>
<li>bit of help docs</li>
<li>more intelligent cpu burn on shutdown</li>
<li>dumper can manage flood time error, and recover from it</li>
<li>whole load of work done on mappings optimisation, meaning mappings updates, uploading mappings and approving petitions work about 100x faster!</li>
<li>forgetting pending uploads now throws up an ok/cancel dialog</li>
<li>had another look at overwriting deleted tags</li>
</ul>
<li><h3>version 51</h3></li>
<ul>
<li>dumper deals with failed uploads better, although there is more work to do.</li>
<li>flv support for client and file repo!</li>
<li>reworked tag services' permissions calculations on thumbnail menu</li>
<li>new fatten A/C cache on shutdown</li>
<li>system:untagged works again for null tag repo ('all known tags')</li>
<li>advanced import options now default no limit for size and resolution</li>
<li>ratings service now have a little info on the review services frame</li>
<li>new shortcut keys (ctrl-b and -n) for animated gif previous/next frame in fullscreen</li>
<li>added thoughts on plurals to tag schema help page</li>
<li>hentai foundry downloads now interleave pictures and scraps</li>
<li>removed db locks on file/thumbnail reads</li>
<li>you can open the page picker frame with the mouse by going view->pick a new page</li>
<li>the copy->whatever thumbnail menu is more concise</li>
<li>system:hash now works for null file repos ('all known files')</li>
<li>there is now a title: regex on the tag regex dialog</li>
<li>servers now store updates in a folder, not inside their dbs.</li>
<li>couple misc changes to help pages</li>
</ul>
<li><h3>version 50</h3></li>
<ul>
<li>4chan pass added</li>
<li>captcha timings in dump are better</li>
<li>dumper's file ordering is less insane</li>
<li>some general updates to regex tag dialog</li>
<li>new box on regex tag dialog for tags for single files</li>
<li>regex tag dialog now supports arrow key up and down to change repo</li>
<li>entirely new and vastly improved listctrl class</li>
<li>collect by is now a thousand times more complicated, but also much more powerful</li>
<li>the top-left media-flicker display bug in fullscreen is fixed</li>
<li>some logging improvements</li>
<li>some tag cleaning improvements</li>
<li>thumbnails have less cluttered tag headers</li>
<li>some small changes to help</li>
<li>fullscreen precache doesn't do gifs any more, which should make things smoother</li>
<li>got rid of the awful view pending uploads dialog. I'll improve it later</li>
<li>started remote ratings, but its not done yet</li>
</ul>
<li><h3>version 49</h3></li>
<ul>
<li>local rating like service</li>
<li>local rating numerical service</li>
<li>ratings dialog</li>
<li>ratings drawn on preview and fullscreen canvas</li>
<li>search by rating</li>
<li>system:rating in options</li>
<li>sort by rating</li>
<li>a ratings help page added</li>
<li>custom shortcuts</li>
<li>overhauled shortcuts code</li>
<li>a new, comprehensive regex menu in the regex tag dialog</li>
<li>extensive new hentai foundry search and sort options</li>
<li>a new option regarding the search style of tag A/C entries</li>
<li>thu dumper can now dump with tags</li>
<li>regex tag dialog selects tag A/C on page change</li>
<li>regex tag dialog's button now now shows in import dialog even if there are no remote tag dialogs with POST privilege</li>
<li>A/C is slightly faster in all cases</li>
<li>preview canvas now updates on a content update</li>
<li>numtags = 0 and numtags > 0 now work for pending tags</li>
<li>shift- or Ctrl-Click no longer deselects</li>
<li>listbook renaming and resizing bug fixed</li>
<li>collections thumbnail is fixed</li>
<li>sometimes, an empty tag, '', could be entered into pending and screw a lot up</li>
<li>sometimes, a null tag could be entered into pending and screw a lot up</li>
<li>advanced tag options has better checkbox defaults</li>
<li>some help screenshots updated</li>
<li>the db's processing is slightly rebalanced</li>
<li>the db's startup is slightly rebalanced</li>
<li>a misc gui bug was fixed</li>
<li>a misc gui typo was fixed</li>
</ul>
<li><h3>version 48</h3></li>
<ul>
<li>New copy path and copy url menu entries on thumbnail right-click menu</li>
<li>Gif scrollbar</li>
<li>Hentai Foundry parsing errors fixed</li>
<li>Hentai Foundry 404 errors fixed</li>
<li>All the html parsers are rewritten using BeautifulSoap</li>
<li>Flash now zooms full, but not fit</li>
<li>Filter is now F12</li>
<li>Help is updated in a number of ways</li>
<li>Up/Down on empty input to change repository in manage tags dialog is fixed</li>
<li>The servers now support OPTIONS requests</li>
<li>Several status typos fixed</li>
<li>I started local ratings services</li>
</ul>
<li><h3>version 47</h3></li>
<ul>
<li>Hentai Foundry interface is done, for both artist and tag searches</li>
<li>A/C gui reorganisation</li>
<li>A/C file and repo buttons added</li>
<li>A/C cache count alterations to match those buttons</li>
<li>A/C tag processing is cleaned up</li>
<li>Search and thumbnail-action improved to support null file service or non-null tag service</li>
<li>system:numtags=0 and system:numtags>0 optimised to be much faster</li>
<li>Ctrl+I now switches searching immediately/waiting</li>
<li>z now switches between zoom full and zoom fit in fullscreen view</li>
<li>advanced import options now has exclude already deleted files checkbox</li>
<li>Thumbnails choose the way they access the db more intelligently</li>
<li>ManagementPanel colour is changed, hmmm</li>
<li>Some DB cleanup</li>
<li>Some general code cleanup</li>
<li>Some download logic improved, including timer</li>
<li>Some download status improved</li>
<li>Download 404 notices better</li>
<li>DeviantArt now initially shows 'artist username' in its searchbox</li>
<li>Some code nomenclature improved</li>
<li class="dealwithit">I've made a changelog.html, compling all changes together.</li>
</ul>
<li><h3>version 46</h3></li>
<ul>
<li>DA parsing CLEAR</li>
<li>rule34@paheal parsing CLEAR</li>
<li>tbib (another booru) parsing CLEAR</li>
<li>Canvas rearranging</li>
<li>Preview now shows tags</li>
<li>The autocomplete tag write dialog will promote existing exact matches to the top of the list, even if it is not the most popular.</li>
<li>Autocomplete lists now scroll with the mouse.</li>
<li>A/C scrolling is a little more accurate.</li>
<li>Pressing up or down on an empty A/C entry will change tag repository.</li>
<li>A sledgehammer has been applied to the python garbage collector.</li>
<li>The code that navigates boorus is better.</li>
<li>The import queuing/pausing/cancelling system is better.</li>
<li>Booru tag-processing is better.</li>
<li>The import-queue gui is slightly better sized on small screens.</li>
<li>The new local tags service now shows up in advanced tag options.</li>
<li>Even more flicker is removed from the main thumbnail view, this time when clicking on whitespace. (it was a stupid bug)</li>
<li>Serverside db-backup now includes the WAL file.</li>
<li>Manually adding an admin service is fixed.</li>
</ul>
<li><h3>version 45</h3></li>
<ul>
<li>Local tags: DONE</li>
<li>Thread watcher: DONE</li>
<li>Fullscreen now shows tags</li>
<li>Preview shows some more file + tag info</li>
<li>Listbooks load their panels on demand.</li>
<li>Local options dialog is now a listbook.</li>
<li>Some incorrect <20>sample image<67> downloads from danbooru are fixed. Danbooru<72>s inner workings remain a 404-cluttered mess though.</li>
<li>Some remaining utf-8 html parse errors (where a limited content-type header is given) are cleared up.</li>
<li>Another connection problem (a certain case of the server closing the connection) is now properly recovered from.</li>
<li>Some flicker in the thumbnail view is reduced, but my slow laptop still shows some, so I need to revisit this.</li>
<li>Autocomplete tag boxes now have little tooltips better describing their search domains.</li>
</ul>
<li><h3>version 44</h3></li>
<ul>
<li>All database triggers are removed and replaced with more efficient inline code.</li>
<li>Cached number of files, namespaces and tags for a tag repo are kept updated, so review services should rarely take very long to load.</li>
<li>Cached number of A/C counts (current and pending) are kept updated, so A/C results should rarely take very long to load.</li>
<li>The way A/C cache searches are done is improved.</li>
<li>The way A/C cache entries are calculated is vastly improved.</li>
<li>The way several db SELECT DISTINCT * and SELECT COUNT( DISTINCT * ) queries are performed is improved.</li>
<li>The custom httpconnection object is improved to better deal with server-side connection closes. (Cannot connect to server problem)</li>
<li>The custom httpconnection object does http redirections more intelligently.</li>
<li>The custom httpconnection object now parses non-ascii content-type (e.g. utf-8) properly, according to server-side header. The tag <20>pok<6F>mon<6F> will now parse correctly.</li>
<li>e621 and rule34@booru.org are fixed. (just a couple parsing-variable changes)</li>
<li>If some tag parsing entries are checked on a booru download page, the tags will be downloaded, parsed and applied even to files already in the database.</li>
<li>The mouse cursor will remain visible in the fullscreen browser while the right click menu is open.</li>
<li>I corrected some which->that grammar in a couple dialogs.</li>
<li>Auto-repo-setup (from the help menu) was broken in a very stupid way, but I fixed it. I apologise for not noticing.</li>
<li>Thumbnails now show creator and title up top. They are a bit crushed, so I may rearrange them.</li>
</ul>
<li><h3>version 43</h3></li>
<ul>
<li>Updated import + booru code</li>
<li>New booru buttons</li>
<li>Cut tag parse bug fixed</li>
<li>Download preview instead of real file bug fixed (I think)</li>
<li>Fixed the <20>thumbnails not appearing on import<72> bug</li>
<li>Import flickers less</li>
<li>Media Classes rewrite is done, although I<>m not totally happy. Have to think about it.</li>
<li>A problem with pending tags applying over existing tags no flushing correctly is fixed.</li>
<li>A/C cache is better, but still a little slow on slow computers.</li>
<li>system:duration=0 is fixed.</li>
</ul>
<li><h3>version 42</h3></li>
<ul>
<li>Autocomplete tag cache DONE. Please tell me if you encounter excessive slowdown or incorrect counts.</li>
<li>Autocomplete tag logic improved in about five ways. Tags should appear more intuitively and with more accurate counts.</li>
<li>Copy and paste buttons in manage tag dialog to facilitate spamming many tags from one file to another.</li>
<li>Imageboard dump is fixed!</li>
<li>URL download got fixed last week and I forgot to say!</li>
<li>A peculiar pseudo-foreign-key bug with the active_pending_mappings table is sorted. (leading to more accurate queries and counts)</li>
<li>Since display of large queries is so much faster, the <20>woah! 12,000 query results<74> warning is gone.</li>
<li>Fullscreen precache timings are rebalanced, hopefully for the better!</li>
<li>The importing gui classes are a little smoother, and thumbs should load one by one, not row by row, once the page height is exceeded. The scrollbars should be less janky.</li>
<li>Page transitions are smoother.</li>
<li>Importing from URL will now load those urls that are already inside the db (hella fast, too), just like importing from hdd.</li>
<li>The double-update-download bug is finally fixed! Now you<6F>ll download update number 258 only once, and not twice in a row. (I hope!) It never mattered much, beyond a little CPU, but it annoyed the hell out of me. Working out what was wrong took ages. (Long story short: Python<6F>s Priority Queues are not parallel FIFOs!)</li>
<li>There was a weird bug in pending tags sometimes going to higher tag-precedence services, rather than the one chosen in the manage tags dialog.</li>
<li>There was a typo in reset service.</li>
<li>More content update unification in the db, making things much neater behind the scenes.</li>
<li>I found a potential hang in the db-shutdown code.</li>
<li>I found another potential hang in the db-shutdown code!</li>
<li>The number of messages in your inbox is now displayed on the statusbar.</li>
<li>Bold, Italic and Underline now work with Ctrl+B/I/U in the message compose panel.</li>
<li>The <20>don<6F>t receive messages from Anonymous<75> checkbox in Add, Remove and Edit Services for message depots now does something.</li>
<li>system:unread in message search now has a count.</li>
<li>A draft will remember its saved changes when you click on another conversation and back again.</li>
<li>You can now save a draft with zero recipients.</li>
</ul>
<li><h3>version 41</h3></li>
<ul>
<li>Rich Text Control with Toolbar in messaging.</li>
<li>Message unread/read status now syncs to message depot.</li>
<li>Can set defaults for file system predicates.</li>
<li>Animated Text class written.</li>
<li>system:unread tag in messaging.</li>
<li>Import bug fixed.</li>
<li>Messaging search logic improved.</li>
<li>Message depot default check time down to 180, and daemon thread improved to manage with that.</li>
<li>Application startup is more stable.</li>
<li>Some AddMessage logic improved.</li>
<li>Drag+Drop service fixed and improved.</li>
<li>Tags added while importing will now turn up in autocomplete.</li>
<li>I unified more of the client<6E>s content-update db calls. Just making stuff neater.</li>
<li>I massively simplified the autocomplete tag code in preparation for another bash at doing autocomplete cache. A/C is far too slow atm, imo.</li>
<li>Some A/C counts are still off, particularly when there are a mix of current and pending. I couldn<64>t figure out what is causing it, but I<>ll look at it more as I do the cache.</li>
<li>In add, remove and edit serivces, you can now specify if you want to receive messages from Anonymous or not. Unfortunately, because I forgot to implement it in DoMessageQuery, this checkbox doesn<73>t actually do anything yet! Whoops!</li>
</ul>
<li><h3>version 40</h3></li>
<ul>
<li>Inbox/Archive for messaging works. The inbox icon is back, and F7 to archive as usual.</li>
<li>Unread/Read for messaging works. Click on your status next to a message panel to change.</li>
<li>All message participants are shown in the conversation listctrl.</li>
<li>The message page will open with <20>system:inbox<6F> active, ordered by newest message.</li>
<li>I fixed conversation listctrl sorting in a couple ways.</li>
<li>Some bugs in the db->gui update reporting system are fixed, so the compose window and draft panel will close properly on a message-send, and the conversation listctrl will swiftly update unread counts and inbox status and so on.</li>
<li>The draft panel<65>s save button wasn<73>t updating sometimes when it should have been.</li>
<li>html links in messages will show in the main frame<6D>s statusbar and launch in your browser when clicked.</li>
<li>I reworked how many system tags are searched in file queries to make them muuuuch faster. Now, any time you go system:hash, :size, :mime, :age, :width, :height, :duration, it (should) be significantly faster than before.</li>
<li>Ever have a png file that had an ok thumbnail but a black preview/fullscreen? It was probably an <20>LA<4C> image, or <20>greyscale with an alpha channel<65>. Display of LA images is now fixed.</li>
<li>Streamlined the way file <20>archive<76> and <20>delete<74> commands are sent throughout the application, with an eye to eventually adding all other user-commands to the same system (to make it simpler, and also to do undo-redo).</li>
<li>I<EFBFBD>ve updated the help docs, including the section on how messaging actually works.</li>
<li>You can now enter system tags with enter/return from the keyboard, not just double-clicking with the mouse.</li>
</ul>
<li><h3>version 39</h3></li>
<ul>
<li>A whole bunch of stuff I didn<64>t write down that generally made messages work beyond sending <20>Hello World<6C>.</li>
<li>Unicode messages now work.</li>
<li>Newlines in messages now display properly.</li>
<li>Fixed contact saving and drag-and-drop to the manage contacts dialog.</li>
<li>You can now add a contact using a contact address (assuming their service is v39).</li>
<li>A bug in contact renaming is fixed.</li>
<li>My contact (hydrus admin) is now added automatically.</li>
<li>Messages are orphan-deleted properly server-side.</li>
<li>Message depots you control now get an entry under the admin menu.</li>
<li>The conversation listctrl is now properly sorted.</li>
<li>The HtmlWindow that shows message body is now resized to its minimum needed height via magic that I ain<69>t gotta explain.</li>
<li>Messages that fail to send can be retried by clicking on the failed.</li>
<li>Some draft save/send button enable/disable logic was updated.</li>
<li>I switched around some server-side account logic.</li>
<li>You can<61>t zoom a flash window bigger than the screen.</li>
<li>I<EFBFBD>ve made the mouse appear in fullscreen when you move it, and this includes while you drag. See how you feel about it. I<>ll make options to change behaviour if people care.</li>
<li>Better zip structure. (No more CWD rubbish)</li>
<li>New tar.gz release with only the code and help. Code is 1.2MB, help is 14MB lol. I<>ll improve the structure of this release next week. I threw it together by hand today, but I<>ll improve its structure next week.</li>
</ul>
<li><h3>version 38</h3></li>
<ul>
<li>messaging v1.0</li>
</ul>
<li><h3>version 37</h3></li>
<ul>
<li>messaging prototype</li>
</ul>
<li><h3>version 36</h3></li>
<ul>
<li>animated gif fixes</li>
<li>new page chooser</li>
<li>svcp->cstvcp in fullscreen too</li>
<li>new import progress</li>
<li>just start the server on this computer, please</li>
<li>I think I have scrolling to the current selection after an archive fixed now.</li>
<li>Started an experimental simpler way to send commands to the db, which may open the way for undo-redo.</li>
<li>Capitalisation option in file->options->gui. It only does the menubar for now, but I will expand it.</li>
<li>Custom sorts/collects. Under file->options. Check it out, play with it if you care about it.</li>
<li>Some program initialisation error handling is cleaned up.</li>
<li>Can now no longer start a server if the admin port it wants to use is occupied. (can<61>t run two servers at once on the same port)</li>
<li>I broke dump with a typo in a previous release, I think! It is fixed now.</li>
</ul>
<li><h3>version 35</h3></li>
<ul>
<li>Slight speedup of review services frame loadtime.</li>
<li>SVCP now replaced with SCTVCP and CSTVCP for now, with more planned next week.</li>
<li>Repo sync daemon adds db jobs less manically, now, locking up the gui less.</li>
<li>Repo sync daemon reports successful updates to the log.</li>
<li>Tag petition review page has a visual bug fixed.</li>
<li>ThumbnailMediaPanel manages its underlying bmp canvas more intelligently.</li>
<li>Some ugly page-closing code was cleaned up.</li>
<li>There is a <20>regex examples<65> popout window on the regex-filename-tag import dialog, with copy-pastable examples of python regexes that<61>ll work for common filename-parsing situations.</li>
<li>Home and End keys now select the first/last thumbnail as well as scrolling.</li>
</ul>
<li><h3>version 34</h3></li>
<ul>
<li>DB consolidation, and foreign keys and triggers with it. The db is less prone to orphan ids and miscounts.</li>
<li>For long-time users, all orphan ids should have all been deleted, reducing weirdness.</li>
<li>Total size of local service is now tracked accurately.</li>
<li>Archive while importing should work a bit better now.</li>
<li>Update logic should be more reliable, as should all service_updates.</li>
<li>Archive count for file repos should be less wrong.</li>
<li>Fixed two (!) typos in system:age predicate code.</li>
<li>File upload is fixed (not sure if it was ever broken in release, but I fixed the stupid thing I did anyway)</li>
<li>DB (and server) errors should report better now, revealing inner-db code in the traceback. (and printing it to the appropriate log)</li>
<li>Improved the mime_to_enum object for image/jpeg, image/jpg, image/jpe, image/wtfaretheygoingtocalljpegnow.</li>
<li>HTTP connections can deal with some esoteric commands, like 301, without throwing a fit. All http goes through the same code.</li>
<li>Danbooru should now be in your booru list, and it _should_ work.</li>
<li>Pausing/Cancelling a booru gallery parse should now work.</li>
<li>4chan dumper now understands captchas being wrong and the thread not existing; in the former case it<69>ll let you put in a new captcha and try again, in the latter it<69>ll stop the whole dump.</li>
<li>Some general code neatness improvements.</li>
</ul>
<li><h3>version 33</h3></li>
<ul>
<li>Boorus are working for users who started last week</li>
<li>The server can now manage many more simultaneous requests without bugging out.</li>
<li>The early freeze/import freeze due to simultaneous access in the client is fixed.</li>
<li>The client<6E>s file+thumbnail server (details in help<6C>s advanced.html) works again.</li>
<li>Client DB now stores md5 and sha1 for all local files.</li>
<li>Client DB has a larger cache size.</li>
<li>The freeze caused when importing thousands of files at once with tags is fixed.</li>
<li>The yaml imageboard import (when you drag and drop a .yaml file onto the imageboards dialog) now adds form fields correctly! If you had problems here, check out install_path/static/default_imageboards.yaml to reset them!</li>
<li>The autocomplete counts should be more accurate, particularly when there are a mix of current and pending tags in the db.</li>
<li>The autocomplete in the regex-path dialog will now search the db correctly (it was misconfigured).</li>
<li>Autocomplete is also just a _little_ faster</li>
<li>File imports are now low priority, so gui activity should still happen nice and quick even while an import is occurring.</li>
<li>The review services frame will now show how long until the next update will be checked (see picture above). In case of error, it will show how long until it tries again.</li>
<li>The review services panel and manage services panel are of a better default size, and they use my new listbook class exclusively, rather than the old notebook.</li>
<li>I<EFBFBD>ve added some tooltips on not-obvious widgets.</li>
<li>Content Updates have vastly improved processing speed on a thumbnail view (x100 in some cases!). Tag updates particularly will not be so slow to process if you have a large search open.</li>
<li>The import gauge will now show the correct range according to the current queue size, not always the default 100.</li>
<li>Active Import Pages will throw up a yes/no dialog if you try to close them.</li>
<li>Some beautifying of code syntax. <20>\n<> is now os.linesep, which means exported stuff should show up better in notepad.</li>
<li>Some changes in network protocol, although now I think of them, I realise I forgot to update the network version. They aren<65>t important for most users, so w/e.</li>
</ul>
<li><h3>version 32</h3></li>
<ul>
<li>client db serialisation DONE</li>
<li>Cleaned up a dirty-bmp canvas init issue.</li>
<li>Resized some dlg stuff that was too tall</li>
<li>Cleaned up a bunch of unrelated db code</li>
<li>Tightened the pubsub system so it integrates better with wx.</li>
</ul>
<li><h3>version 31</h3></li>
<ul>
<li>booru prototype</li>
<li>Fixed some problem with last error timestamp </li>
<li>Fixed a bug in repo bandwidth tracking</li>
<li>Fixed URL registration with the client db.</li>
<li>Made downloading URLs asynchronous again</li>
<li>Made repo synchronisations not block so much, and not for nearly as long. You should be able to do queries and click on thumbs (albeit at a slower rate) while the client is downloading and processing updates.</li>
</ul>
<li><h3>version 30</h3></li>
<ul>
<li>Thumbs are exported, and, along with perceptual hashes, now treated as a global pool, reducing downloads and speeding queries.</li>
<li>Thumbnail resize is now asynchronous, done as each thumbnail is requested. Changing the thumbnail size in the options dialog happens real quick, and if you don<6F>t like a particular size, you can change it back just as fast.</li>
<li>Temporary DB locking mechanisms ensure serialisation, less inefficient locking.</li>
<li>ImportPage superclass works a lot better, in a lot less code. DB import code is now even simpler, and much faster, especially for redundant files. The new import page will also tell you how many files were successful/failed/already deleted/already in the db.</li>
<li>Fetching images for fullscreen or preview is fully asynchronous, and will no longer block the gui thread.</li>
<li>Some query logic is improved.</li>
<li>You can now import and export sites/imageboards from the manage imageboards dialog. It<49>ll export to a .yaml file, which is easy to understand with a decent text editor. Just drag and drop onto the dialog to import.</li>
<li>Selecting thumbs has a little less preview-flicker now.</li>
<li>The new tagboxes now render numbers prettily, so 4123 -> 4,123.</li>
<li>(+) namespace:tag now colours properly.</li>
<li>The background for selected tags is now an appropriate colour.</li>
<li>You can now choose the colours of any namespace you like in the normal options dialog.</li>
<li>Clicking in whitespace in the new tagbox deselects, rather than select( 0 )s.</li>
<li>Spacebar, PageDown, Return and all the other special command characters are now propagated to flash in fullscreen view, just as long as the mouse is over the canvas.</li>
</ul>
<li><h3>version 29</h3></li>
<ul>
<li>Big changes to the db<64>s file storage, as above.</li>
<li>database->vacuum is reinstated, database->reindex is retired. I recommend you run a vacuum once you are updated; it<69>ll only take a minute now.</li>
<li>Rollback and initialisation bugs are fixed.</li>
<li>There<EFBFBD>s a splash window now that can offer client-boot feedback.</li>
<li>The way scrolling-to-focus is calculated is improved.</li>
<li>Pretty much everywhere you see tags will now show coloured tags! I finished up my own tagbox class, which for now will show tags coloured in the default booru scheme. It also loads in a few milliseconds, rather than the ~0.5s of the default listbox. It scrolls faster, too. I<>ll have user-customisable colours next release.</li>
<li>Files with invalid resolution, size and mime are now filtered out before dumping to an imageboard.</li>
<li>A number of misc other bugs were fixed.</li>
</ul>
<li><h3>version 28</h3></li>
<ul>
<li>I fixed the <20>searching immediately<6C> bug. It was a stupid typo as usual.</li>
<li>Post-Filter scrolling should be a bit more reliable.</li>
<li>Some more log events.</li>
<li>I did a lot of work on my new tags box, although the actualy gui elements will have to be finished for v29.</li>
<li>Manage Imageboards wasn<73>t saving properly. It is now.</li>
<li>My new progressdialog happens in several places. It is a little neater than the one in wx; just better for my purposes.</li>
<li>I reworked some of the transaction stuff in the db so that I can atomically queue pubsub events. (this means file import are less juddery)</li>
<li>After becoming very annoyed with wx<77>s listbook/labelbook/whateverbook, I wrote my own. It<49>s all over the place in my dialogs now. It is tighter, more reliable, and can scroll.</li>
<li>I reworked some of the way sets interacted.</li>
<li>There was an infinite recursion bug sometimes, when uploading files to a file repo.</li>
</ul>
<li><h3>version 27</h3></li>
<ul>
<li>Cleared out some old unused library imports, so the client is slightly smaller.</li>
<li>Had a cyclical import (!). Luckily, python is forgiving, but I have still fixed it.</li>
<li>Collection thumbnails will now update with their new pending tags correctly.</li>
<li>Some wx.Panel vs wx.Window issues and nomenclature resolved.</li>
<li>Full Page decouple. Now the window to the left is a seperate, much neater class. It and the media/preview windows talk to each other in a clever way that means I can make new kinds of page much faster. It scrolls, too.</li>
<li>Thumbnails resize will tell the thumbnail window just to redraw itself, not refresh the entire query.</li>
<li><EFBFBD>system:local<61> and <20>system:not local<61> are now mutually exclusive (will swap each other out, rather than overlap), like inbox and archive.</li>
<li>A little neatening of the system predicate code.</li>
<li><EFBFBD>system:similar_to<74> RMB menu entry fixed for some cases.</li>
<li>There is a new log window. Go view->new log page to see it. It doesn<73>t show much right now, but you can see synchro successes and errors pop up as they happen.</li>
<li>There is now a popup button on the import dialog and the URL downloader page that does <20>advanced import options<6E>. You can now tell these import processes to archive everything and/or ignore files below a certain size or resolution. By default, the client will not import anything <5KB or <50x50px. You can set no limit.</li>
<li>Flash windows will now own all keystrokes as long as the mouse cursor is over the flash. If you are browsing/filtering, just move your mouse over or off the flash window to make sure your return/page down/spacebar/escape/whatever is interpreted as you want.</li>
<li>The URL downloader will not download the same file twice in a row, so you can add a thread URL several times in a row, and it<69>ll only download the newest files. The behaviour of this is affected by the <20>exclude deleted files<65> checkbox in the client<6E>s options. I<>ll implement thread watching a bit later.</li>
</ul>
<li><h3>version 26</h3></li>
<ul>
<li>The double unnamespaced count bug ( <20>system:blah (70)<29>, <20>blah (140)<29> ) in autocomplete should be gone.</li>
<li>Some rejiggering of how the statusbar updates means active import windows can<61>t spam the statusbar when they don<6F>t have focus.</li>
<li>The count of pending tags is more accurate and uniform. When it says (+3), it means for three files, not in three cases.</li>
<li>Tag counts overall are better. When it says <20>diaper vore (17)<29>, you should be getting 17 files if you enter that search.</li>
<li>GUI tag repo precedence is slightly more accurate, compared to what the db thinks it should be.</li>
<li>I nailed down why system:mime wasn<73>t working sometimes, and now it should work all the time.</li>
<li>I discovered some problems with repo-side bandwidth tracking. I fixed a couple bits, but have notes to look at it more.</li>
<li>In v25, if system:limit was greater than the search population, it threw an error! Whoops! Fixed now.</li>
<li>The post-filtering thumbnail problem is totally fixed, as are a couple other instances when thumbs would sometimes not draw.</li>
<li>The fullscreen change-image-jittering-around problem is fixed, I think.</li>
<li>Fullscreen archive works again. Not sure why/when it broke.</li>
<li>Importing with archive checkbox ticked sometimes didn<64>t archive, lol.</li>
<li>A bunch of decoupling of gui elements, making for much neater code and less gui blocking.</li>
<li>Decoupling of import from hdd as well.</li>
<li>Query is now asynchronous! If you do a massive query on a slow computer, you won<6F>t lose the gui! You can go check other tabs, whatever, and the query will process in the background, rendering on the page you started it when it is done.</li>
<li>A number of cpu-heavy numbers are now cleverly cached, so system predicate fetch happens much faster, especially on 100,000+ image dbs.</li>
<li>Some <20>collect<63> code is sped up and made generally less bonkers.</li>
<li>I wrote a couple new classes for my most common gui elements.</li>
<li>There is now an option in file->options to change the number of characters before autocomplete will go search the db for tags! If you have a slow computer and a huge db, you can set it to 2, 3 or even more chars. Default is 1.</li>
<li>Dialogs that ask you questions will now usually center on their parent window.</li>
<li>The current selection tagsbox won<6F>t show ( <20>blah (12)<29>, <20>blah (+3)<29> ), it<69>ll combine into <20>blah (12) (+3) (-1)<29>. With the + meaning pending and the - meaning petitioned.</li>
<li>Autocomplete now respects which of the include_current and include_pending buttons are green! It<49>ll only search current/pending as you wish! And the numbers will now be accurate!</li>
<li>My new question dialog with the yes/no buttons hooks the Escape key to mean no.</li>
<li>I don<6F>t use it much yet, but I have a new message dialog too.</li>
</ul>
<li><h3>version 25</h3></li>
<ul>
<li>Thumbnails should load just a bit quicker.</li>
<li>Made some dict + set code neater</li>
<li>A new end-of-filtering dialog makes the choices a bit more obvious</li>
<li>When you exit from fullscreen/filter view, the main thumbnail view it was based on should select (and scroll to!) where you were. But filtering is less reliable, since you may have just deleted the last thing you were looking at!</li>
<li>Better scrolling in thumbnail view</li>
<li>Scrolling in thumbnail view will follow the current selection, so the focussed media will always be visible.</li>
<li>Double right-clicking in filter now deletes instead of keeps (typo)</li>
<li>Slightly less flickering when processing repo updates</li>
<li>Made some form code neater</li>
<li>A lot of the thumbnail gui code has been decoupled and pubsub<75>d. It is all neater behind the scenes, meaning I<>ll be able to extend it easier in future.</li>
<li>I completely overhauled how my pubsub works. (pubsub is a messaging system inside the code). It is more flexible and easier for me to work with.</li>
<li>system:mime was not working in v23, not sure why. It<49>s fixed now.</li>
<li>Some small speedup + neatening in db queries.</li>
<li>You can now scroll to the end of a thumbnail page by pressing End. WARNING: If you have like 10,000 thumbs in the current pane, it is going to have to load all those.</li>
<li>In the AutocompleteTagWrite object, which is the tag entry box in the manage tags dialog, there was a stupid bug that made many requests more expensive. It<49>s fixed.</li>
<li>Autocomplete now works off one character<65>s input.</li>
<li>I<EFBFBD>ve swapped a bunch of expensive objects with easier staticbitmaps for now</li>
<li>some A/C ordering changes</li>
</ul>
<li><h3>version 24</h3></li>
<ul>
<li>imageboard dumper prototype</li>
<li>some db update stuff</li>
</ul>
<li><h3>version 23</h3></li>
<ul>
<li>A typo was disallowing petition rescinds in certain cases.</li>
<li>I<EFBFBD>ve rearranged some of the RMB menu separators to reduce filter/archive misclicks.</li>
<li>Tag pending upload has more accurate GUI response.</li>
<li>You can now find similar images from RMB menu.</li>
<li>Petition approvals are mirrored on an admin<69>s client.</li>
<li>The gui now accepts that admins can overrule deleted content.</li>
<li>Couple tiny URL downloader gui bugs fixed</li>
</ul>
<li><h3>version 22</h3></li>
<ul>
<li>system:similar_to</li>
<li>Some backend namespace stuff</li>
<li>Couple of gui presentation fixes</li>
<li>I removed the clunky inbox and archive buttons, see how you feel about it.</li>
<li>I tried to do ultimatelistctrl to have coloured tags (like a *booru), but it was too buggy and slow for the client<6E>s purposes, so I<>ll probably have to write my own control.</li>
<li>system:mime exists, now. Not many mimes, yet, but have a play with it, see if you like it.</li>
</ul>
<li><h3>version 21</h3></li>
<ul>
<li>On opening the URL downloader, the textbox input focuses.</li>
<li>The URL downloader has some better update texts. It pauses nicely, etc<74></li>
<li>The URL downloader now orders urls in the order they are parsed. I forgot I was throwing the links in a set, losing all order!</li>
<li>You won<6F>t see dupes in the URL downloaders<72> mediaresultswindow.</li>
<li>Accounts should now correctly refresh on version update.</li>
<li>When accounts fail to sync, it dumps the error in the log.</li>
</ul>
<li><h3>version 20</h3></li>
<ul>
<li>The preview pane should be a little less schizophrenic.</li>
<li>Some code cleaning up behind the scenes.</li>
<li>Thumbnail download optimisation if they already exist locally.</li>
<li>Icons will show/hide in fullscreen with mouse movement, just like 21/123.</li>
<li>Weird archiving bug on import is fixed. It was display only.</li>
<li>Manage tags dialog now works in fullscreen, lol.</li>
<li>system:not_uploaded_to: now works</li>
<li>services->review services now loads muuuuuch faster (after the first time)</li>
<li>There was a typo in setting up initial server<65>s accounts. Email me if you can<61>t make new admins.</li>
<li>Importing is more streamlined, with more shared code.</li>
<li>Importing with tags dialog happens more naturally in the import process. You can now do it from drag and drop imports!</li>
<li>I reordered the default collection dropdown. Your default may be changed, so check your options.</li>
<li>You can now fetch an account by a deleted file (hash).</li>
<li>Thumbnails<EFBFBD> tags now obey tag precedence for deleted stuff. I hope.</li>
<li>Modify Account Dialog now does its stuff.</li>
<li>Collections thumbnails now show how many files are in the collection, just next to the icon.</li>
<li>I<EFBFBD>ve added to and edited the help extensively, replacing screenshots and updating the text.</li>
</ul>
<li><h3>version 19</h3></li>
<ul>
<li>drop librarium nomenclature</li>
<li>More intelligent prefetch in fullscreen - things should load muuuuuch faster</li>
<li>A little more intelligent sum() calcs in autocomplete - non-namespaced tags now sum all their namespaced versions as well</li>
<li>More rigorous client db transactions, just to make things more pretty and reliable.</li>
<li>Moved db files to /db, logs to /logs</li>
<li>Made inroads to getting review services to load faster, but version 20 will have more here.</li>
<li>I<EFBFBD>ve updated the frame view so the file info is draw on top of the image. It<49>s a hack for now, inside the image-frame, but it is the only solution for wx<77>s annoying <20>no overlapping<6E> policy.</li>
</ul>
<li><h3>version 18</h3></li>
<ul>
<li>Some misc gui image info bugs fixed</li>
<li>Review services dialog is less pubsub buggy</li>
<li>Fullscreen image prefetch does more and hopefully more intelligently</li>
<li>Entering a blank tag to quit tag dialog was broke when I updated autocomplete textctrls. I<>ve fixed it.</li>
<li>Petition page is fixed, so I can finally clear out the tag petitions!</li>
<li>F10 was broke when the lib had deleted files lol! Fixed it.</li>
<li>Review services is more responsive to repo permissions updates.</li>
<li>Flash files are now correctly put in the inbox on import.</li>
<li>Synchronise Repositories daemon no longer takes ten gui-blocking seconds to process every update! This was an annoying slowdown, but I figured out what it was and reduced it to <1s with a quick patch. The problem will return with private tag repos, but I<EFBFBD>ll deal with that when I come to it.</li>
<li>Synchronise Accounts daemon has some better pubsub so it fires more intelligently. This in turn affects several other daemons, which should all be more responsive; e.g. when your permissions change, your pending thumbs/files should start downloading.</li>
<li>Improved delete orphans logic for the fiftieth time! It is great now, and won<6F>t ever bug you in the gui; it runs invisibly on shutdown and usually only takes a few secs to do its job.</li>
<li>Some of the gui updates triggered by the daemons are optimised so they block the gui less. Multiple stuff is bundled into single updates, those updates are less buggy, and the gui catches them better. Resetting the public tag repo will no longer lock up a slow system.</li>
<li>A few versions ago I changed the way repos were registered with the gui, and I<>ve fixed some of the resultant daemon-related errors. This mostly affects admins, which mostly means me!</li>
<li>Download Thumbnails daemon was getting pretty slow for large dbs (100k+ files) because of an inefficient db query. This has been cleared up.</li>
<li>I banged my head against the wall for a couple of hours getting nested notebooks to work, and I am now a better person for it. Review and Manage Services dialogs feature better panel management as a result. Their panels are also much richer, reporting loads more data about the respective service. You can now see how many mappings the public tag repo has without having to delve into sqlite db browser.</li>
<li>I have unified panel and frame background colouring away from wx<77>s bonkers idea of what things should be coloured. It should mean that everything is properly grey, but please tell me if your gui turns all black or transparent or whatever.</li>
<li>21457 is now 21,457 in pretty much all cases where it is appropriate.</li>
<li>Fixed a bug with wx gauges not liking large ranges because of signed short or whatever underlying var the C code was using to store it. (That should have been done at the wx-python level, but whatever.)</li>
<li><EFBFBD>localhost<EFBFBD> resolves to 127.0.0.1 when editing a service, mainly because windows freaks out at the former, deciding to take a couple seconds longer to make any raw connection.</li>
<li>Dialogs and frames have better, multi-monitor-friendly positioning.</li>
<li>Flash files are loaded from a temp folder beneath the install dir, rather than lib<69>s server, for various reasons. This temp dir also manages file copy/paste operations. I may move this back to the OS<4F>s approved temp folder, but we<77>ll see.</li>
</ul>
<li><h3>version 17</h3></li>
<ul>
<li>Tag negation <20>-tag<61> works again</li>
<li>You can now cancel a filter on the first image</li>
<li>Some weird filenames that were breaking the new import page no longer do</li>
<li>Autocomplete (either when searching for tags or adding new ones in) will now show the number of files tagged with that tag after the tag e.g. here</li>
<li>Manage tag dialog now pops up slightly to the upper left, rather than the center (default) of the screen, so you can see what you are tagging. I may make this more intelligent in future, so it remembers where you last left it.</li>
<li>I changed a couple small things in help regarding the new import.</li>
</ul>
<li><h3>version 16</h3></li>
<ul>
<li>Numtags system predicate now takes into account which of current/pending tags buttons you have active.</li>
<li>Thumbnail downloads fire more reliably.</li>
<li>Downloading a file was causing funky thumbnail draw, which seems to be fixed.</li>
<li>Delete Orphans daemon only fires on application close now, so post-filter db lag is gone.</li>
<li>Daemons now use events, not conditions! lololol, I<>m an idiot who can<61>t scroll down a library doc. For the longest time I was like <20>I wish <20>threading<6E> had events!<21> and it does.</li>
<li>Some account checks were missing in tag upload, but are now there.</li>
<li>A gigantic db rewrite that altered pretty much every table and query.</li>
<li>Calculation of tags for current selection now support collections, and is fast.</li>
<li>Was deleting a repo broke in 15? If it was, sorry! Didn<64>t catch it, but it<69>s fixed with the new system now.</li>
<li>Pubsub can do more, and is a little less <20>argh, I think it works like that<61>, and more OOP</li>
<li>The way tags are held by a thumb can support multiple tag servers (but only does public tag repo for now)</li>
<li>Repos are now a subclass of <20>service<63>. I<>ll do more on this in the next version, including some nomenclature changes in the gui.</li>
<li>Imports are now asynchronous! There<72>s a new import page that<61>ll open on any import. It<49>s a little jittery, but it all works. If you import 3000 tiny files, your gui may lock up for a few secs since it<69>ll be able to import faster than it updates the gui.</li>
</ul>
<li><h3>version 15</h3></li>
<ul>
<li>manage tags dialog focus bug hotfix</li>
</ul>
<li><h3>version 14</h3></li>
<ul>
<li>Selection<EFBFBD>s tags box now shows collections<6E> singletons<6E> tags</li>
<li>Autocomplete now sources from the current thumbnails whenever it can (faster than db), and does so intelligently</li>
<li>Couple of small display bugs fixed</li>
<li>Some delete logic approved</li>
<li>Repos do some more efficient inserts on POST content</li>
<li>Petition optimisation, for auto-soft-approval before update gen</li>
<li>Dialog parents, dialog parents everywhere</li>
<li>DB cleanup of a couple of old methods</li>
<li>Autocomplete Write (when adding tags in manage tags dialog) now sources from the entire network<72>s tags (not just for the files on your hard drive) when you type enough letters to stump it. i.e. If you have no files tagged <20>evangelion<6F>, but you do have a file tagged <20>eve<76>, it<69>ll show <20>eve<76> if you type <20>ev<65>, but if you type <20>eva<76>, it<69>ll requery the db more widely, and give you <20>evangelion<6F>.</li>
<li>system:ratio for searching for wallpapers or whatever. Combine with system:width>x for extra utility!</li>
<li>You can now hit F3 (manage tags) in fullscreen, whether browsing or filtering.</li>
</ul>
<li><h3>version 13</h3></li>
<ul>
<li>a couple of cpu-intensive DAEMONS schedule themselves better. (less slowdown after a big filter)</li>
<li>image rendering prefetch improved</li>
<li>smoother image rendering to screen (especially when zooming), less flickering</li>
<li>petition approval has smoother, less buggy workflow</li>
<li>new hashes and tags are added to the db muuuuuuuuch more efficiently. most public tag repo updates happen in a second or two, rather than 30+</li>
<li>some of the internal commands are streamlined together into a single class</li>
<li>ctrl-s fixed</li>
<li>clear pending file repos pubsub fixed</li>
<li>ctrl-r now shows/hides splitters</li>
<li>thumbnail delete logic is better</li>
<li>select logic is better</li>
<li>deleted_remote_files bug fixed</li>
<li>headache-inducing weakref repositories __eq__ bug in pubsub fixed</li>
<li><EFBFBD>with<EFBFBD> keyword all over the place now. turns out wx has a bunch of objects with support it (including dialogs!)</li>
<li>gridsizers are now all flexgridsizers</li>
<li>the list of tags on the current selection now has a weight attached like <20>flower (23)<29> to show how many of the current selection have that tag. it doesn<73>t support collections<6E> weight yet.</li>
<li>revised some ambiguous repo error messages</li>
<li>you can now have a main window with no pages open</li>
<li>right click menus on a selection are vastly improved (lots more info), but still a way to go.</li>
<li>on the import files dialog, you can now specify to auto-archive rather than send to inbox</li>
<li>thumbnails now know where they are uploaded/pending/petitioned to and will show that info with different icons</li>
<li>escape key now deselects</li>
<li>manage repos dialog is completely revised. comments appreciated.</li>
</ul>
<li><h3>version 12</h3></li>
<ul>
<li>You can now tell lib to search <20>current tags<67> only, <20>pending tags<67> only, or both.</li>
<li>Tag search is more efficient.</li>
<li>Search in general is more efficient.</li>
<li>Search code is more beautiful and decoupled.</li>
<li>Tags are stored in memory more beautifully, and a similar class holds repositories for thumbs also.</li>
<li>Age predicate is fixed (twice!)</li>
<li>Server code is more beautiful. DB-Server interface is decoupled into a mixin class to make it easier to understand and manage.</li>
<li>Icons for pending and petitioned files, and for <20>currently downloading<6E>.</li>
<li>Prefetch fixed, so nearby fullscreen images load just in case you want to see them.</li>
<li>Fixed a redundant pending tags bug</li>
<li>Fixed a swf tag petitions bug</li>
<li>On boot, temp folder is cleared.</li>
<li>The <20>current tags<67> window is now union on the current selection, not intersect. If nothing is selected, it shows all the tags of the current selection. In a later version, I<>ll order this list by count-weight.</li>
<li>All (I think) tag updates are synchronous-ish with the gui. As updates come in from the public repo, thumbs will update themselves appropriately. Same goes for repositories.</li>
<li>Gui-code tidy-up</li>
<li>On deleting a local file, preview clears.</li>
</ul>
<li><h3>version 11</h3></li>
<ul>
<li>swf support, lol</li>
<li>You can now backup repositories from the admin menu. Info in help.</li>
<li>Under the help menu, a quick way to set up the beta repositories<65> credentials.</li>
<li>Account sync was full of bugs, and is now less so.</li>
<li>When you go fullscreen, the preview window should go blank, which should save a little cpu time when you are looking at gifs and your ears when you are looking at swfs.</li>
<li>Auto-complete is muuuuuch faster than it was. Also more correct. Still more work to do, though.</li>
<li>Librarium hosts an http server on 45874, which supports GET /file and /thumbnail just like a file repo. Utterly prototype, but you can test it right in your browser if you like. Go http://127.0.0.1:45874/file?hash=whatever when lib is running.</li>
<li>Ctrl-T opens a new local page/tab, Ctrl-W closes the currently active</li>
<li>Image display in preview and fullscreen has been revamped, and is now both a little buggy and much better.</li>
<li>Bandwidth tracking both server- and client-side should be more reliable.</li>
<li>Delete lag (the slowdown after you boot/delete something) should be reduced.</li>
<li>Query lag is significantly reduced, and new operators for predicates have been added. You can now go <20> on a bunch of values like size and width and duration to get <20>approximately equal to<74>, which actually means plus or minus about five percent.</li>
<li>A stupid error on file upload is fixed. If you<6F>ve been having problems seeing the files you uploaded in preview, try resetting the respective file repository.</li>
<li>A few daemon bug fixes.</li>
</ul>
<li><h3>version 10</h3></li>
<ul>
<li>hotfix for tag updates</li>
</ul>
<li><h3>version 9</h3></li>
<ul>
<li>Pressing a cursor key when no thumb is focussed no longer throws an exception.</li>
<li>Hitting enter on a blank input in the manage tags dialog now quickly oks the dialog.</li>
<li>Annoying splitter exception on import is gone. It was a one-line fix, because I was being stupid.</li>
<li>All searches should be a little faster. Mostly effects searches with 1000+ results.</li>
<li>Modal dialogs (in particular) should be just a little more responsive now. Less stuff is being dumped on the wx gui thread, and all db handling is more parallel.</li>
<li>Slow petition approval fixed, made almost instant.</li>
<li>Image rendering has been revamped. It should be less stuttery now, but there is still more work to do.</li>
<li>Some pending tag update logic was fixed.</li>
<li>If the focused thumb goes from <20>not local<61> to <20>local<61>, its preview will load. (its on my to-do to do the opposite: clearing preview on delete in remote search.</li>
<li>DB daemons rewritten completely, so now a whole bunch of stuff flushes more efficiently, more reliably, and with less gui-blocking. Things happen smoother now.</li>
<li>Can now create repository database backups via librarium. Sending the command (via the admin menu) tells the repo to lock and copy its .db files to .db.backup. I<>ll update help to explain this more.</li>
<li>Can now copy files from within librarium to the clipboard! Just select from the right-click menu or press Ctrl-C, and your selection will be copied to clipboard. You can then paste to any directory, for quick export to anywhere. The export command remains for exporting thousands of files.</li>
</ul>
<li><h3>version 8</h3></li>
<ul>
<li>Fixed a missing transaction on repo db update.</li>
<li>Export path can now be on other hard drives. You<6F>ll probably want to keep it on the same drive if you have lib on a usb stick, though.</li>
<li>Fixed a really stupid <20>&lt;<EFBFBD> for <20>&gt;<EFBFBD> typo that was causing a ton of gui blocking and repository slowdown.</li>
<li>File and thumbnail downloads are much snappier.</li>
<li>One person had a very odd error while trying to open manage repos. I don<6F>t understand what actually caused the traceback to happen, but I think I fixed it nonetheless.</li>
<li>inbox/archive buttons above the searchbox are now mutually exclusive.</li>
<li>Fixed the version number in lib<69>s about window.</li>
<li>Fixed the preview window so it remembers its last size properly. Also reduced its min size so you can make it tiny.</li>
<li>Fixed the problem people were having with admin rights. See this post if you were having problems.</li>
<li>The RegisterRepoRequest that was filling people<6C>s logs on upload should be fixed now. Turns out I didn<64>t understand how wx.CallAfter works during modal dialogs! I threw in a horrible fix, but it works. I<>ll revisit it.</li>
</ul>
<li><h3>version 7</h3></li>
<ul>
<li>db changes are done</li>
<li>fixed a bug with posting tag petitions</li>
<li>when typing tags in, autocomplete now harvests from pending tags as well as current</li>
<li>the regex dialog<6F>s tag entry is now autocomplete</li>
<li>leading/following whitespace removal for tags, and multi-whitespace -> single</li>
<li>a little server-side pubsub neatening up</li>
<li>when importing via dialog, there is now a checkbox to ignore subdirectories</li>
<li>Added a quick readme.txt in the base_dir for people who choose to extract rather than install. (Everyone should check out the help at least once)</li>
</ul>
<li><h3>version 3->6 (never released)</h3></li>
<ul>
<li>after much feedback, completely rewrite db</li>
<li>general improvements to gui</li>
</ul>
<li><h3>version 2</h3></li>
<ul>
<li>general fixes and improvements</li>
</ul>
<li><h3>version 1</h3></li>
<ul>
<li>first true metadata beta</li>
<li>shit actually works</li>
</ul>
<li><h3>versions 0.91 -> 0.99</h3></li>
<ul>
<li>move to python and wx, and an application- rather than browser-based model</li>
<li>building on concepts</li>
<li>scrapping p2p, turning to client-server</li>
</ul>
<li><h3>early versions of beta</h3></li>
<ul>
<li>made db, playing around with LAMP</li>
<li>an initial p2p framework started</li>
</ul>
</ul>
</div>
</body>
</html>