So many new features added this time around that I am almost tempted to do a full major release :))
I am constantly blown away by how steadily the Quartz community grows, it is so cool to see people from around the world using and contributing to a little hobby project. To think that some people use Quartz to teach their classes, write notes for their PhD thesis, and organize their day-to-day knowledge just continues to astound me.
In any case, I just want y'all to know I appreciate you :) If Quartz is useful to you, consider sponsoring me on Github Sponsors so that one day I can just work on projects like this full-time. Enough of the sappy talk, let's get to the actual changes! 🚀
Major Features
- Wikilink Support!!!! (c117e38)
- CJK + RTL Support (4fd9832, 4587b13)
- Latex Support (cc86136)
- Performance Improvements (fcd5d28, #62)
What's Changed
- RTL Support (4587b13)
- Images no longer need to be root prefixed (54a68e6)
- Fix: None-unicode characters in popover and search not showing up (1ddd15a)
- Grey out broken internal links instead of 404-ing (c51573e)
- Latex Support (cc86136)
- CJK Support (4fd9832)
- Added Wikilink support (c117e38)
- Updated Hugo version from v0.82 to v0.92.2 (14c6181)
- Quartz bundle size improvements by removing duplicate fetches and no longer embedding
contentIndex
within the page (#62) - Added a
disableToc
on each page to disable Table of Contents (#48) - Various styling fixes (#83, #82, #65, 9072709)
Community Contributions
- Specify Hugo requires extended Sass/SCSS version by @adube in #46
- Add disableToc parameter to not show TOC on a page by @earnestma in #48
- Performance improvements by @claudio4 in #62
- Prevent overflow of long links and words by @claudio4 in #65
- fix custom.scss path by @meleu in #82
- make footer contact links responsive by @meleu in #83
New Contributors
- @adube made their first contribution in #46
- @earnestma made their first contribution in #48
- @brandonkboswell made their first contribution in #51
- @claudio4 made their first contribution in #62
- @siyangsun made their first contribution in #71
- @meleu made their first contribution in #82
Full Changelog: v3...v3.2