Skip to content

Releases: TryGhost/Ghost

0.9.0

27 Jul 16:26
Compare
Choose a tag to compare

Please read the release blog post for more details.

Highlights

  • [New] Scheduled posts - tell Ghost to publish your post sometime in the future 🕑
  • [New] Configurable blog timezone - super important for making scheduled posts work the way you expect.
  • [New] Internal tags (Beta) - use tags for managing content without them appearing in your theme
  • [Improved] Install & upgrade process by removing dependency on semver which regularly broke npm
  • [Improved] Better error handling for visitors and admin users whilst performing upgrades
  • [Fixed] "Access Denied" errors when uploading images
  • [Fixed] Editing a post via the API without providing a tags list would delete the post's tags 😱
  • [Fixed] Problems running in nested sub-directories, e.g. mysite.com/my/blog
  • [Fixed] Session handling on intermittent connections - it should now be easier to stay logged in
  • [Changed] Referrer policy changed from origin to origin-when-cross-origin to improve in-site analytics
  • [Changed] Node v4 is now the recommended node version for running Ghost 🎉
  • And much more...

The full change log contains a list of all changes.

0.9.0 Beta 2

15 Jun 12:57
Compare
Choose a tag to compare
0.9.0 Beta 2 Pre-release
Pre-release

This is a beta release, it exists for testing purposes only :)

  • It should not be considered stable
  • It should not be used on production environments.

The zip file is a proper 'built' release of Ghost, just like you would get from Ghost.org, so use it with:

  • npm install --production
  • npm start --production

No grunt tasks are required.

Please note: this beta only works in production mode - the JavaScript files for dev mode are missing.

Install instructions are at http://support.ghost.org/installation

Please see the related issue for details on what is being tested and how to get involved.

Upgrade note:
If you are upgrading from any previous version of Ghost and you use npm@2.x you will need to delete your node_modules directory before running npm install --production - see the related issue for more details.

0.9.0 Beta 1

06 Jun 14:34
Compare
Choose a tag to compare
0.9.0 Beta 1 Pre-release
Pre-release

This is a beta release, it exists for testing purposes only :)

  • It should not be considered stable
  • It should not be used on production environments.

The zip file is a proper 'built' release of Ghost, just like you would get from Ghost.org, so use it with:

  • npm install --production
  • npm start --production

No grunt tasks are required.

Please note: this beta only works in production mode - the JavaScript files for dev mode are missing.

Install instructions are at http://support.ghost.org/installation

Please see the related issue for details on what is being tested and how to get involved.

0.8.0

19 May 12:07
Compare
Choose a tag to compare

Note: this release contains breaking changes to the Theme API, please read the release blog post for more details.

Highlights

  • [New] Subscribers (Beta) - enable in labs to collect email addresses from your blog
  • [New] Slack integration - notify a slack channel whenever a new blog post is published
  • [New] Twitter & Facebook support - add your social profiles to your blog and users, get a meta data boost
  • [New] HTTP2 Preload headers - get super speed with CloudFlare
  • [Changed] Image uploader - improved editor performance and a smoother upload experience
  • [Changed] theme API breaking changes - see here for the details
  • [Fixed] Errors in JSON-LD structured data output on blog posts & author pages

The full change log contains a list of all changes.

0.7.9

14 Apr 14:05
Compare
Choose a tag to compare

Note: this release contains a breaking change for some Public API Beta users, as always, please read the release blog post for more details.

Highlights

  • [Improved] Static pages now have structured data, just like posts, so they will pass validation for twitter cards and other social media sharing tools.
  • [Improved] Relaxed CORS handling, meaning less people should have issues logging in to their blog if their URL isn't configured exactly right.
  • [Improved] Draft post slugs (urls) are updated when the title changes, so that you don't get weird half-titles in slugs anymore.
  • [Fixed] Static files immediately result in a 404, because trying a filename with a trailing slash on the end is never going to result in a happier ending.
  • [Fixed] Incorrect preview link & icon position in the editor making it easier to preview your post by clicking the word "preview" at the bottom of the editor.
  • [Fixed] Requesting url as a field from the Posts API didn't return the correct response (Public API Beta).
  • [Changed] Trusted domains now require their protocol be included. See below for details (Public API Beta).

The full change log contains a list of all changes.

0.7.8

18 Feb 20:23
Compare
Choose a tag to compare

Please read the release blog post for more details.

Highlights

  • [Fixed] Unable to add an existing tag to a new post

And from 0.7.7...

  • [Fixed] Node v4 LTS support handles 4.3 and all future v4 LTS versions 🚀
  • [Fixed] Settings cache cleared on import, so your blog will now look correct without needing a restart
  • [Fixed] Various issues with navigation - the UI behaves better, and you'll no longer get ignored by {{current}} if you forget a trailing slash.
  • [Fixed] API serving invalid status codes, which was a potential source of crashes 💥
  • [New] The delete all content button now creates a backup file first... just in case 😉
  • And much more...

The full change log contains a list of all changes.

0.7.7

18 Feb 17:10
Compare
Choose a tag to compare

Please read the release blog post for more details.

Update: We've spotted a pretty nasty bug in 0.7.7 with saving tags. 0.7.8 will be along shortly...


The full change log contains a list of all changes.

0.7.6

03 Feb 13:07
Compare
Choose a tag to compare

Please read the release blog post for more details.

Highlights

  • [Fixed] Getting frequently signed out, especially whilst writing a post.
  • [Fixed] Unable to log in to multiple blogs on different subdirectories at the same time.
  • [Fixed] No current class in navigation if you missed a trailing slash from the URL.
  • [Fixed] Blog titles being treated as numbers and other weird data type issues.
  • [Fixed] Horrible errors in the admin panel if the active theme wass missing.
  • [Improved] Various CSS and minor UI tweaks, including adding a preview link to the draft saved notification.
  • And much more...

The full change log contains a list of all changes.

0.7.5

12 Jan 14:42
Compare
Choose a tag to compare

Please read the release blog post for more details.

Highlights

  • [New] from and to attributes added to {{tags}} and {{#foreach}}
  • [Fixed] Admin panel slow/unresponsive when navigating or searching with large numbers of posts
  • [Fixed] Private blogging correctly disables author/tag rss feeds
  • [Fixed] Login in Safari's private browsing mode
  • [Fixed] Generation of http vs https urls for meta data
  • [Fixed] Sitemaps missing tag images

The full change log contains a list of all changes.

0.7.4

23 Dec 17:35
Compare
Choose a tag to compare

Please read the release blog post for more details.

Highlights

  • [Fixed] Tag pages for tags starting with numbers
  • [Fixed] Helpers still causing aSyNcId errors when used inside the {{#get}} helper
  • [Fixed] ghost.url.api() utility issue with multiple requests
  • [Fixed] authentication error on resubmitting setup/two
  • [Fixed] broken @last when using {{#foreach}} with limit
  • [Fixed] Duplicate URL input field in image uploader

The full change log contains a list of all changes.