Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Releases: YannickRe/Ghost-Azure

2.22.3

23 May 13:12
Compare
Choose a tag to compare
  • πŸ› 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.

2.22.2

21 May 10:28
Compare
Choose a tag to compare

No user facing changes

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

2.22.1

14 May 09:39
Compare
Choose a tag to compare

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.

2.22.0

07 May 11:42
Compare
Choose a tag to compare
  • ✨ 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

2.21.1

30 Apr 09:35
Compare
Choose a tag to compare
  • πŸ› 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.

2.21.0

23 Apr 09:56
Compare
Choose a tag to compare
  • πŸ› 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.

2.20.1

17 Apr 13:17
Compare
Choose a tag to compare
  • πŸ› 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.

2.20.0

16 Apr 11:38
Compare
Choose a tag to compare
  • πŸ› 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.

2.19.4

09 Apr 12:53
Compare
Choose a tag to compare
  • πŸ› 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.

2.19.3

04 Apr 16:04
Compare
Choose a tag to compare
  • πŸ› 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.