v3.2
版本发布时间: 2022-04-03 12:02:13
jackyzha0/quartz最新发布版本:v4.0.8(2023-08-21 08:09:41)
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!!!! (c117e38899a7e122fb4dee87f5d091e654e0939f)
- CJK + RTL Support (4fd983277e36e323675e2d77048fb3daaa016dc6, 4587b133600ac59e38d1fccc7c7dba9f2c8f4af5)
- Latex Support (cc86136bcb4cc61219a8ee7573e792e6a6043dcd)
- Performance Improvements (fcd5d2807d2bab68c6776e031e85d65fe88a6f7a, https://github.com/jackyzha0/quartz/pull/62)
What's Changed
- RTL Support (4587b133600ac59e38d1fccc7c7dba9f2c8f4af5)
- Images no longer need to be root prefixed (54a68e6e5c020fa1e4eacf7942eb37974f332887)
- Fix: None-unicode characters in popover and search not showing up (1ddd15afc6e69202080ffb91e8d82deb653a80b7)
- Grey out broken internal links instead of 404-ing (c51573efa98de6b5b5e79fb60b49f31daca70527)
- Latex Support (cc86136bcb4cc61219a8ee7573e792e6a6043dcd)
- CJK Support (4fd983277e36e323675e2d77048fb3daaa016dc6)
- Added Wikilink support (c117e38899a7e122fb4dee87f5d091e654e0939f)
- Updated Hugo version from v0.82 to v0.92.2 (14c6181d240e69f48f6a2548136613b2b0739720)
- Quartz bundle size improvements by removing duplicate fetches and no longer embedding
contentIndex
within the page (https://github.com/jackyzha0/quartz/pull/62) - Added a
disableToc
on each page to disable Table of Contents (https://github.com/jackyzha0/quartz/pull/48) - Various styling fixes (https://github.com/jackyzha0/quartz/pull/83, https://github.com/jackyzha0/quartz/pull/82, https://github.com/jackyzha0/quartz/pull/65, 907270992d7718f26d0a401ab700c6a0a414b440)
Community Contributions
- Specify Hugo requires extended Sass/SCSS version by @adube in https://github.com/jackyzha0/quartz/pull/46
- Add disableToc parameter to not show TOC on a page by @earnestma in https://github.com/jackyzha0/quartz/pull/48
- Performance improvements by @claudio4 in https://github.com/jackyzha0/quartz/pull/62
- Prevent overflow of long links and words by @claudio4 in https://github.com/jackyzha0/quartz/pull/65
- fix custom.scss path by @meleu in https://github.com/jackyzha0/quartz/pull/82
- make footer contact links responsive by @meleu in https://github.com/jackyzha0/quartz/pull/83
New Contributors
- @adube made their first contribution in https://github.com/jackyzha0/quartz/pull/46
- @earnestma made their first contribution in https://github.com/jackyzha0/quartz/pull/48
- @brandonkboswell made their first contribution in https://github.com/jackyzha0/quartz/pull/51
- @claudio4 made their first contribution in https://github.com/jackyzha0/quartz/pull/62
- @siyangsun made their first contribution in https://github.com/jackyzha0/quartz/pull/71
- @meleu made their first contribution in https://github.com/jackyzha0/quartz/pull/82
Full Changelog: https://github.com/jackyzha0/quartz/compare/v3...v3.2