Skip to content

v5.0.0

Compare
Choose a tag to compare
@cotes2020 cotes2020 released this 02 Jan 16:57
· 753 commits to master since this release

New

Features

  • Add Utterances comments
  • Add heading anchor to posts
  • Add abbreviation support for image width/height
  • Add variables to define the path of the post images

UI

  • New design for the header of code snippets
  • Redesign the meta-data display of posts
  • Restore the default scroll bar and make it support dark mode on Windows Chrome
  • Move the preview image of the post to the top
  • New design for keyboard input element (#471)

Improved

  • Reduce the number of files refactored by liquid to speed up the build
  • Refactor the layouts to reduce duplication of code
  • Make the anchor scroll position more precise
  • Hide the cursor of icons, images, and code snippets
  • Add Korean locales (#467)

Fixed

  • Escape characters of post list (homepage and related posts)
  • Tab focus doesn't reach the theme-mode toggle (#453)

New Contributors