Releases: kabukky/journey
Journey v0.1.0
Added: Plugin support via Lua. Read the Creating a Journey Plugin Wiki page for more information.
Added: Watching of the plugins folder for changes to the .lua files (only when developer mode is activated). Journey will reload the plugins upon changes to the files.
Journey v0.0.5
Added: "-dev" command-line flag to activate developer mode.
Added: Watching of the theme folder for changes to the .hbs files (only when developer mode is activated). Journey will reload the theme upon changes to the files.
Added: Delete function for images in admin area.
Changed: Date of the first publication of a post is now used as the date of that post.
Journey v0.0.4
Added creation of content directories if they are not created already.
Journey v0.0.3
Added a command-line argument to set a custom path for storing/reading content files, log.txt, and config.json.
Usage:
journey -custom-path=/absolute/path/to/custom/folder
Refer to the FAQ for more information.
Journey v0.0.2
Added "absolute" argument to url helper. Changed handling of urls in config. Updated Promenade theme.
Journey v0.0.1
This is the first Journey release. No support for multiple users yet. Have fun testing :)