Skip to content

v0.3.20

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 05:49
· 12 commits to main since this release
v0.3.20
a85a665

v0.3.20 - 2025-04-30

✨ Enhancements

  • ✨ Feat: add data and file params support for timeline shortcode by @Lruihao in #595
  • ✨ Feat: add async and data params for echarts shortcode by @Lruihao in #592
  • ✨ Feat: add file params for echarts shortcode e663ebb by @Lruihao
  • ✨ Feat: add hugo.mainSections param support by @Lruihao in #590
  • ✨ Feat: add related content list in aside (#591) d41e53b by @Lruihao
  • ✨ Feat: add JS code support for echarts (#582) 78971cd by @Lruihao
  • ✨ Feat: add page param linkToVscode to show link to view the post in VSCode c21914d by @Lruihao
  • ⚡ Feat: improve the display of Git information in the post a93f677 by @Lruihao
  • ⚡ Perf: optimize echarts plugin warnf content 9c8c0b6 by @Lruihao
  • ⚡ Perf: support all markdown .Attributes for headings 1360438 by @Lruihao
  • ⚡ Perf: add I18n support for echarts and timeline data param 35413d6 by @Lruihao

🔧 Other Changes

Full Changelog: v0.3.19...v0.3.20

New Contributors