Ghost

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

MIT License

Downloads
91.3K
Stars
45.6K
Committers
693

Bot releases are hidden (Show)

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.

Ghost - 1.10.0

Published by kevinansfield about 7 years ago

⚠️ This release contains some breaking changes to the beta Public API to limit exposed user information, please review the API Changelog for full details.

  • 🔥 Removed certain fields from public user response (TryGhost/Ghost#9069)
  • 🔥 Removed public API endpoint to fetch users by email address (TryGhost/Ghost#9059)
  • 🎨 User is not allowed to add/modify certain fields (TryGhost/Ghost#9053)
  • 🐛 Fixed incorrect autosave of published posts when leaving editor (TryGhost/Ghost-Admin#879)
  • 🐛 Fixed admin search not handling certain characters (TryGhost/Ghost-Admin#877)
  • 🐛 Fixed editor font in MS Edge (TryGhost/Ghost-Admin#876)
  • 🐛 Fixed broken "retry" link when an Unsplash API request failed (TryGhost/Ghost-Admin#875)
  • 🐛 Fixed visibility of spellcheck errors in Night Shift mode (TryGhost/Ghost-Admin#874)
  • 🐛 Fixed missing cache invalidation header when uploading redirects (TryGhost/Ghost#9071)
  • 🐛 Fixed various iOS issues (TryGhost/Ghost-Admin#868)
  • 🐛 Fixed author role permission to prevent Authors changing post author (TryGhost/Ghost#9067)
  • 🐛 Fixed API returning roles on the public user resource (TryGhost/Ghost#9039)

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

Ghost - 1.9.1

Published by kevinansfield about 7 years ago

  • 🎨 Backup redirects.json file before overwriting (TryGhost/Ghost#9051)
  • 🎨 Mellowed the bright white info boxes in night shift mode (TryGhost/Ghost-Admin#869)
  • 🐛 Fixed persistent upgrade notifications showing for the currently installed version (TryGhost/Ghost#9048)
  • 🐛 Fixed incorrect publish menu date/time input sizes in IE11 (TryGhost/Ghost-Admin#853)
  • 🐛 Fixed blog icon display in admin menu when using a storage adapter (TryGhost/Ghost-Admin#831)
  • 🐛 Fixed incorrect Home/End key behaviour on Windows (TryGhost/Ghost-Admin#870)
  • 🐛 Fixed missing "file too large" text for failed import uploads (TryGhost/Ghost-Admin#867)
  • 🐛 Fixed redirects upload for various browsers/systems (TryGhost/Ghost#9042)

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

Ghost - 1.9.0

Published by kirrg001 about 7 years ago

  • ✨ Allow Upload/Download of redirects.json (TryGhost/Ghost#9029)
  • 🐛 Fixed unreadable Unsplash search text in Night Shift mode (TryGhost/Ghost-Admin#866)
  • 🎨 Linked tags story count to filtered stories list (TryGhost/Ghost-Admin#863)
  • 🎨 Enabled Unsplash integration by default (TryGhost/Ghost-Admin#862)

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

Ghost - 1.8.7

Published by kirrg001 about 7 years ago

  • 🐛 Fixed "scheduled at" datepicker not showing correct month when opening (TryGhost/Ghost-Admin#860)
  • 🐛 Fixed api url for the ghost sdk (TryGhost/Ghost#9013)

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

Ghost - 1.8.6

Published by aileen about 7 years ago

  • 🐛 Fixed doubled query params for url/admin-url redirection
  • 🐛 Fixed public api access on custom domain
  • 🎨 Changed showing update notifications for minor/major only (TryGhost/Ghost#9009)
  • 🐛 Fixed disqus comment id when exporting/importing 1.x content

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

Ghost - 1.8.5

Published by aileen about 7 years ago

  • 🐛 Fixed team page not showing profile image and last seen (TryGhost/Ghost-Admin#857)
  • 🐛 Fixed invalid image URLs not being cached and causing timeouts (TryGhost/Ghost#8986)
  • 🐛 Fixed private blogging leaking post information (TryGhost/Ghost#8999)
  • 🐛 Fixed custom redirects with query/search params (TryGhost/Ghost#8998)
  • 🎨 Improved visibility of unchecked checkboxes (TryGhost/Ghost-Admin#851)

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

Ghost - 1.8.4

Published by kirrg001 about 7 years ago

  • 🐛 Fixed draft/scheduled/published date in content list (TryGhost/Ghost-Admin#852)
  • 🐛 Fixed double scrollbar in PSM code injection editors (TryGhost/Ghost-Admin#849)

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

Ghost - 1.8.3

Published by kirrg001 about 7 years ago

  • 🐛 Fixed post scheduling (TryGhost/Ghost#8976)

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

Ghost - 1.8.2

Published by kirrg001 about 7 years ago

  • 🐛 Fixed only save imported post ids if amp field is empty (TryGhost/Ghost#8967)

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

Ghost - 1.8.1

Published by kevinansfield about 7 years ago

  • 🐛 Fixed "active" state of apps on apps index screen (TryGhost/Ghost-Admin#843)

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

Ghost - 1.8.0

Published by kevinansfield about 7 years ago

  • 🎨 Includes new Casper 2.1.0 that has changes to <blockquote> and <h5> styling - please see the Release Notes for more details
  • 🐛 Fixed post saving indicator only indicating autosaves (TryGhost/Ghost-Admin#842)
  • 🐛 Fixed redirects loop if admin url does not equal blog url (TryGhost/Ghost#8950)
  • 🐛 Fix #tags added via PSM having "public" visibility (TryGhost/Ghost-Admin#841)
  • 🐛 Fix double-scrollbar in code injection editor (TryGhost/Ghost-Admin#838)
  • 🐛 Downgraded errors to warnings for incorrect {{img_url}} usage
  • 🐛 Added error handling to prev/next post helpers
  • 🐛 Fixed error handling in async helpers

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

Ghost - 1.7.1

Published by kevinansfield about 7 years ago

  • 🐛 Fixed internal tags being used as primary tags (TryGhost/Ghost#8934)
  • 🐛 Fixed field focus when adding navigation items (TryGhost/Ghost-Admin#835)

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