Releases: TryGhost/Ghost
1.0.0-alpha.2
This is the second 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:
- first iteration of: the new Ghost editor based on mobiledoc (https://github.com/TryGhost/Ghost-Editor)
- first iteration of: using Gulp instead of Grunt
- newest lodash, knex and bookshelf version (memory leak was solved by bookshelf, see bookshelf/bookshelf@82ab996
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.1
This is the first 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 complete refactor of the configuration system to use nconf and json files
- a change to use utf8mb4 encoding
- dropped Node.js v0.10 support as the first official 1.0.0 will be after 1st October
- dropped support for postgres (MySQL will be our production default)
- preparations so that Ghost can be installed with our new cli tool
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.0
Please read the release blog post for more details.
Highlights
- [Fixed] Typing a space in the search bar no longer completes the search 🔍
- [Fixed] Date migrations for sqlite3/postgres blogs that were running in UTC 🕓
- [Fixed] AMP and previews now work properly when running Ghost in a subdirectory.
- [Fixed] Scheduling now works when blogs are run in a subdirectory ⏰
- [Fixed] Internal tags no longer appear in meta data or RSS feeds.
- [Fixed] More fixes for theme uploads causing unsupported type errors when they shouldn't 🐛
- [Fixed] Uploading over the top of an active theme now correctly reloads the theme & clears the cache 💥
- [Fixed] Issue with
lodash
when Ghost installed as an npm module. - [Fixed] Sitemaps were sometimes rendering without any content 🔦
- [Changed] Downgraded missing
{{asset}}
helpers in themes to a warning so they can still be used with caution. - And other things...
You can see the full change log for the details of every change included in this release.
0.10.1
Please read the release blog post for more details.
Highlights
- [Fixed] Uploads & imports on Windows - sorry about that 😳
- [Fixed] Memory Leak ☔️ - downgrading bookshelf & knex solves this, we're still looking for the exact culprit
- [Fixed] AMP pages with missing images now fallback gracefully
- [Fixed] AMP doesn't like old-school HTML attributes such as
border
- [Fixed] Migrations from <0.7 to 0.10.1 will no longer throw an error
- [Fixed] Cannot find module... config.example error when starting Ghost after upgrading
- [Fixed] Multiple upgrade notifications - one is enough 😜
- And a few other bits & pieces...
You can see the full change log for the details of every change included in this release.
0.10.0
Please read the release blog post for more details.
Note: This release contains breaking changes for custom storage adapters - see https://github.com/TryGhost/Ghost/wiki/Using-a-custom-storage-module. If you are using a custom storage adapter your blog might not start before you update your custom storage adapter to a newer version, which supports our breaking changes.
Highlights
- [New] AMP (Accelerated Mobile Pages) - deliver optimised content for mobile users
- [New] Theme upload, download & delete - theme management is now part of Ghost
- [Improved] Deleting a user now clearly highlights any post content that will be deleted
- [Improved] Default referrer policy has changed to
no-referrer-when-downgrade
- works now in Safari - [Improved] Cross Browser Support - The editor now works in IE Edge
- [Fixed] Date helper now generates correct published date based on blog timezone
- [Fixed] Internal tags are not shown in sitemap-tags.xml anymore
- [Fixed] Security Issue: Open redirect
- [Changed] Storage adapters now require save, delete, serve, exists methods (Breaking Change)
- And much more...
You can see the full change log for the details of every change included in this release.
0.9.0
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
toorigin-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
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 [email protected]
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
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
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
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.