Ghost

Independent technology for modern publishing, memberships, subscriptions and newsletters.

MIT License

Downloads
91.3K
Stars
45.6K
Committers
693

Bot releases are visible (Hide)

Ghost - 1.3.0

Published by kirrg001 about 7 years ago

  • ✨ Custom Post Excerpt Feature
  • 🎨 Reordered fields in blog setup form
  • πŸ› Fixed ghost update with migrations
  • πŸ› Fixed wrong min-width publication icon validation
  • πŸ› Fixed active users list not showing more than 20 users
  • πŸ“ Correct typos in default welcome posts

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

Ghost - 1.2.0

Published by kirrg001 about 7 years ago

  • ✨ Primary tag feature
  • πŸ› Fix empty zip when downloading symlinked theme
  • πŸ› Fix transfer ownership so setup can't be run multiple times
  • 🎨 Improved SEO meta titles for paginated archives
  • ⬆️ Bump core ember dependencies

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

Ghost - 1.1.0

Published by kirrg001 about 7 years ago

  • πŸ›  πŸ™ˆ Rename ghost-url.js to ghost-sdk.js
  • ⚑️ hemingway editor mode (disable backspace)

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

Ghost - 1.0.2

Published by kevinansfield about 7 years ago

  • ⚑️added {{comment_id}} helper that should be used to keep consistent IDs after migrating from 0.11.x to 1.0.0 for use with Disqus etc.
  • πŸ› fixed unbalanced tag errors that could occur when importing or saving with certain HTML
  • πŸ› fixed Only one role per user errors that could occur when importing exports from 0.11.x
Ghost - 1.0.1

Published by kevinansfield about 7 years ago

  • πŸ› fix incorrect rendering of single newlines in markdown
Ghost - 1.0.0

Published by kevinansfield over 7 years ago

Please read the release blog post for more details.

Highlights

  • [New] Editor, default theme, new user tour, nightshift mode, and many other admin improvements. More details in the announcement blog post here
  • [New] Config with nconf, logging with bunyan, and debug output using debug.
  • [Improved] Publish menu which brings scheduling front and centre, instead of it being an after thought
  • [Improved] Simplified content screen with filtering makes it easier to find
  • [Improved] The importer has had a complete overhaul, is now more robust and outputs much, much better error & warning messages when things do go awry
  • [Changed] Internal tags is no longer in labs, and the Public API Beta is now enabled by default (we're getting there!)
  • [Changed] Various aspects of the Theme API, see the theme changelog for more details...
  • [Fixed] Addressed many issues with session handling, so you get logged out far less often or maybe even not at all
  • And much, much, much more...

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

Ghost - 0.11.11

Published by kevinansfield over 7 years ago

Please read the release blog post for more details.

Highlights

  • [New] Forwards compatibility has been added for Ghost 1.0 themes to allow for smoother upgrades
  • [Improved] Protections against invalid dates in imports were added - previously it was possible to import invalid dates which would then cause the front-end to hang on certain requests
  • [Fixed] Autosaving of new posts is now behaving correctly again

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

Ghost - 0.11.10

Published by kevinansfield over 7 years ago

Please read the release blog post for more details.

Highlights

  • [Fixed] saving a slug in the post settings menu no longer results in an incorrect error stating "someone else is editing this post"
  • [Fixed] many small bugs see the full list for more details
  • [Docs] all support docs now live at https://docs.ghost.org/v0.11.9 so the in-app links have been updated
  • [Node] ⚠️ minimum version of node 4 is now v4.5.0

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

Ghost - 1.0.0-rc.1

Published by kirrg001 over 7 years ago

This is the first 1.0 release candidate 🎊.

You can install this version via Ghost-CLI for production usage. Please read the release blog post for more details.

This release contains:

  • [fixed] A bug where empty posts could be published
  • [fixed] An edge case that would send Casper's infinite scroll into an infinite loop
  • [fixed] Broken positioning on welcome tour elements
  • [fixed] Minor visual bugs with SVG icons
  • [fixed] Session sync issues with multiple tabs/refreshes
  • [fixed] A regex issue with Ghost subdirectory URLs
  • [fixed] Re-enabled custom robots.txt via themes
  • [improved] Editor now focuses on the content area by default rather than the title
  • [improved] Tag management performance for sites with many (hundreds) of tags

A new CLI release will be available in a couple of minutes, see.

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the 1.0 & LTS blog post.

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

Ghost - 1.0.0-beta.2

Published by kirrg001 over 7 years ago

This is the second of the 1.0.0 beta builds!

This release contains the most-visible change of the upcoming release, which is a brand new default Casper theme.

Please read the release blog post for more details.

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

This beta contains:

  • ✨ Casper 2.0
  • πŸ› Remove trailing slash for {{@blog.url}}
  • 🎨 Theme activation error messages
  • 🎨 Enable public API by default
  • 🎨 set spellchecker to "off" by default
  • and more smaller bug fixes

We have also released a new CLI version, see.

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the 1.0 & LTS blog post.

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

Ghost - 1.0.0-beta.1

Published by kevinansfield over 7 years ago

This is the first of the 1.0.0 beta builds!

Please read over the 1.0 Beta blog post for an overview of what's changed in 1.0 as well as install and migration instructions.

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

This beta contains (since the last alpha):

  • ✨ new welcome content including short guides for all the main aspects of using and customising Ghost
  • ✨ a feature tour to highlight key features and UI elements
  • πŸš€ imports from LTS blogs will now work - this is the official migration path to 1.0
  • 🎨 improved errors and warnings for themes that need updates for 1.0
  • ⚠️ a new ?formats= query param for the posts API, by default the API will only return the html attribute, if you need additional formats you can pass them in a comma separated list, eg. posts/?formats=html,amp,mobiledoc,plaintext
  • ⚠️ a minor bump for minimum node versions, you will now need v4 > 4.5.0 or v6 > 6.9.0

You can read more about our plans for Ghost v1.0 and the v0.11 LTS version in the LTS blog post.

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

Ghost - 1.0.0-alpha.21

Published by kevinansfield over 7 years ago

This is the twenty first in a series of (mostly) 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 return to a markdown-only editor albeit a fancier, shinier markdown editor with a toolbar, drag/drop uploads and all that good stuff (we're not dropping our mobiledoc editor completely but it was progressing too slowly to make the 1.0 cut 😞)
  • πŸ’₯ a greatly improved importer - it's now more forgiving and will actually tell you when things aren't right!
  • ✨ a brand new Markdown renderer, this fixes a whole heap of syntax bugs and improves Markdown support with full adherence to the CommonMark and Github Flavoured Markdown specs

⚠️ Please Note: The change in markdown renderer may result in a few minor breaking changes in HTML output. If you notice any major differences please let us know so that we can document them, thanks πŸ€—


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.

Ghost - 0.11.9

Published by kirrg001 over 7 years ago

Please read the release blog post for more details.

Highlights

  • [Fixed] import scheduled posts
  • [Fixed] HTML displaying in error alerts
  • [Fixed] permit Facebook usernames with less than 5 chars
  • [Fixed] escape blog title for mail header
  • [Fixed] update collision detection: updated_at is null
  • [Fixed] a gscan bug: upload themes with e.g. .git folders

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

Ghost - 1.0.0-alpha.20

Published by kevinansfield over 7 years ago

This is the twentieth 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:

  • ✍️ many editor improvements:
    • πŸ”’ word count feature has returned
    • πŸ› the cursor has had a bravery upgrade, it will now scroll the editor content so it's always in the limelight and won't hide offscreen whilst navigating or typing
    • πŸ› card insertion/selection/editing/deletion behaviour has had a tuneup to prevent unexpected changes to your lovingly crafted content
  • ✨collision detection when saving posts, no longer will you accidentally overwrite your colleagues changes!
  • πŸ”₯ BREAKING: the {{image}} helper for use in themes is gone, it's been replaced with {{img_url}} and the various images have had a rename. Check https://github.com/TryGhost/Ghost/issues/8348 for more info
  • 🚫 Ghost OAuth has been disabled, we've reverted to allowing only the old style password authentication so that we can give more focus to all of the other 1.0 work
  • πŸ› lots of bug fixes and style improvements, check the changelog for a full list

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.

Ghost - 0.11.8

Published by kirrg001 over 7 years ago

Please read the release blog post for more details.

Highlights

  • [Fixed] Post update collisions
  • [Fixed] Be able to delete a post if it's referenced by a subscriber
  • [Fixed] Image size timeout
  • [Fixed] subscriber: sanitize email vol. 2
  • [Fixed] some date bugs
  • many dependency updates

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

Ghost - 1.0.0-alpha.19

Published by kevinansfield over 7 years ago

This is the nineteenth 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:

  • ✨ New publish menu - no more confusing split publish button
  • ✍️ Many editor bug fixes plus behaviour and styling improvements
  • 🎨 Design love for the content screen filters and general buttons/icons
  • πŸ› Too many small bug fixes to mention (seriously, check the changelog! πŸ˜„)

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.

Ghost - 1.0.0-alpha.18

Published by kevinansfield over 7 years ago

This is the eighteenth (and almost definitely maybe the last) 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:

  • 🎨 Improved card selection in the new editor
  • πŸ› Fixed broken styling and 404s on error pages
  • πŸ› Fixed missing admin area when installing via ghost-cli or npm
  • πŸ›  Improvements to our developer tooling

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.

Ghost - 1.0.0-alpha.17

Published by kirrg001 over 7 years ago

This is the seventeenth (and hopefully final!) 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

Note: There is a known bug which won't render error pages, see https://github.com/TryGhost/Ghost/issues/8126. Will be fixed in the next release.

This alpha contains:

  • 🎨 Lot's of functional updates for our new editor
  • 🎨 Lot's of visual updates for our new editor
  • 🎨 More refactoring for themes and our tests

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.

Ghost - 1.0.0-alpha.16

Published by kevinansfield over 7 years ago

This is the sixteenth (and hopefully final!) 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:

  • ✨ ability to suspend users, it's no longer necessary to change the email/pass of a user to prevent them logging in without deleting them and their posts
  • ✨ any warnings or errors in a theme will now be shown when activating via the admin area
  • ✨ new save buttons that indicate success/failure state without a forced spinner delay
  • 🎨 new editor card menu and other editor improvements
  • ⚠️ the "posts per page" setting has been removed from the admin and should now be set within your theme's package.json file
  • ⚠️ admin URLs will now contain a hash in the format yourblog.com/ghost/#/editor
  • ⚠️ the gulp tooling that we were trialling has been removed and we've reverted to the old grunt commands. Check the project readme for up-to-date developer setup instructions
  • πŸ”₯ support for legacy {{content words="0"}} hack in themes has been removed

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.

Ghost - 1.0.0-alpha.15

Published by kirrg001 over 7 years ago

This is the fifteens 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 dependency updates
  • ✨ Disable email input field when using OAuth
  • ✨ Deny auth switch after blog setup
  • 🎨 Refactor code base for themes/settings
  • πŸ› Fix cors middleware
  • πŸ› Old accesstokens are not cleaned up

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.