July 22, 2005, happydigger-2.0:

Happydigger has migrated to version 3 of SQLite, which gives us much smaller
databases. To convert an SQLite version 2 database into a SQLite version 3
database, have ready the command-line shells for both version 2 and 3.
Then enter commands like the following:

	cd ~/.happydigger
	sqlite db .dump | sqlite3 db.happydigger

Now you can use the new version of happydigger.

With this version additional tables can be created for storing information.
Image displaying has been improved. See the Changelog for details.
