Skip to content

Releases: TryGhost/Ghost-CLI

Try to be a rainbow in someone's cloud

21 Oct 13:02
Compare
Choose a tag to compare

No changes since beta.1

This release supports node v12, as well as Ghost v3.

The power of imagination makes us infinite

17 Oct 10:28
Compare
Choose a tag to compare

Quick fixes for a couple of bugs found in yesterday's release.

  • Prelease CLI versions now work with Ghost's engine match
  • Node version support ranges are now in line with Ghost's

No act of kindness, no matter how small, is ever wasted.

16 Oct 13:19
Compare
Choose a tag to compare

Prerelease to test some changes needed for Ghost v3

Quick summary of changes in this release:

  • many, many dependency updates
  • initial support for node v12
  • support for Ghost v3
  • various bugfixes/improvements.

As always, a full list of changes can be found in the changelog.

If opportunity doesn't knock, build a door

03 Jun 12:05
Compare
Choose a tag to compare

Small bugfix release with a patch for setting up a blog using the --auto flag.

Also, this release officially drops support for Node v6, as it reached end-of-life on April 30th.

A complete list of changes can be found in the changelog.

Without craftsmanship, inspiration is a mere reed shaken in the wind.

30 May 12:23
Compare
Choose a tag to compare

New Release! 🚀

This release contains several small bugfixes, as well as two new things! ✨

  • A new check-update command, which will let you know if there is a new version of Ghost that you need to update to. Will not output anything when no update is available, meaning this is useful in automation.
  • Support for NGINX_PROGRAM_NAME and NGINX_CONFIG_PATH environment variables, which can be used to configure certain things about your nginx setup. This is useful if you wish to use different "flavors" of nginx such as OpenResty.

As always, a more complete list of changes can be found in the changelog.

Retroactive note: This release also inadvertently dropped support for Node v6 due to it being end-of-life (see the Node.js LTS release list). Version 1.10.0 is the last version to support Node v6.

We know what we are, but know not what we may be

22 Apr 23:27
Compare
Choose a tag to compare

It's been a while, but we're back with another minor release of Ghost-CLI!

Summary of changes in this release:

  • The ghost setup command underwent a pretty significant internal refactor, which allows it to run as many independent setup steps as possible, even if one errors. Should hopefully be a bit less confusing now 😅
  • Several minor adjustments were made to various help outputs, which should make certain flags a bit clearer.

NOTE: As per the Node.js LTS schedule, and Ghost's node version support policy, the 1.10.0 version will be the last to support Node v6. Please update to Node v8 or v10 in order to continue receiving compatible updates.

As always, a more complete list of changes can be found in the changelog.

1.10.0-rc.1

22 Apr 12:09
Compare
Choose a tag to compare
1.10.0-rc.1 Pre-release
Pre-release
chore(release): 1.10.0-rc.1

1.10.0-rc.0

20 Apr 18:52
Compare
Choose a tag to compare
1.10.0-rc.0 Pre-release
Pre-release
chore(release): 1.10.0-rc.0

1.10.0-beta.1

15 Apr 13:56
Compare
Choose a tag to compare
1.10.0-beta.1 Pre-release
Pre-release
chore(release): 1.10.0-beta.1

We must let go of the life we have planned, so as to accept the one that is waiting for us

26 Jan 17:19
Compare
Choose a tag to compare

Because of several larger refactors in the pipeline for Ghost-CLI, we have decided to release changes leading up to Ghost-CLI 1.10 as beta/release candidate versions, this one being the first.

These versions won't show up in the Ghost-CLI update check, and can only be installed by running npm install ghost-cli@next (NOT recommended for production installations).

Summary of changes in beta.0:

  • Refactoring of the setup command

As always, a complete list of changes for every release can be found in the changelog.