Releases: CaiJimmy/hugo-theme-stack
Releases Β· CaiJimmy/hugo-theme-stack
v3.7.0
What's Changed
- refactor(search): avoid issue with one character keyword by @CaiJimmy in #447
- fix(shortcode): conflict with gist shortcode by @zhixuan2333 in #455
- feat(comment): update twikoo version to 1.4.15 by @tanmx in #464
- feat: add custom.ts by @clh021 in #461
- feat: turn stack theme into a hugo module by @deining in #460
- feat(sidebar): link avatar to homepage by @CaiJimmy in #465
- feat: add scroll for table by @zhixuan2333 in #428
New Contributors
- @tanmx made their first contribution in #464
- @clh021 made their first contribution in #461
- @deining made their first contribution in #460
Full Changelog: v3.6.0...v3.7.0
v3.6.0
What's Changed
- feat: add alt message for archive & related contents images by @zhixuan2333 in #411
- fix(i18n/fr): add missing translations for reading time by @paul-henriz in #416
- feat(i18n/ko): add missing translations by @hahwul in #418
- fix: add missing diff syntax highlight by @CaiJimmy in #445
- feat: page links by @CaiJimmy in #446
- feat: implement cache busting for CSS by @NateHark in #444
New Contributors
- @paul-henriz made their first contribution in #416
- @hahwul made their first contribution in #418
- @NateHark made their first contribution in #444
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
- fix(menu/social): Delete
relLangURL
by @zhixuan2333 in #406 - feat(i18n): add zh-TW by @TonyPepeBear in #402
- feat(i18n): add Ukrainian translation by @volodymyrmarkiv in #404
- fix(comments/cusdis): use the correct script for the self-hosted version by @HueLiu in #403
New Contributors
- @TonyPepeBear made their first contribution in #402
- @volodymyrmarkiv made their first contribution in #404
- @HueLiu made their first contribution in #403
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- fix: appropriate back button and menu links for multi-language site by @MikDal002 in #386
- feat(i18n): add missing pt-BR translations by @cobalto in #384
- feat(i18n): Thai language by @goodgodth in #396
- feat(i18n): add Greek translation (#377) by @manios in #378
- refactor(menu): use .Params.icon to configure menu item icon by @CaiJimmy in #400
- feat: social menu by @CaiJimmy in #401
New Contributors
- @goodgodth made their first contribution in #396
- @manios made their first contribution in #378
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- feat(i18n): add German and Spanish translations for new features and refactor by @totoroot in #328
- feat(article): add positional parameter for
video
shortcode by @zhixuan2333 in #331 - refactor(i18n): suggest improvements English translation by @totoroot in #329
- fix(article/comments): accept boolean
true
in.Params.comments
by @CJ-Jackson in #352 - feat(comments): add Gitalk support by @Cookiekira in #351
- feat(config): add
hasCJKLanguage
parameter by @QIN2DIM in #360 - fix(shortcodes): mixed content error with bilibili and tencent video by @zhixuan2333 in #365
- feat(comments): add Cusdis support by @WingLim in #372
- feat: add theme
config.yaml
by @CaiJimmy in #393 - feat: add default parameters to config.yaml by @CaiJimmy in #394
New Contributors
- @CJ-Jackson made their first contribution in #352
- @Cookiekira made their first contribution in #351
- @QIN2DIM made their first contribution in #360
Full Changelog: v3.2.0...v3.3.0
v3.2.0
π Features
- feat(i18n): add PL translation for reading time @MikDal002 (#325)
- feat(comments): DisqusJS integration @ShadowySpirits (#307)
π Bug Fixes
- refactor(article): better support for svg and external images @CaiJimmy (#326)
- fix(config): doc link @franziskuskiefer (#323)
β»οΈ Refactor
v3.1.0
Changes
π Features
- feat(comments): giscus integration @zhixuan666 (#304)
- feat(i18n): add
readingTime
russian translation @sot-tech (#297)
π Bug Fixes
- fix(article): change
.article-time
classname to.article-lastmod
@zhixuan666 (#306)
v3.0.0
Breaking change
The support for Hugo's non-extended version has been dropped. Change your Hugo version to extended >= 0.87.0
after upgrading.
Changes
- chore: update
KaTeX
to 0.13.13 @zhixuan666 (#275)
π Features
- feat(article): copy button for highlight block @CaiJimmy (#295)
- feat(menu): support open an entry in new tab @CaiJimmy (#294)
- feat(article): add scrollbar to TOC @CaiJimmy (#293)
- feat(comment): add
Twikoo
support @zhixuan666 (#286) - feat(i18n): add translation for
.readingTime
in Chinese & Japanese @zhixuan666 (#285) - feat(i18n): Italian translation @giacomocarrozzo (#281)
- feat(article): add video shortcode @zhixuan666 (#280)
- feat(i18n): Add Indonesian translation for
readingTime
@FarrelF (#279) - feat(article): use
markdownify
for licence in article @tesujimath (#273) - feat(article): reading time @uluumbch (#204)
- feat(sidebar): add option to disable avatar in left sidebar @manudinath (#268)
- feat(i18n): Improve Indonesian translation @FarrelF (#265)
- feat(i18n): add russian translation for
back
and TOC @sot-tech (#262)
π Bug Fixes
- feat(article): add scrollbar to TOC @CaiJimmy (#293)
- fix(article): unordered TOC style @CaiJimmy (#292)
- fix(comments): improve Twikoo style @zhixuan666 (#289)
- fix(comment/twikoo): submit button color @zhixuan666 (#288)
β»οΈ Refactor
v2.6.0
v2.5.0
Changes
- chore: add toggleEl type @WingLim (#256)
- doc(README): fix Chinese doc URL @zhixuan666 (#253)
π Features
- feat(i18n): add Polish translation @MikDal002 (#257)
- feat(i18n): add Chinese translation of Table of Content @zhixuan666 (#235)
- feat(i18n): add Japanese translation of Table of Content @zhixuan666 (#237)
π Bug Fixes
- fix(article): add
white-space: nowrap
to back button text @zhixuan666 (#245)