Skip to content

Releases: stelcodes/multiterm-astro

Release v2.0.0

13 Aug 19:16

Choose a tag to compare

What's Changed

  • Create sticky TOC on larger screen widths by @stelcodes in #11
  • Add example about page with new MarkdownLayout.astro by @stelcodes in #17
  • Create GitHubActivityCalendar.astro component and remove React dependency by @stelcodes in #18
  • Add optional RSS feed link and icon in footer by @stelcodes in #19
  • Make TOC optional per post with frontmatter config by @stelcodes in #20
  • Improve scrollbar styling throughout site by @stelcodes in #22
  • Fix TOC links with invalid querySelector by @stelcodes in #24
  • Fix auto default in light-dark-auto mode by @stelcodes in #28
  • Tweak global styles by @stelcodes in #29
  • Add GitHub cards via Remark plugin by @stelcodes in #30
  • Only show "tags" and "latest posts" on homepage when applicable by @stelcodes in #31
  • Slightly constrain prose except for code blocks and images by @stelcodes in #34
  • Improve admonition and blockquote styling by @stelcodes in #35
  • Change tag display for PostPreview component and post page by @stelcodes in #36
  • Fix theme validation logic causing incorrect warnings by @yunatseng in #33
  • Make minor tweaks to styles throughout site by @stelcodes in #37
  • Prevent italics in code blocks by default by @stelcodes in #38
  • Add ko-fi link to README by @stelcodes in #39
  • Create PostInfo component and tweak post headings by @stelcodes in #40
  • Fix RSS feed and TOC link history by @stelcodes in #42

See git history for full changelog

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

30 Jul 00:12

Choose a tag to compare

This is the first MultiTerm release! 🚀 I've just added support for Giscus comments and I'm excited about the feedback I've received so far. I'll be switching development to a GitHub PR based workflow now that the software is officially stable.

Stay tuned for more updates!

What's Changed

  • Added support for math (latex) and shortcode based emojis by @fishjojo1 in #5

New Contributors

Full Changelog: https://github.com/stelcodes/multiterm-astro/commits/v1.0.0