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 - 2.25.1

Published by allouis over 5 years ago

  • πŸ› Fixed error when opening editor after abandoning a new tag - Kevin Ansfield

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

Ghost - 2.25.0

Published by allouis over 5 years ago

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

Ghost - 2.23.4

Published by rishabhgrg over 5 years ago

  • πŸš€ Speed up initial generation of /amp/ content with many images - Kevin Ansfield
  • πŸ› Fixed redirects to absolute URLs (#10777) - Timothy Stapleton

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

Ghost - 2.23.3

Published by kevinansfield over 5 years ago

  • πŸ› Fixed server crash when AMP posts contain images with unescaped chars (#10775) - Kevin Ansfield

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

Ghost - 2.23.2

Published by naz over 5 years ago

  • πŸ› Fixed markdown text expansion behaviour when similar unexpanded text is present - Kevin Ansfield
  • πŸ”₯ Dropped Node v6 support in Ghost (#10771) - Naz Gargol
  • πŸ”₯ Dropped Node v6 support in Ghost-Admin - Rishabh Garg

Casper (the default theme) has been upgraded to 2.10.2

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

Ghost - 1.25.8

Published by rishabhgrg over 5 years ago

No major user-facing changes in this release.

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

Ghost - 2.23.1

Published by kevinansfield over 5 years ago

  • ✨ Hid "feature this post" toggle when logged in as an Author or Contributor - Kevin Ansfield

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

Ghost - 2.23.0

Published by kevinansfield over 5 years ago

  • ✨ Upgraded our Zapier integration to use API Keys and allow post creation - Kevin Ansfield

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

Ghost - 2.22.3

Published by kevinansfield over 5 years ago

  • πŸ› Fixed editor crashing when leaving a markdown card's edit mode - Kevin Ansfield

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

Ghost - 2.22.2

Published by allouis over 5 years ago

No user facing changes

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

Ghost - 2.22.1

Published by allouis over 5 years ago

No user facing changes

Casper (the default theme) has been upgraded to 2.10.1:

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

Ghost - 2.22.0

Published by naz over 5 years ago

  • ✨ Added caption support to code cards - Kevin Ansfield
  • ✨ Added language selection to code cards (#1180) - Kevin Ansfield
  • ✨ Added parsing of html cards when converting HTML via the v2 Admin API - Kevin Ansfield
  • ✨ Added caption and language extraction for code blocks when converting HTML via API - Kevin Ansfield
  • 🎨 Allowed protocol overwrite for canonical URLs (#10729) - Aileen Nowak
  • πŸ› Fixed password submission for private blogging - Fabien O'Carroll
  • πŸ› Fixed post scheduling on restart (#10726) - Katharina Irrgang
  • πŸ› Fixed Twitter card having wrong property when no feature image provided - Aileen Nowak
  • πŸ› Fixed postinstall script when running on Windows - Fabien O'Carroll
  • πŸ› Fixed meta schema for 'page' context in dynamic routing - Nazar Gargol
  • πŸ› Fixed 404 in collection index page if using data.slug - Nazar Gargol

Casper (the default theme) has been upgraded to 2.10.0:

  • ✨ Added support for code cards with captions (#575) - Kevin Ansfield

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


Note on captioned code card support in themes:

Non-captioned code cards will continue to render as before:

<pre><code>....</code></pre>

Captioned code cards will be rendered inside a <figure> element and may require changes to theme styles for full support:

<figure class="kg-card kg-code-card">
    <pre><code>...</code></pre>
    <figcaption>...<figcaption>
</figure>

For an example of required styling changes see this PR on Casper

Ghost - 2.21.1

Published by kevinansfield over 5 years ago

  • πŸ› Fixed syntax highlighting inside Code Injection inputs - Kevin Ansfield
  • πŸ› Fixed current styling being lost when applying markdown expansions - Kevin Ansfield
  • πŸ› Fixed incorrect "de-expansion" of inline code or strike styling at the beginning of a paragraph - Kevin Ansfield
  • πŸ› Fixed night shift toggle in Firefox Nightly. (#1174) - Emilio Cobos Álvarez

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

Ghost - 2.21.0

Published by allouis over 5 years ago

  • πŸ› Fixed redirect for pages causing 404 - Nazar Gargol
  • 🎨 Made notifications dismissible per user - Nazar Gargol

Casper (the default theme) has been upgraded to 2.9.11:

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

Ghost - 2.20.1

Published by rishabhgrg over 5 years ago

  • πŸ› Fixed fetching RSS in case of posts with no content - Rish
  • πŸ› Fixed crash in calculating reading time for empty posts - Rish
  • πŸ› Fixed Ghost out of date notification - Nazar Gargol

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

Ghost - 2.20.0

Published by rishabhgrg over 5 years ago

  • πŸ› Removed extraneous log message for missing en.json locale file (#10662) - Chris McKulka
  • πŸ› Disallowed locked/suspended users from being made owner via the API (#10647) - Vikas Potluri
  • πŸ› Fixed missing errors and confusing button text in theme upload modal - Kevin Ansfield
  • πŸ› Fixed posts list scrolling and missing momentum scroll on all screens in iOS - Kevin Ansfield
  • πŸ› Fixed missing error details when activating a theme with fatal errors - Kevin Ansfield

Casper (the default theme) has been upgraded to 2.9.10:

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

Ghost - 2.19.4

Published by naz over 5 years ago

  • πŸ› Fixed sitemap generation with correct date and images value (#10668) - Rishabh Garg
  • πŸ› Fixed last paragraph not rendering on front-end when it's styled - Kevin Ansfield

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

Ghost - 2.19.3

Published by kevinansfield over 5 years ago

  • πŸ› Fixed 500 template error occurring in place of a 404 for missing pages/assets (#10660) - Fabien O'Carroll
  • πŸ› Fixed confusing messaging around .yml extension being allowed for routes.yaml uploads (#1140) - Vikas Potluri

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

Ghost - 2.19.2

Published by kevinansfield over 5 years ago

  • πŸ› Fixed admin area showing error page during Ghost startup - Nazar Gargol
  • πŸ› Fixed redirects to external URL - Nazar Gargol

Casper (the default theme) has been upgraded to 2.9.7:

  • 🎨 Replaced deprecated {{lang}} helper with {{@site.lang}}

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

Ghost - 2.19.1

Published by kevinansfield over 5 years ago

πŸ’‘ Contains a critical fix for a potential process hang that was introduced in 2.19.0

  • πŸ› Reverted fix for AMP output when there is a trailing '$' inside a <code> tag

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