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