Skip to content

Releases: kabukky/journey

Journey v0.2.0

15 Oct 11:05
Compare
Choose a tag to compare
  • Added: HTTPS certificates are now automatically generated using Let's Encrypt if "UseLetsEncrypt" is true in config.json.
  • Added: Posts can now be edited by appending "/edit" to the post URL (thanks blockloop).
  • Added: Various RSS Feed improvements.
  • Added: Footnotes support in Markdown (thanks tomkwok).
  • Changed: Frontend bugfixes and improvements for the admin panel (thanks tomkwok).
  • Fixed: -custom-path now accepts all valid paths (LukeHowellDev).
  • Fixed: various bugfixes in the backend.

Journey v0.1.9

12 May 12:54
Compare
Choose a tag to compare
  • Changed: The log is no longer output to the log.txt file by default but instead to the console.
  • Added: -log command line option to set the file the log should be written to. After using this option, the log is no longer output to the console. Example usage: -log=path/to/log.txt
  • Added: -http-port command line option to override the port used for the HTTP server as set in the config.json. Example usage: -http-port=8080
  • Added: -https-port command line option to override the port used for the HTTPS server as set in the config.json. Example usage: -https-port=8081
  • Changed: The working directory is no longer automatically set to the Journey directory. For example, one could use -log=log.txt as a command line option to output the log to the log.txt file in the directory the command was executed in.

Journey v0.1.8

07 May 17:47
Compare
Choose a tag to compare
  • Added: User name and slug can now be edited in the admin interface.
  • Changed: RSS feed isn't output with CDATA tags anymore.
  • Fixed: A bug when migrating from a Ghost version without navigation support.
  • Fixed: Links to the blog are now output correctly in the RSS feed.

Journey v0.1.7

06 May 19:16
Compare
Choose a tag to compare
  • Added: "navigation", "url", "slug", "label", and "current" helpers and interface to add navigation items in the settings (admin interface).
  • Added: navigation.hbs and pagination.hbs are now read from the theme
    files. If they are not present, the built-in ones will be used.
  • Added: "contentFor" and "block" helpers.
  • Added: "Log Out" link in admin interface.
  • Fixed: Behavior of "author" and "author.name" helpers.
  • Fixed: The number of total index pages is now calculated correctly.
  • Fixed: Loading and redirection of custom pages without a trailing slash.

Journey v0.1.6

29 Apr 09:48
Compare
Choose a tag to compare
  • Added: Custom Pages. Files saved in content/pages/path/ will be served under yourblog.url/pages/path/. Handy for setting up project pages using html + css + js.
  • Added: Migration from Ghost to Journey. Read how to do it here.
  • Changed: If the last set theme is not found on start up, Journey first tries to load the default theme (promenade) then tries all available themes in order.

Journey v0.1.5

26 Apr 13:15
Compare
Choose a tag to compare

Fixed: Image path creation on Windows.
Fixed: No selector field for post cover in Chrome.

Journey v0.1.4

25 Apr 21:28
Compare
Choose a tag to compare

Added: Support for arguments in plugin helpers.
Fixed: Parsing of arguments when executing the plural helper.

Journey v0.1.3

25 Apr 17:28
Compare
Choose a tag to compare

Fixed: @blog.url helper.

Journey v0.1.2

25 Apr 16:38
Compare
Choose a tag to compare

Fixed: Critical bug when parsing helper arguments.

Journey v0.1.1

25 Apr 14:51
Compare
Choose a tag to compare

Fixed: Creation of the plugins directory if it doesn't exist.