Skip to content

Releases: TryGhost/Ghost

0.11.6

01 Mar 15:56
Compare
Choose a tag to compare

Warning 0.11.6 contains a bug with custom theme templates. We strongly advise against upgrading to 0.11.6, please wait for 0.11.7 (coming asap).

Please read the release blog post for more details.

You can see the full change log for the details of every change included in this release.

1.0.0-alpha.14

25 Feb 09:38
Compare
Choose a tag to compare
1.0.0-alpha.14 Pre-release
Pre-release

This is the fourteenth in a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha contains:

  • 🎨 Lots of UI updates for the admin settings screens
  • 🛠 [email protected]
  • ✨ Keep user e-mails in sync with central OAuth server when using Ghost OAuth

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the lts blog post. There's also more information on the alpha page.

You can see the full change log for the details of every change included in this release.

0.11.5

22 Feb 13:23
Compare
Choose a tag to compare

Please read the release blog post for more details.

Highlights

  • [Improved] Session handling has been tweaked meaning a poor net connection or leaving the admin open should no longer result in random logouts
  • [Fixed] Timezone config could be accidentally overwritten causing published dates to appear incorrect
  • [Fixed] Deleting all content now works if you have subscribers that subscribed from a post page
  • [Fixed] Subscriber export now contains all subscribers
  • [Fixed] Theme files are no longer cached in development mode

You can see the full change log for the details of every change included in this release.

1.0.0-alpha.13

18 Feb 16:49
Compare
Choose a tag to compare
1.0.0-alpha.13 Pre-release
Pre-release

This is the thirteenth in a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha contains:

  • ✨ UI updates for buttons, labs and content screen
  • 🎨 database: change hard limits and field types
  • 🎨 Boot time visibility amends
  • 🛠 [email protected]

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the lts blog post. There's also more information on the alpha page.

You can see the full change log for the details of every change included in this release.

1.0.0-alpha.12

11 Feb 23:33
Compare
Choose a tag to compare
1.0.0-alpha.12 Pre-release
Pre-release

This is the twelfth in a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha contains:

  • ✨redirects can now be specified via a file
  • improved session lengths / session handling to prevent unwanted admin logouts
  • default production database is now MySQL

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the lts blog post. There's also more information on the alpha page.

You can see the full change log for the details of every change included in this release.

1.0.0-alpha.11

04 Feb 17:37
Compare
Choose a tag to compare
1.0.0-alpha.11 Pre-release
Pre-release

This is the eleventh in a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha contains:

  • 🎨 Content screen improvements
  • 🛠 [email protected]
  • 🛠 [email protected]
  • 🛠 [email protected]
  • ⭐️ New server side config options (admin.url and more)
  • 🔥 Remove server side config options (forceAdminSSL, urlSSL)
  • 🐛 Import from LTS blogs now properly adds tags to posts

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the lts blog post. There's also more information on the alpha page.

You can see the full change log for the details of every change included in this release.

1.0.0-alpha.10

26 Jan 18:36
Compare
Choose a tag to compare
1.0.0-alpha.10 Pre-release
Pre-release

This is the tenth in a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha contains:

  • an initial prototype of a new content screen layout that drops the post preview and adds filtering - this is a very early version, expect the design and features to improve dramatically over the coming weeks
  • the ability to upload a square "blog icon" that will be used for the favicon and available in themes via the {{@blog.icon}} helper for those cases where a full logo or background image just isn't the right fit
  • AMP is now optional as per the recent LTS release
  • database migrations are now handled entirely via the knex-migrator command

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the lts blog post. There's also more information on the alpha page.

You can see the full change log for the details of every change included in this release.

0.11.4

12 Jan 21:34
Compare
Choose a tag to compare

Please read the release blog post for more details.

0.11.4 drops support for Node v0.12. For more details about Ghost's Node version support, see: http://support.ghost.org/supported-node-versions/.

Highlights

  • [New] ✨ Define redirects as JSON file
  • [New] ✨ Make AMP optional
  • [Removed] ⬇️ Drop Node v0.12.x support - Node v0.12 is no longer maintained
  • [Fixed] Import subscribers on database import
  • [Fixed] Fix admin redirect, when using a subdirectory
  • [Security] Expand subscriber email validation
  • [Security] Escape sameAs for structured data
  • [Security] Detect symlinks when uploading themes via the admin panel
  • many dependency updates

You can see the full change log for the details of every change included in this release.

1.0.0-alpha.9

17 Nov 20:54
Compare
Choose a tag to compare
1.0.0-alpha.9 Pre-release
Pre-release

This is the ninth of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha contains:

  • a switch from auto-incrementing integer IDs to ObjectIDs for database primary keys
  • removal of uuid columns from all tables/models except for Post where it's still used for previews
  • more updates on the new Ghost-Editor
  • fixes for the brute force middleware

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the lts blog post. There's also more information on the alpha page.

You can see the full change log for the details of every change included in this release.

1.0.0-alpha.8

08 Nov 17:29
Compare
Choose a tag to compare
1.0.0-alpha.8 Pre-release
Pre-release

This is the eight of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha contains:

  • swap sqlite3 & mysql dependencies
  • fix issues for Ghost.org client registration
  • we added a brand new brute force middleware unit
  • second integration of knex-migrator into Ghost
  • you can now use more commands of knex-migrator e.q. reset
  • more clean up of our User model
  • we pushed a fix for deleting a post
  • more updates on the new Ghost-Editor

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the lts blog post. There's also more information on the alpha page.

You can see the full change log for the details of every change included in this release.