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.18.2

Published by aileen almost 7 years ago

  • 🐛 Fixed blog icon not shown in nav (TryGhost/Ghost-Admin#918)
  • 🐛 Fixed unresponsive upload buttons
  • 🐛 Fixed time input bugs when leading zero is omitted

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

Ghost - 1.18.1

Published by kevinansfield almost 7 years ago

  • 🎨 Improved error handling for images on file storage which don't exist (TryGhost/Ghost#9282)
  • 🎨 Improved pagination misusage error
  • 🐛 Fixed error handling for html response (TryGhost/Ghost#9280)
  • 🐛 Fixed throwing 500 for invalid encoded urls (TryGhost/Ghost#9279)
  • 🐛 Fixed Sitemap when permalink contains Primary Tag (TryGhost/Ghost#9273)
  • 🐛 Fixed import and redirect uploads for Win10/Edge (TryGhost/Ghost#9267)
  • 🐛 Fixed inability to re-upload the same redirects file (TryGhost/Ghost-Admin#912)

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

Ghost - 1.18.0

Published by aileen almost 7 years ago

This release contains a database migration to support future functionality.

  • 🐛 Fixed slugs from exceeding db limit (TryGhost/Ghost#9251)

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

Ghost - 1.17.3

Published by kirrg001 almost 7 years ago

  • 🐛 Fixed missing errors on failed import
  • 🎨 Allow any Slack-compatible webhook URLs in Slack app

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

Ghost - 1.17.2

Published by kirrg001 almost 7 years ago

  • 🐛 Fixed pagination error (TryGhost/Ghost#9243)
  • 🐛 Fixed concurrent renew of access tokens
  • 🎨 Added "Featured posts" filter and badge to stories list (TryGhost/Ghost-Admin#907)
  • 🐛 Fixed failing Facebook URL validation for group urls (TryGhost/Ghost-Admin#906)

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

Ghost - 1.17.1

Published by kevinansfield almost 7 years ago

  • 🎨 Increased allowed lengths of tag names/slugs and user names (TryGhost/Ghost-Admin#905)
  • 🎨 Improve admin styles on mobile (TryGhost/Ghost-Admin#903)
  • 🐛 Fixed error for password authentication with Bearer Token (TryGhost/Ghost#9227)
  • 🐛 Fix elastic scroll issues in admin on iOS

⚠️ This release adds some missing length validations to database fields. If you have only been using the default Ghost admin panel or Ghost Desktop, don't worry, everything is fine 😄 However, if you have used the private API or 3rd party clients there is a small chance that you have data stored on resources that is larger than the allowed size - in that case you may run into a limit error next time that resource is saved. If you get any unexpected errors please swing by our Slack channel!

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

Ghost - 1.17.0

Published by kevinansfield almost 7 years ago

  • ✨ New {{reading_time}} theme helper (TryGhost/Ghost#9217)
  • 🎨 Increased maximum tag description length to 500 (TryGhost/Ghost-Admin#904)
  • 🐛 Fixed password fields not being cleared when leaving team/user page (TryGhost/Ghost-Admin#900)
  • 🐛 Fixed custom_excerpt not being used in RSS feeds (TryGhost/Ghost#9219)

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

Ghost - 1.16.2

Published by kirrg001 almost 7 years ago

NOTE : We've bumped the minimum required version for Node v8 to >=8.9.0 - see and see. If you are using v8, you have to update to the latest available version, otherwise you are unable to start Ghost. Especially when using the CLI, you could run into this issue.

The note above only affects people running Ghost with v8, you don't have to do anything when using Node v4 or v6!

  • 🐛 Fixed "Someone else is editing" errors showing when no-one else is editing (TryGhost/Ghost-Admin#901)
  • 🎨 Added confirmation dialogs when leaving screens with unsaved changes (TryGhost/Ghost-Admin#891)

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

Ghost - 1.16.1

Published by kirrg001 almost 7 years ago

This release contains dependency updates, internal changes to the code base and one minor tweak of tag highlighting in the PSM.

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

Ghost - 1.16.0

Published by aileen almost 7 years ago

  • ✨ Improved password validation rules (TryGhost/Ghost#9171)
  • 🐛 Fixed error when theme folder is a number (TryGhost/Ghost#9184)

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

Ghost - 1.15.1

Published by aileen almost 7 years ago

  • 🐛 Prevents xmlrpc pings happening on import (TryGhost/Ghost#9165)

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

Ghost - 1.15.0

Published by kevinansfield about 7 years ago

  • ✨ Support prev/next filtering by author (TryGhost/Ghost#9149)
  • ✨ Increase minimum password length to 10 characters (TryGhost/Ghost#9152)
  • ✨ Improved importer logic for password in users (TryGhost/Ghost#9161)
  • 🐛 Fixed anchor links converting to absolute URLs in AMP pages (TryGhost/Ghost#9143)

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

Ghost - 1.14.1

Published by kevinansfield about 7 years ago

This is a bug-fix only release that resolves a potentially incorrect error message when performing database migrations.

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

Ghost - 1.14.0

Published by kevinansfield about 7 years ago

⚠️ This release contains a breaking change to the Public API Beta: getting a next or previous post via include has been removed in favour of using filter, please review the API Changelog for full details.

  • ✨ Prev & next post filtering, with primary tag support (TryGhost/Ghost#9141)
  • 🎨 Improved accessibility markup in default navigation.hbs partial (TryGhost/Ghost#9137)
  • 🐛 HTML page error: correct templateData (TryGhost/Ghost#9144)
  • 🐛 Fixed "Post URL matches" text displaying when no template match is found (TryGhost/Ghost-Admin#896)
  • 🐛 Fixed showing "theme missing" error incorrectly (TryGhost/Ghost#9129)

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

Ghost - 0.11.12

Published by kirrg001 about 7 years ago

If you update to 0.11.12, you are now able to dismiss update notifications 😬.

  • 🎨 Improved Update Notifications (#8871)
  • 🐛 Fixed following redirects for image dimension requests (#8953)
  • 🐛 Fixed custom redirects with query/search params (#9107)
  • 🐛 Fixed pagination w/ letters duplicating content (#8877)
  • 🐛 Fixed meta on subscribe page if labs not enabled (#8873)

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

Please read what you can expect from our current LTS support.

Ghost - 1.13.0

Published by kirrg001 about 7 years ago

  • ✨ Custom post templates (TryGhost/Ghost#9073)
  • ✨ Support filtering based on primary_tag (TryGhost/Ghost#9124)

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

We've also updated themes.ghost.org.

Ghost - 1.12.1

Published by kirrg001 about 7 years ago

NOTE: The previous 1.12.0 release contained a custom configuration file for the production environment. Please update to 1.12.1.

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

Ghost - 1.12.0

Published by aileen about 7 years ago

  • 🐛 Fixed author helper not returning the correct url (TryGhost/Ghost#9102)
  • ✨ Private RSS feed (TryGhost/Ghost#9088)
  • 🎨 Added confirmation dialog when leaving settings screen with unsaved changes (TryGhost/Ghost-Admin#871)

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

Ghost - 1.11.1

Published by aileen about 7 years ago

  • 🐛 Fixed being able to store invalid date formats (TryGhost/Ghost#9090)

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

Ghost - 1.11.0

Published by aileen about 7 years ago

🚨 Note: This release contains a potentially breaking change:

  • for new posts, text which looks like a valid domain (eg. example.com) will no longer be auto-linked
  • when editing old posts, any links on previously auto-linked domains will be removed
  • if you want to link example.com it will be necessary to use full markdown syntax, eg. [example.com](https://example.com)

  • 🎨 Disabled auto-linking of domain names in markdown (TryGhost/Ghost#9084)
  • 🎨 Added keyboard shortcuts for editor modes (TryGhost/Ghost-Admin#821)
  • 🐛 Fixed search losing focus when removing search term (TryGhost/Ghost-Admin#883)
  • 🐛 Fixed error when navigating to tag from admin search box (TryGhost/Ghost-Admin#881)
  • 🐛 Fixed unreadable HTML property colours in Night Shift mode (TryGhost/Ghost-Admin#885)
  • 🐛 Fixed confirmation modals when leaving editor with unsaved changes (TryGhost/Ghost-Admin#880)

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