* More appropriate handling of UTF-8 in recipes used by from_svn. * from_svn now handles the .tid format * Proper handling of server_prefix when using cherrypy. * Change URL used in HTMLPresenter footer to http://tiddlyweb.peermore.com/ * Documentation clarifications and fixes. * Updates to index.cgi to reflect modern TiddlyWeb.
0.9.23
* Fix another (different) critical bug in from_svn.
0.9.22
* Correct a problem with importing tiddlywebconfig due to a bad change to twanager.
0.9.21
* Performance speedups when accessing bags. * Correctly handling parsing tiddlers in from_svn.
0.9.20
* Improved error handling and reporting in twanager. * Changed format of tiddlyweb.config.instance_tiddlers to support multiple bags (see tiddlyweb.config and tiddlyweb.instancer).
0.9.19
* Code refactorings to remove some duplication. * Create tiddlyweb.util for holding utility functions. * Correct set the Path of a cookie to include config['server_prefix'].