Skip to content

v8.5.0

Compare
Choose a tag to compare
@qwtel qwtel released this 01 Aug 16:44
· 623 commits to master since this release
v8.5.0

Changed

  • [PRO] The theme now matches the operating system's dark mode.
  • Scrolling down on a page with an open drawer will now close the drawer
  • Reloading a cover page after the drawer has been closed will now open the page with the drawer closed
  • Removed JavaScript-based web font swapping in favor of using font-display: swap
  • Darkened font color in dark mode to reduce contrast
  • Updated KaTeX to the latest version
  • Increased the durations of various animations slightly
  • Now using jekyll-replace-img instead of custom code in _plugins folder
  • Added a separate, smaller JavaScript bundle for modern browsers

Added

  • Added support for figure captions on code blocks
  • Added keybase to social media icons
  • [PRO] There's now a forward button when using the theme as a PWA

Fixed

  • Fixed print layout when dark mode is enabled
  • Using CSSTransformValue correctly
  • Fixed a minor style bug for dates
  • Fixed a bug where light mode would flash when loading a page in dark mode
  • Minimal support for IE11