更新日志
2020-12-23
1分钟阅读时长
0.9.3 (2022-06-01)
Bug Fixes
- update resource cache for Hugo 0.100 (749f68c)
0.9.2 (2022-05-27)
Bug Fixes
- can not use cached resources (5e41c2d), closes #193
- change same origin asset integrity check (60d9290), closes #172 #180
- fail to get default style (04c91ff), closes #176
Features
- add configurable colors and fonts (54009e0)
0.9.1 (2022-03-09)
Bug Fixes
- scroll blockquote when necessary (b0eb9e8)
Features
0.9.0 (2022-01-28)
Bug Fixes
- use min instead of mins in English (15493ce)
- use purged css resources (8771511)
- use the singular form of experience (9c3d616)
Features
0.8.4 (2021-11-10)
Bug Fixes
- purge css resources (4aaf514)
0.8.3 (2021-10-04)
Bug Fixes
Features
0.8.2 (2021-07-09)
Bug Fixes
0.8.1 (2021-07-06)
Bug Fixes
- cannot switch color scheme without utterances (ccd5695)
- incorrect escape character display in summary (378aad4), closes #123
Features
0.8.0 (2021-04-21)
Features
- add German i18n support (#90) (8d0808e)
- add polish i18n support (#95) (177e4b1)
- add russian i18n support (#87) (b5396e8)
- add utterances support (d07e103)
- recursive enableComment param (ebf560f)
- recursive repoEditURL (285eb0f)
- support Valine (#79) (1762613)
0.7.0 (2021-04-03)
Bug Fixes
- make KaTeX options case sensitive (4b0bb03)
Features
0.6.0 (2021-03-12)
Bug Fixes
- fix render error when scale is null (9fcd389)
- KaTeX formula overflow (c6c7aa2), closes #62
- markdown render error for experiences writeup (#44) (4934fb9)
- unable to change highlightjs style (#66) (4f4c844)
Features
- add custom highlightjs languages (01a9ea3)
- add experiences widget (#37) (26dde52), closes #35
- add markdownify to about front matter (#33) (13d24ae)
0.5.0 (2021-01-21)
Bug Fixes
0.4.0 (2020-12-27)
Bug Fixes
- postcss version problem (6a39f3a)
Features
BREAKING CHANGES
- Param ‘hero’ in params.toml is deprecated.
- Param ‘icon_pack’ in %q is deprecated. Use ‘iconPack’.
- ‘doc_list’ in doc layout is deprecated. Use ‘doc-list’.
0.3.1 (2020-12-17)
Bug Fixes
0.3.0 (2020-12-15)
Bug Fixes
Features
0.2.1 (2020-11-27)
Bug Fixes
0.2.0 (2020-11-21)
Bug Fixes
- fix open graph image (070255a)
- title link error on themes.gohugo.io (18467c0)
- toc auto scroll (96741f4)
Features
0.1.3 (2020-11-07)
0.1.2 (2020-10-31)
Bug Fixes
- use .url in post author (351905a)
Features
0.1.1 (2020-10-24)
Bug Fixes
- inaccurate description meta in docs type (d62797b)
Code Refactoring
- deprecate .link in author’s social param (b3a547b)
BREAKING CHANGES
- deprecate .link in author’s social param. Use .url instead.