Releases: TryGhost/Ghost
1.0.0-alpha.13
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
- 🛠 Ghost-Editor@0.1.9
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
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
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
- 🛠 Ember@2.11.0
- 🛠 Knex-Migrator@2.0.5
- 🛠 Ghost-Editor@0.1.6
- ⭐️ 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
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
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
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
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.
0.11.3
Please read the release blog post for more details.
0.11.3 adds official support for Node v6 and drops support for Node v0.10. For more details about Ghost's Node version support, see: http://support.ghost.org/supported-node-versions/.
Highlights
- [New] Node v6 LTS support - Ghost now officially works with Node ^6.9.0 ⬆️
- [Removed] Node v0.10.x support - Node v0.10 is no longer maintained ⬇️
- [Fixed] Issue where not all posts would be rescheduled after a restart ⏱
- [Fixed] Several minor issues with the Casper theme 🎨
- And a few dependency updates
You can see the full change log for the details of every change included in this release.
1.0.0-alpha.7
This is the seventh 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:
- More separation between client & server, Ghost-Admin now pulls config from an endpoint instead of having it pushed into meta tags.
- Logging improvements, the new logging feature is effectively stable as of this release.
- Editor updates: Added slash menu, soft return, and code block support + other updates and improvements
- Dependency updates & bug fixes etc
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.6
This is the sixth 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:
- editor updates
- post/page title is now part of the content
- updated toolbar behaviour
- more markdown-like quick commands (e.g. typing markdown image syntax
!()
will trigger insertion of an image card)
- improved OAuth registration - changing your blog's configured URL should no longer result in "Redirect URI mismatch" errors
- many internal dependency updates, bug fixes, and refactorings
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.