Release notes

Development version

Version 1.4.0

Version 1.3.3

Version 1.3.2

Version 1.3.1

Version 1.3.0

Version 1.2.3

Version 1.2.2

Version 1.2.1

Version 1.2.0

Version 1.1.1

application = hatta.Wiki('path/to/pages',
                         '/path/to/cache').application

to

config = hatta.WikiConfig(pages_path='path/to/pages',
                          cache_path='/path/to/cache')
application = hatta.Wiki(config).application

Version 1.1.0

Version 1.0.2

Version 1.0.1

Version 1.0.0

Initial release, has pretty much all the functionality of Dandelion, plus the ability to define Menu, build-in default CSS style, Locked page mechanism, backlinks and ability to run in an existing repository.