Skip to content

Releases: kabukky/journey

Journey v0.1.0

25 Apr 12:32
Compare
Choose a tag to compare

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

17 Apr 12:45
Compare
Choose a tag to compare

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

01 Apr 11:10
Compare
Choose a tag to compare

Added creation of content directories if they are not created already.

Journey v0.0.3

01 Apr 10:08
Compare
Choose a tag to compare

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

17 Mar 11:36
Compare
Choose a tag to compare

Added "absolute" argument to url helper. Changed handling of urls in config. Updated Promenade theme.

Journey v0.0.1

16 Mar 14:04
Compare
Choose a tag to compare

This is the first Journey release. No support for multiple users yet. Have fun testing :)