Releases: imfing/hextra
Releases ยท imfing/hextra
v0.9.7
v0.9.6
What's Changed
This update includes minor fixes and improvements. It may be the final release before the 0.10.x, which is expected to introduce some breaking changes.
- fix: sidebar more menu item link with multilingual by @patdavid in #594
- fix: copy-button not being rendered in details blocks by @maxbischoff in #607
- fix: use InnerDeindent for filetree shortcode rendering by @imfing in #613
- docs(showcase): Added Clace to showcase by @akclace in #623
New Contributors
- @patdavid made their first contribution in #594
- @maxbischoff made their first contribution in #607
- @akclace made their first contribution in #623
Full Changelog: v0.9.5...v0.9.6
v0.9.5
What's Changed
This release contains bug fixes and minor enhancements:
- fix: missing doctype error on 404 page with htmltest scan by @gaetan-steininger in #554
- chore: add telegram icon by @MirS0bhan in #558
- docs: describe page last modification date by @yuri1969 in #562
- docs(showcase): add Regolith Desktop by @khos2ow in #568
- docs: mention Hugo Figure shortcode by @yuri1969 in #572
- fix: misaligned page title when logo is not displayed by @connorlanigan in #578
- docs: fix typo in documentation on customization.md by @ngracilla in #582
- feat: hide navbar on mobile when heading links clicked by @imfing in #584
- refactor: modularize scripts partial into separate components by @imfing in #587
- feat: add optional pagination control for blog articles by @imfing in #590
- fix: sanitize heading title to prevent html tags displayed on mobile by @imfing in #591
New Contributors
- @gaetan-steininger made their first contribution in #554
- @MirS0bhan made their first contribution in #558
- @khos2ow made their first contribution in #568
- @connorlanigan made their first contribution in #578
- @ngracilla made their first contribution in #582
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- docs fix wrong param footer by @nikolaydubina in #543
- fix: skip image process on svgs and remote images by @jzerfowski in #551
- feat: enhance FlexSearch encoding for CJK support by @imfing in #553
New Contributors
- @nikolaydubina made their first contribution in #543
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- docs: add instruction for enable and configure passthrough for latex by @imfing in #530
- i18n: update sw.yaml by @stoic-hugo in #541
- refactor: use generic .Process for card processing and allow bundled images by @jzerfowski in #538
- feat: add basic tags support by @imfing in #542
New Contributors
- @stoic-hugo made their first contribution in #541
- @jzerfowski made their first contribution in #538
Full Changelog: v0.9.2...v0.9.3
v0.9.2
v0.9.1
What's Changed
Features
- feat: support custom footer section by @Gr3q in #518
- feat: add giscus theme customization by @ywonchae1 in #522
Misc
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #514
- chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #515
- fix: only display footer switches section if it actually has content by @Gr3q in #517
- docs: add advanced theme customization instruction by @Gr3q in #519
New Contributors
- @ywonchae1 made their first contribution in #522
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
Relatively a small release before the year ends. A noteworthy new feature is:
๐ Support GitHub-style alerts by @imfing in #513
Now in Markdown file, you can use GitHub-style blockquote to emphasize critical information.

Markdown:
> [!NOTE]
> Useful information that users should know, even when skimming content.
> [!TIP]
> Helpful advice for doing things better or more easily.
> [!IMPORTANT]
> Key information users need to know to achieve their goal.
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
Improvements
- fix: typo in ref="noreferer" by @ToddZZF in #489
- add cellular_raza to showcase exampleSite by @jonaspleyer in #498
- chore(icons): add bluesky icon by @nisrulz in #505
- fix: rerender mermaid diagrams on theme change by @torbjornbp in #509
- feat: Implement hextra hero-section by @fmunteanu in #390
New Contributors
- @ToddZZF made their first contribution in #489
- @jonaspleyer made their first contribution in #498
- @nisrulz made their first contribution in #505
- @torbjornbp made their first contribution in #509
Full Changelog: v0.8.6...v0.9.0
v0.8.6
What's Changed
- docs: updated translation in the Chinese README by @Dev-Huang1 in #475
- i18n: add russian language + fix GitHub capitalization by @fgazat in #476
- feat: update mermaid version by @PurpleBabar in #477
- fix: add back empty content filter in search-data.json by @imfing in #482
New Contributors
- @Dev-Huang1 made their first contribution in #475
- @fgazat made their first contribution in #476
- @PurpleBabar made their first contribution in #477
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- docs: add
cols
parameter for cards shortcode by @icannotfly in #459 - docs: fix typos by @deining in #462
- docs(showcase): add Install C by @Welding-Torch in #463
- feat: scroll selected sidebar entry into view by @yuri1969 in #471
- feat: show breadcrumbs in search results by @Gr3q in #473
- feat: make cards as partial by @imfing in #474
- feat: add customizable primary lightness support by @Gr3q in #470
New Contributors
Full Changelog: v0.8.4...v0.8.5