Skip to content

Releases: TryGhost/Ghost

MSR1: 0.5.8

12 Jan 19:46
Compare
Choose a tag to compare

This release contains several new features as well as numerous bug fixes. Please read the release blog post for more details.

Release Highlights

  • [New] Tag Management UI
  • [New] Labs options for WIP features
  • [New] Importer handles images and markdown files
  • [New] Socket permissions can be set from config
  • [Fixed] Custom favicons not working correctly
  • [Fixed] New posts added to bottom of list in admin
  • [Fixed] Has helper tag matching bug
  • [Fixed] Email sending issue when blog title has a comma
  • [Fixed] Issues with fetching a Gravatar
  • [Fixed] Various admin UI issues

The full changelog contains a list of all changes.

MSR1: 0.5.7

15 Dec 20:00
Compare
Choose a tag to compare

This release contains several important bug fixes as well as new features. Please read the release blog post for more details.

Release Highlights

  • [New] Login via editor modal if session expires
  • [New] View post link in notification when publishing/updating a post
  • [Fixed] Clearer user deletion warning
  • [Fixed] Change password form allows for updating password of other user
  • [Fixed] Sitemap handling of draft posts and images
  • [Fixed] Invite user token verification failing

The full changelog contains a list of all changes.

MSR1: 0.5.6

05 Dec 13:02
Compare
Choose a tag to compare

This release contains several important bug fixes as well as new features. Please read the release blog post for more details.

Release Highlights

  • [New] Sitemaps
  • [New] Footnotes & Highlight
  • [New] Labs page
  • [Fixed] Posts failing to save after an error
  • [Fixed] Password reset and invitation links not working with mailgun
  • [Fixed] Image helper not working correctly with subdirectories
  • [Fixed] RSS feed warning in Chrome

The full changelog contains a list of all changes.

MSR1: 0.5.5

19 Nov 10:52
Compare
Choose a tag to compare

Ghost 0.5.5 is a minor update to 0.5.4 which resolves an issue with character encoding for MySQL databases. If you're using MySQL and have upgraded to 0.5.4, please upgrade to 0.5.5. The extra fix can be found here.


Ghost 0.5.4 fixes a memory leak which causes instability under load as well as several bug fixes. Please read the release blog post for more details.

This is a recommended upgrade

MSR1: 0.5.4

18 Nov 14:25
Compare
Choose a tag to compare

Blogs running MySQL should not use this release, please make sure you are using Ghost 0.5.5

Ghost 0.5.4 fixes a memory leak which causes instability under load as well as several bug fixes. Please read the release blog post for more details.

MSR1: 0.5.3

21 Oct 15:02
Compare
Choose a tag to compare

This release contains several new features, bug fixes and updates to the theme API. Please read the release blog post for more details.

Release Highlights

  • [New] Post Auto Save
  • [New] Structured data (open graph, twitter cards)
  • [New] GMail-style shortcuts
  • [Fixed] Themes not working correctly with symlinks
  • [Fixed] User screen limited to 20 users
  • [Fixed] Next & prev meta links don't get HTTPS

Theme Changes

Please see the theme changelog for full details of all the changes to the theme API.


The full changelog contains a list of all changes.

MSR1: 0.5.2

25 Sep 18:07
Compare
Choose a tag to compare

This release contains several new features, major bug fixes, updates to the theme API and breaking changes when using Ghost as an npm module. Please read the release blog post for more details.

Release Highlights

[New] Admin design refresh
[New] About Ghost page in settings area
[New] Post settings menu with meta data & post cover image settings
[New] Privacy config flags
[New] Direct mail sends mail without config
[New] {{is}} helper for themes
[Improved] Error handling when starting Ghost
[Fixed] Request entity too large error
[Fixed] 'Post NOT saved' dialog keeps appearing on Safari
[Fixed] Author dropdown only shows 15 authors
[Fixed] Switching between blog and admin can cause blog to lose styling

Breaking Changes

[Changed] Ghost no longer starts automatically when used as an npm module
[Changed] Keyboard shortcut for headings is now Ctrl/⌘ + H

Theme Changes

Please see the theme changelog for full details of all the changes to the theme API.


The full changelog contains a list of all changes.

MSR1: 0.5.1

27 Aug 08:49
Compare
Choose a tag to compare

This maintenance release contains critical bug fixes for 0.5:

[Fixed] Casper not working in IE
[Fixed] Cannot delete users on MySQL
[Fixed] Lost work if logged out while editing
[Fixed] Possible to downgrade Owner user
[Fixed] If author changes post author they lose access to post
[Fixed] Weird status code when authorising
[Fixed] Errors when uppercase used in /ghost/ URL
[Fixed] UUID validation error when importing
[Fixed] No notification for errors when sending mail

Full changelog

MSR1: 0.5

11 Aug 14:04
Compare
Choose a tag to compare

This release represents a total of 616 commits across 471 issues from 61 incredible contributors all over the world.

CodeName: MSR1 - this is the second release named for one of our 3 Kickstarter backers who pledged £1,000 to making Ghost a reality last year. A big thank you goes out to the MSR Group for their support on this release.

What's in The Box

By far the biggest release we've ever done, Ghost 0.5 is absolutely packed with new things. Please read the release blog post for the highlights of this release or see the changelog for full details.

0.5.0 RC4

10 Aug 22:30
Compare
Choose a tag to compare
0.5.0 RC4 Pre-release
Pre-release

This is a release candidate, 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 RC 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.

Full Changelog