Releases: CaiJimmy/hugo-theme-stack
Releases Β· CaiJimmy/hugo-theme-stack
v4.0.0-alpha.2
What's Changed
- fix: invalid params used in requiredMeta of waline by @alexhua in #811
- feat(i18n): add Czech support by @lukastrkan in #793
- fix: a waline config param with false value will be ignored by @alexhua in #812
- fix(article): margin collapsing in code block (firefox) by @simbafs in #833
- feat(article): font enhancement by @cmpute in #767
- feat(i18n): add readtime translation in Dutch by @sand3rk in #801
- fix(menu): consistent svg coloring in menu by @brandonszeto in #837
- i18n(es): minor grammatical changes by @SantaCRC in #873
- chore(comments): update twikoo to 1.6.21 by @tanmx in #877
- feat: add file types whitelist for image processing by @CaiJimmy in #885
New Contributors
- @alexhua made their first contribution in #811
- @lukastrkan made their first contribution in #793
- @sand3rk made their first contribution in #801
- @SantaCRC made their first contribution in #873
Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2
v3.21.0
v3.20.0
What's Changed
- fix(article): margin collapsing in code block (firefox) by @simbafs in #833
- feat(article): font enhancement by @cmpute in #767
- feat(i18n): add readtime translation in Dutch by @sand3rk in #801
- fix(menu): consistent svg coloring in menu by @brandonszeto in #837
New Contributors
Full Changelog: v3.19.0...v3.20.0
v4.0.0-alpha.1
What's Changed
- fix(codeblock): pass through the options of chroma by @cubercsl in #715
- doc: Inline math example previously not working as intended by @brandonszeto in #834
- chore: update issue report template to include minimal reproducible example by @CaiJimmy in #864
- refactor(widget):
taxonomy
widget by @cmpute in #763
New Contributors
- @brandonszeto made their first contribution in #834
Full Changelog: v3.18.0...v4.0.0-alpha.1
What's Changed
- feat(comment): add
strict
andinput-position
to Giscus config by @Pylogmon in #648 - feat(i18n): added missing korean translation (categories cloud widget) by @wontory in #653
- fix(comments): update Remark42 source code by @paskal in #683
- feat(i18n): add missing pt-BR translations by @cobalto in #680
- feat(i18n): update Bengali translation by @0xMehedi in #665
- feat(i18n): add categories cloud translation for Arabic by @FarisZR in #673
- refactor(highlight): extract common parts of styles and keep line number visible when scrolling by @nella17 in #681
- docs: update the notes about favicon in the configuration file by @TsaiRongFu in #670
- feat(i18n): add european portuguese translation by @celsomiranda in #699
- refactor(grid): avoid sidebar layout shift when main content loads slowly by @Akimitsu333 in #677
- feat(article): add
readingTime
front matter field to overwrite global configuration by @escalopa in #701 - feat: add a separate configuration field for site description by @FarisZR in #672
- feat(page): add
keywords
front matter field for better SEO by @gursi26 in #664 - feat: add
rel=me
to social links by @tommorris in #707 - feat(article): make long KaTeX equations scrollable in the x-axis by @MartinAramayo in #706
- fix(article): frontmatter field
.ReadingTime
should overwrite global configuration by @CaiJimmy in #710 - Merge branch 'canary' into master by @CaiJimmy in #711
- Revert "Merge branch 'canary' into master" by @CaiJimmy in #712
- fix: incorrect menu URL when baseURL is a subpath by @CaiJimmy in #713
- fix(codeblock): pass through the options of chroma by @cubercsl in #715
- feat(i18n): add vietnamese translation by @japananh in #717
- fix: anchor link need decode by @GGXXLL in #719
- fix: the target origin mismatch recipetent window's origin by @parasomn1a in #735
- feat(i18n): add footer translation for ZH-TW by @ttheng3810 in #748
- fix: KaTeX may render contents in gist under certain conditions by @Furffico in #755
- fix(sidebar): add
padding-bottom
to the right sidebar by @cmpute in #765 - chore: update twikoo version by @Weltolk in #783
- fix: remark42 comment system won't show by @jkcharlie6679 in #799
- feat(i18n): add missing plural forms for the Polish language by @halamix2 in #818
- feat(i18n): update translations for
zh-tw
by @simbafs in #786 - feat: allow footer copyright to be different to the site title by @rlees85 in #839
- fix: very poor color contrast for default text by @0xMehedi in #845
- fix: custom params on the language top level is deprecated by @CaiJimmy in #857
- fix(search): reset
lastSearch
variable if keywords are empty by @CaiJimmy in #858 - feat: use
.RelPermalink
for search JSON by @CaiJimmy in #859 - fix: add
word-break: break-word;
to<a>
and<code>
by @CaiJimmy in #860 - fix: page translation links overflow by @CaiJimmy in #861
- feat(article): add style to
<kbd>
tag by @CaiJimmy in #862 - doc: Inline math example previously not working as intended by @brandonszeto in #834
- chore: update issue report template to include minimal reproducible example by @CaiJimmy in #864
- refactor(widget):
taxonomy
widget by @cmpute in #763
New Contributors
- @Pylogmon made their first contribution in #648
- @wontory made their first contribution in #653
- @paskal made their first contribution in #683
- @TsaiRongFu made their first contribution in #670
- @celsomiranda made their first contribution in #699
- @Akimitsu333 made their first contribution in #677
- @escalopa made their first contribution in #701
- @gursi26 made their first contribution in #664
- @tommorris made their first contribution in #707
- @MartinAramayo made their first contribution in #706
- @japananh made their first contribution in #717
- @GGXXLL made their first contribution in #719
- @parasomn1a made their first contribution in #735
- @ttheng3810 made their first contribution in #748
- @Furffico made their first contribution in #755
- @jkcharlie6679 made their first contribution in #799
- @halamix2 made their first contribution in #818
- @rlees85 made their first contribution in #839
Full Changelog: v4.0.0-alpha.0...v4.0.0-alpha.1
v3.19.0
What's Changed
- doc: Inline math example previously not working as intended by @brandonszeto in #834
- chore: update issue report template to include minimal reproducible example by @CaiJimmy in #864
- fix: invalid params used in requiredMeta of waline by @alexhua in #811
- feat(i18n): add Czech support by @lukastrkan in #793
- fix: a waline config param with false value will be ignored by @alexhua in #812
New Contributors
- @brandonszeto made their first contribution in #834
- @alexhua made their first contribution in #811
- @lukastrkan made their first contribution in #793
Full Changelog: v3.18.0...v3.19.0
v3.18.0
What's Changed
- feat: allow footer copyright to be different to the site title by @rlees85 in #839
- fix: very poor color contrast for default text by @0xMehedi in #845
- fix: custom params on the language top level is deprecated by @CaiJimmy in #857
- fix(search): reset
lastSearch
variable if keywords are empty by @CaiJimmy in #858 - feat: use
.RelPermalink
for search JSON by @CaiJimmy in #859 - fix: add
word-break: break-word;
to<a>
and<code>
by @CaiJimmy in #860 - fix: page translation links overflow by @CaiJimmy in #861
- feat(article): add style to
<kbd>
tag by @CaiJimmy in #862
New Contributors
Full Changelog: v3.17.0...v3.18.0
v3.17.0
What's Changed
- Merge branch 'canary' into master by @CaiJimmy in #711
- Revert "Merge branch 'canary' into master" by @CaiJimmy in #712
- fix: incorrect menu URL when baseURL is a subpath by @CaiJimmy in #713
- feat(i18n): add vietnamese translation by @japananh in #717
- fix: anchor link need decode by @GGXXLL in #719
- fix: the target origin mismatch recipetent window's origin by @parasomn1a in #735
- feat(i18n): add footer translation for ZH-TW by @ttheng3810 in #748
- fix: KaTeX may render contents in gist under certain conditions by @Furffico in #755
- fix(sidebar): add
padding-bottom
to the right sidebar by @cmpute in #765 - chore: update twikoo version by @Weltolk in #783
- fix: remark42 comment system won't show by @jkcharlie6679 in #799
- feat(i18n): add missing plural forms for the Polish language by @halamix2 in #818
- feat(i18n): update translations for
zh-tw
by @simbafs in #786
New Contributors
- @japananh made their first contribution in #717
- @GGXXLL made their first contribution in #719
- @parasomn1a made their first contribution in #735
- @ttheng3810 made their first contribution in #748
- @Furffico made their first contribution in #755
- @cmpute made their first contribution in #765
- @jkcharlie6679 made their first contribution in #799
- @halamix2 made their first contribution in #818
- @simbafs made their first contribution in #786
Full Changelog: v3.16.0...v3.17.0
v3.16.0
What's Changed
- feat: add
rel=me
to social links by @tommorris in #707 - feat(article): make long KaTeX equations scrollable in the x-axis by @MartinAramayo in #706
- fix(article): frontmatter field
.ReadingTime
should overwrite global configuration by @CaiJimmy in #710
New Contributors
- @tommorris made their first contribution in #707
- @MartinAramayo made their first contribution in #706
Full Changelog: v3.15.0...v3.16.0
v3.15.0
What's Changed
- feat(i18n): add european portuguese translation by @celsomiranda in #699
- refactor(grid): avoid sidebar layout shift when main content loads slowly by @Akimitsu333 in #677
- feat(article): add
readingTime
front matter field to overwrite global configuration by @escalopa in #701 - feat: add a separate configuration field for site description by @FarisZR in #672
- feat(page): add
keywords
front matter field for better SEO by @gursi26 in #664
New Contributors
- @celsomiranda made their first contribution in #699
- @Akimitsu333 made their first contribution in #677
- @escalopa made their first contribution in #701
- @gursi26 made their first contribution in #664
Full Changelog: v3.14.0...v3.15.0
v3.14.0
What's Changed
- feat(i18n): added missing korean translation (categories cloud widget) by @wontory in #653
- fix(comments): update Remark42 source code by @paskal in #683
- feat(i18n): add missing pt-BR translations by @cobalto in #680
- feat(i18n): update Bengali translation by @0xMehedi in #665
- feat(i18n): add categories cloud translation for Arabic by @FarisZR in #673
- refactor(highlight): extract common parts of styles and keep line number visible when scrolling by @nella17 in #681
- docs: update the notes about favicon in the configuration file by @TsaiRongFu in #670
New Contributors
- @wontory made their first contribution in #653
- @paskal made their first contribution in #683
- @TsaiRongFu made their first contribution in #670
Full Changelog: v3.13.0...v3.14.0