0.9.1.2 - (05/07/2005) (available under CVS with the tag Release0_9_1_2)
	* Content-Type fix for Penny Arcade

0.9.1.1 - (04/13/2005) (available under CVS with the tag Release0_9_1_1)
	* Added an icon for the program, thanks to my friend Rae for drawing me one
	* REALLY fixed URLs with spaces

0.9.1 - (04/06/2005) (available under CVS with the tag Release0_9_1)
	* Rewrote the core download code to be cleaner and less error-prone
	* Fixed several error message typos
	* New 'configure' script to make compiling the package a little easier
	* More URL parsing bugs fixed (fixes Life of Riley)
	* Buttons and menu are properly activated/deactivated while downloading to avoid crashing
	* Various logging changes
	* Various interface tweaks
	* Various memory leaks plugged

0.9 - (04/01/2005) (available under CVS with the tag Release0_9)
	* Added a "Skip" checkbox to the Edit Comic window, used in Prev/Next Comic, to avoid reading comics that don't update often, or have ended
	* Minor code retooling, plugged a couple potential (but unlikely) buffer overruns
	* Replacing the SDL net code with vanilla sockets, just as portable (mostly) and easier to control
	* Spaces in URLs are now handled properly
	* User configurable timeout on all network related functions, defaults to 15 seconds
	* Option to delete the host cache on startup, to help reduce stale entries
	* There is now a cancel button available during all downloads (yay!)
	* You can now close the output window
	* New "Error" tab in the output window to replace some of the less severe error popups, automatically raised and shown when an error occurs

0.8 - (06/12/2004) (available under CVS with the tag Release0_8)
	* Added support for Real Life, Mac Hall, etc
	* Added "Prev/Next Comic" buttons, for quicker navigation than selecting from the menu every time
	* Separated the status bar into two bars, one for net activity (top/blue), and one for local activity (bottom/yellow)
	* Moved the Host cache into a separate file so it doesn't mix in with the comics
	* Meshed the SDL_net code into the main program, removing the requirement on the SDL/SDL_net libraries

0.7.5 - (06/02/2004) (available under CVS with the tag Release0_7_5)
	* Replaced the temp files with GetCacheFileName() calls, to avoid symlink attacks in Linux (affects Windows too, but doesn't plug any holes there)
	* Added overflow checking on the HTTP request buffer, on the off chance somebody tries to retrieve a URL 1900+ characters long
	* Increased the max amount of images that can be displayed at once from 15 to 30, and added a warning if somehow this max is broken
	* Added a check to redownload pages if the cache is missing a 'next' link, as this is usually a sign of a stale page
	* Changed "Reset Host Cache" to "Refresh Host Cache", now instead of clobbering the cache it forces a relookup of all hosts
	* Donate/Store links no longer require "\&" for Linux, but it is still supported for backwards compatibility reasons
	* Fixed a crash from trying to enter an http proxy in the preferences window without the environment variable being set

0.7.4 - (05/04/2004) (available under CVS with the tag Release0_7_4b, last minute fix to Release0_7_4)
	* Internal recoding to make a few function calls cleaner
	* Made the two output widgets at the top no longer ever take keyboard focus (ie other hotkeys should always work)
	* Made it so that if a cached Next Link was pointing to the "Latest" link or to the front page, it would force a reload, to make sure the local archives stay linked together properly
	* Added "statistical" tooltips to displayed images that display filename, dimensions, and file size
	* Added support for http proxies (see readme.txt for details)
	* Incorporated several program settings into a new Program Settings window so as not to clutter the menu

0.7.3 - (04/26/2004) (available under CVS with the tag Release0_7_3)
	* Bug fix to the URL code to fix Pockybot (Technical: parent paths from the root directory would confuse it)

0.7.2 - (04/22/2004) (available under CVS with the tag Release0_7_2)
	* Changed the "window closed?" checks so that they don't think the window is closed when they're really just minimized, or the user switched to a secondary desktop
	* Added INSTALL to the source, and redid the makefiles to be more flexible
	* Added support for a compressed help file (Linux only)
	* Added a per-comic Bookmark to better remember your place (one per comic)

0.7.1 - (04/16/2004) (available under CVS with the tag Release0_7_1)
	* Added a yellow bar for local work like image/link searching/loading
	* Forgot an fclose() call, so the program would eventually choke out its supply of available file descriptors, resulting in nothing new loading and/or sockets refusing to open (old, old bug, just now figured it out)
	* Renamed temp files from "temp.(html/txt)" to "/tmp/sctemp.(html/txt)" (Linux Only)
	* Minor tweaks to the makefiles
	* Fixed the host lookup code, now it spits an error back if it fails instead of blundering through and trying to connect to a host that doesn't exist
	* Fixed the export code so it doesn't export properties that are only meaningful (or, indeed, desired) locally

0.7 - (04/14/2004) (available under CVS with the tag Release0_7)
	* Redid the host lookup significantly, now keeps a local cache of hostname/address pairs, and looks it up on a per-function basis instead of keeping a global variable (fixes User Friendly, and ucomics, and is just a better design)
	* Removed some unneccessary headers from being sent
	* Added map-based link searching (fixes User Friendly)
	* Added per-comic "Donate" and "Store" menu items (make sure to "Set Default Browser" if the default doesn't work!)
	* Program now tracks how many HEAD/GET requests it does, as well as how much it downloads, both total and on a per-comic basis
	* Removed the ability to delete the cache from within the program, that code never made me feel comfortable anyway, and it's not that hard to do it manually

0.6.2 - (04/09/2004) (available under CVS with the tag Release0_6_2)
	* No longer looks up host in "Fully Offline" mode (no reason to...)
	* Due to a few email requests, and because I'm a conscientious surfer, the program will now display a splash warning reminding people to support online comics (only one time)
	* Fixed another bug in the URL parsing code
	* Fixed the help screen being blank if the program was "make install"ed (Linux Only)
	* Program now pops up a window telling you where .comic files can be found after initial download

0.6.1 - (04/08/2004) (available under CVS with the tag Release0_6_1)
	* Added an output bar to display the current URL
	* Renamed "Offline" mode to "Download" mode, makes more sense
	* Menu is now initialized after main window is first shown, only makes a difference on first run, during initial comic download, so the user can actually see the program working
	* Typo fixes
	* Fixed a bug in the URL parsing code (fixes Perki Goth)
	* Hopefully fixed "delete comic files?" in Windows (still not heavily tested, use with caution...)

0.6 - (04/04/2004) (available under CVS with the tag Release0_6c, last minute fix to Release0_6 and Release0_6b)
	* Made some of the more severe errors (unable to connect, unable to resolve host, unable to retrieve remote file, etc) pop up warning boxes instead of only printing errors to the output window
	* Debug log is now placed in a directory named "debug" instead of the current working directory
	* Added a badly done man page (*nix only)
	* Added a check to make sure Strip Club is being run from the proper directory, since it will spew files if run from the wrong location (Win32 only)
	* Fixed order of "Category" input in Edit Comic window (will now Tab in the proper order)
	* Fixed typo in Makefile.mingw
	* Added "Offline" mode! See readme.txt for details...

0.5.3 - (04/02/2004) (available under CVS with the tag Release0_5_3)
	* Program now remembers Window position and size between sessions
	* Fixed Absurd Notions (more newline nonsense)
	* Changed image downloading code to check if server is different than referrer, and look up host again if neccessary (doesn't fix anything, but it's good practice)
	* Added "install" target to Makefile.linux
	* Fixed naming on source archive (oops, had - and _ reversed)

0.5.2 - (03/30/2004) (available under CVS with the tag Release0_5_2)
	* Fixed handling of "../" (parent path) links (fixes Kevin and Kell)
	* Added ability to delete comic cache when deleting a comic (use with caution, not heavily tested)
	* Changed the default image search pattern again (removed a "/")
	* Fixed a crash that would occur if a download link resulted in a long file name (more than 60 or so characters), the label buffer for the progress bar would overflow
	* Made main window resizable, yay
	* Made the interface more compact
	* Added a "Category" property for comics
	* Made the image downloading code slightly more robust, no longer relies on the extension, rather looks for Content-Type: header (fixes Evercrest)
	* Tweaked image searching code to make it ignore newlines (fixes Megatokyo)
	* Other misc tweaks and bug fixes

0.5.1 - (03/28/2004) (available under CVS with the tag Release0_5_1)
	* Last minute bug fix to get Something Positive working without making the program crash
	* Shrank the main window slightly
	* Fixed default Image Search pattern (had an extra space in it)

0.5 - Unreleased in favor of 0.5.1 (available under CVS with the tag Release0_5)
	* Automatic download of all .comic files through "Update Available Comics"
	* No longer comes with any .comic files, they are instead downloaded off the site upon first running
	* Windows NSIS installers will now be provided in addition to the zip, courtesy of Brian Rupe (hazer)

0.4.1 - Unreleased in favor of 0.5 (available under CVS with the tag Release0_4_1)
	* Fixed a bug where the cache could end up in a weird spot after adding/deleting a comic
	* Added a "Refresh" button
	* Added hotkeys for "First" (I) and "Latest" (L)

0.4 - (03/27/2004) (available under CVS with the tag Release0_4)
	* Added "Default Relative URL" option for a comic (eg "d/YYYYMMDD.html" for Keen* comics)
	* Rewrote the tag-based link searching code, much cleaner and less error-prone now
	* Added text-based link searching (eg GU, 8 Bit)
	* Made link searching a little more robust, no longer relies on link to be enclosed in "" (fixes PVP and GU)
	* "Latest" link will now always work, since it always points to the base URL anyway
	* Fixed a crash that would occur if the image-searching regex wouldn't compile

0.3 - (03/26/2004) (available under CVS with the tag Release0_3)
	* Add/Edit Comic is now much easier to use
	* Each comic now has three menu options: Read, Edit, and Export
	* Added User Agent configuration on a per comic basis
	* Default User Agent is now "Strip Club/major.minor.revision" instead of "Strip Club vmajor.minor.revision"
	* Plugged yet more memory leaks and potential crashes
	* "First" link will now always work so long as it's valid (ie not default, and actually a working URL)
	* Upgraded HTTP protocol to 1.1, was using 1.0
	* As a consequence of the above, now sends more headers in requests
	* HEAD requests should die immediately after they're done, instead of relying on the server to close the socket first
	* debug.log now catches all debugging output, even if it's not copied to the window
	* Progress Bar is now slightly more informative
	* Other misc bug fixes

0.2 - (03/24/2004) (available under CVS with the tag Release0_2)
	* Added archive browsing
	* Fixed more crash bugs
	* Plugged a memory leak or two
	* Fiddled with the net code, making it less likely to clog the display on slow connections
	* Added a toggle for Debug output, adding a slight speed increase when things are going smoothly
		- Debug output now defaults to off
	* Added a "View Source" option, allowing you to examine links (helpful for making your own .comic files)
	* Added a "Get relative URL" command, for jumping directly to a place in the archives
	* Changed the host lookup code, it should only have to do it once per switch now, helps on slow connections
	* Fixed request newlines, should no longer cause IIS (gag) servers to spit back 400 (Bad Request) errors

0.1.1 - (03/23/2004) (no tag, oops)
	* Fixed a dumb crash when you hit cancel after "Add Comic"
	* Fixed some typos, including the default search pattern
	* Reworded File Menu, added "Quit" option
	* Added "Help" and "About"

0.1 - (03/22/2004) (available under CVS with the tag Release0_1)
	* First Public Release
