17 KiB
17 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.6.0 (2023-03-17)
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)
5.5.2 (2023-01-30)
Bug Fixes
- position of prompt icon is incorrect in paragraph on mobile (5df953f)
5.5.1 (2023-01-29)
Bug Fixes
- the icon position of the prompts in the list is incorrect (0c9558d)
5.5.0 (2023-01-29)
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)
5.4.0 (2022-12-27)
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)
5.3.2 (2022-11-22)
Bug Fixes
mermaid
occasionally fails to initialize (#536) (48f14e3)- comment: disqus doesn't follow theme mode switching (b0d5956)
- restore full-text search (#741) (6774e0e)
- the image URL in the SEO-related tags is incomplete (#754) (f6e9a3f)
5.3.1 (2022-10-25)
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)
- modify checkbox icon with
Liquid
(1fd665b) - optimize the extra padding in lists (#703) (39da11e), closes #702
- posts: improve core block bottom padding (d2fb98b)
- truncate post content for search results (647eea8)
- typography: optimize the line height of post content (eac3f9b)
Others
- giscus: add
reactions-enabled
option (#712) (70662a0) - locale: restore options for changing date format (#716) (f904e8c)
- remove site config option
prefer_datetime_locale
(6852ceb)
5.3.0 (2022-09-23)
Features
- add multiple authors to a post (#677) (f1d9e99), closes #675
- 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)
5.2.1 (2022-06-17)
Bug Fixes
- exclude CHANGELOG from output (971fe03)
- PWA: sometimes update notification is not triggered (96af729)
5.2.0 (2022-06-09)
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), closes #496
- 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)