Releases: cotes2020/jekyll-theme-chirpy
Releases · cotes2020/jekyll-theme-chirpy
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
v5.0.1
v5.0.0
New
Features
- Add Utterances comments
- Add heading anchor to posts
- Add abbreviation support for image width/height
- Add variables to define the path of the post images
UI
- New design for the header of code snippets
- Redesign the meta-data display of posts
- Restore the default scroll bar and make it support dark mode on Windows Chrome
- Move the preview image of the post to the top
- New design for keyboard input element (#471)
Improved
- Reduce the number of files refactored by liquid to speed up the build
- Refactor the layouts to reduce duplication of code
- Make the anchor scroll position more precise
- Hide the cursor of icons, images, and code snippets
- Add Korean locales (#467)
Fixed
- Escape characters of post list (homepage and related posts)
- Tab focus doesn't reach the theme-mode toggle (#453)
New Contributors
- @bhavykhatri made their first contribution in #453
- @mirusu400 made their first contribution in #467
- @ternbusty made their first contribution in #469
v4.3.4
v4.3.0
New
- Redesign the sidebar
- Add identification icon to the head of the code block
- Convert the alias of the syntax language to the official name
- Add compatibility with Ruby 3.0 (#245, #247)
Improved
- Improve the color scheme design
- Hide the tips of the code button in time
- Auto hide the scroll bar of the code block (#414)
- Enhance the web accessibility of the code block button
- Prevent GitHub Actions from automatically upgrading the theme
- Reduce the files needed for CD
Fixed
- Prevent the comment block from jumping while loading