Release notes
- added preferences
- change color theme
- default editor mode (HTML / text / guess)
- clear cache on logout
- ability to change password
- support for serving multiple domains on the same installation
- fixed install.pl (removed dependencies)
- added keybinding to expunge the current folder (E or X)
xuheki.pl --sql hostnamenow opens a SQL console- captcha validation (used only in "demo mode" for now) based on GD::SecurityImage
- better logging for the mailserver, based on Log::Log4perl.
- various fixes and cleanups
This release includes a modified version of Showdown — used to convert plain text to HTML when the editor mode is changed. I'm not yet sure if interpreting a text message in Markdown syntax is OK but it seems to work quite nicely.
Upgrading
Due to certain changes, install.pl will get confused if you try to upgrade
the usual path. Before running install.pl it's recommended to remove
/opt/Xuheki/; when asked about DB details, just use the same database, user
and password as for the old DB. The “DB already exists” error can be
ignored.

Good