Releases: cotes2020/jekyll-theme-chirpy
Releases · cotes2020/jekyll-theme-chirpy
v5.6.0
Features
- change TOC plugin to
tocbot
(#774) (02b7bd5) - i18n: add Greek Language Support. (#903) (712a9b2)
- ux: turn home page posts into clickable cards (#895) (b85f633)
Bug Fixes
- css selector string escaping vulnerability (#888) (5c6ec9d)
- mathematics cannot scroll horizontally (#760) (4681df7)
- notch status bar doesn't match theme color (#918) (820ba62)
- some console snippets will be incompletely copied (e8e4901)
New Contributors
- @Greekforce1821 made their first contribution in #903
v5.5.0
Features
- i18n: add Arabic translation (#857) (765af53)
- i18n: add Czech language (#833) (98d48f5)
- i18n: add Finnish translations (#843) (d6d0318)
- i18n: add Italian translation (#850) (9a011e1)
Bug Fixes
- copy command line incomplete(
.gp
part) (41ed331) - correct encoding of spaces in share URLs (#835) (f2d2858)
- post's image would cover the PWA update alert (bd374dd)
- prompt with nested blockquotes renders incorrectly (#846) (babb4a0)
New Contributors
v5.4.0
Features
- add
rel="me"
to Mastodon sidebar contact links for verification (#807) (d2190c7) - add embed video support (ed6dc53)
- add shimmer background when image loads (ab16fdc)
- set preview image ratio to 1.91 : 1 (4b6ccbc)
- support dark and light mode images (#481) (9306c7b)
- support LQIP for images (bffaf63)
Bug Fixes
hreflang
tag attribute of feed missessite.alt_lang
(7651d28)og:image
will be incorrect if the image uses a cross-domain URL (8de1abd)- refactoring error when the image URL contains parameters (ec98f07)
- spaces in post title are encoded when sharing (7efd2f8)
Improvements
- cdn: optimize cache policy for static assets (7fb0ee0)
New Contributors
- @Bornunique911 made their first contribution in #773
- @kendaleiv made their first contribution in #807
v5.3.2
v5.3.1
Bug Fixes
- 404 page missing title in tablet/desktop view (5511b28)
- prompt content overflows horizontally (#705) (fb13e32)
- tools: multiple configuration files will fail the test (80cb0b3)
Improvements
- layout: improve the min-height of main content (#674) (49bb93c)
- optimize the extra padding in lists (#703) (39da11e)
- posts: improve core block bottom padding (d2fb98b)
- truncate post content for search results (647eea8)
- typography: optimize the line height of post content (eac3f9b)
- update vendor prefix in SCSS (e7dee2a)
Others
v5.3.0
gh-pages
branch and the script tools/deploy.sh
from previous versions are no longer required, please consider removing them. And then follow the latest tutorial to update the deployment configuration.
Features
- add multiple authors to a post (#677) (f1d9e99)
- i18n: add Bulgarian support (#612) (2fed338)
- i18n: add German locale file (#663) (940b281)
- i18n: add Hungarian locale file (#597, #598) (b032977)
- i18n: add Turkish language (#631) (ad137fa)
Bug Fixes
- add missing color to linkedin icon for share list (#683) (0dcd39d)
- code contains spaces in headings (#644) (3fa1bf3)
- correct spelling of
panel
(#686) (b288587) - correct the i18n for tab titles (0c5b697)
- the
code
doesn’t wrap inside the prompt (#626) (378b65a)
New Contributors
- @MrEddX made their first contribution in #612
- @NichtsHsu made their first contribution in #644
- @danhaid99 made their first contribution in #663
- @MartinP7r made their first contribution in #676
- @nshidqi made their first contribution in #683
- @sorin-g made their first contribution in #686
- @MichaelTan9999 made their first contribution in #677
v5.2.0
Note: The parameter defining the preview image in the post is changed from image.src
to image.path
Features
- add es-ES support to locales (#533) (efe75ad)
- add fr-FR support to locales (#582) (94e8144)
- add Vietnamese locale (#517) (171463d)
- add pt-BR support to locales (c2c503f)
- add option to turn off PWA (#527) (106c981)
- PWA: add Service Worker update notification (d127183)
- support showing description of preview image (2bd6efa)
Bug Fixes
- alt is not a valid attribute for 'a' tag (58928db)
- assets URL is missing
baseurl
in self-hosted mode (#591) (54124d5) - correct the
twitter:creator
of Twitter summary card (96a16c8) - correctly URL encode share links (4c1c8d8)
- follow paginate_path config for pagination (6900d9f)
- force checkout of
gh-pages
branch (#544) (5402523) - horizontal scroll for long equations (#545) (30787fc)
- p is not allowed in span (4f590e2)
- remove whitespace from avatar URL (#537) (0542b51)
- resume the preview image SEO tag (#529) (b8d1bcd)
- script code should be in head or body, not in between (2103191)
- spurious header closing tags (59e9557)
- table bypass refactoring when it contains IAL (#519) (5d85ccb)
- theme mode:
SCSS
syntax error (#588) (76a1b6a) - use
jsonify
to generate valid json (#521) (dd9d5a7) - when the
site.img_cdn
is set to the local path, the preview-image path loses thebaseurl
(9cefe58)
Improvements
- avoid post pageviews from shifting while loading (135a16f)
- avoid the layout shift for post datetime (6d35f5f)
- categories: support singular and plural forms of locale (#595) (35cadf9)
- improve the responsive design for ultrawide screens (#540) (5d6e8c5)
New Contributors
- @HigherOrderLogic made their first contribution in #517
- @ZakKemble made their first contribution in #520
- @paulovitorweb made their first contribution in #525
- @camartinezbu made their first contribution in #533
- @GriceTurrble made their first contribution in #544
- @Jayitha made their first contribution in #545
- @Renardjojo made their first contribution in #582
- @LawssssCat made their first contribution in #591
- @GenericMadScientist made their first contribution in #594
v5.1.0
New
- Added Giscus comments support (#501)
- Added blockquote prompts (#489)
- Make the source of the static assets configurable
- Added locales for Russian, Ukrainian, and Burmese (#485, #483)
- Added
filepath
style for code
Improved
UX
- Avoid image caption shifting on load
- Hide topbar when mobile orientation in landscape mode (#459)
- Improve English locales for recently updated posts (#478)
Refactor
- Improved the SW cache list
- Improved local date-time display
- Refactor the smooth-scrolling, topbar-switcher module
- Normalized attribute name in HTML
- Removed unused HTML attribute from the sidebar
Fixed
- Bypass hidden posts in home page pagination (#504)
- Escape the post sharing URL (#496)
- Update the telegram share URL of the post (#490)
- Google Analytics scripts are included even if no analytics ID is provided (#482)
New Contributors
- @joshjohanning made their first contribution in #478
- @brootware made their first contribution in #483
- @Periecle made their first contribution in #485
v5.0.2
Hotfix
- Fixed some issues that appear on mobile:
- Prevent the top bar from covering the heading when scrolling down
- Avoid preview-image delaying the switching of the top bar title
- Avoid search hints appears in desktop/tablet mode
- Enable smooth scrolling for layout
page