Releases: YannickRe/Ghost-Azure
2.22.3
- π 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
No user facing changes
You can see the full change log for the details of every change included in this release.
2.22.1
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
- β¨ 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
- π 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
- π 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
- π 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
- π 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
- π 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
- π 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 forroutes.yaml
uploads (#1140) - Vikas Potluri
You can see the full change log for the details of every change included in this release.