Skip to content

v4.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 14:34
· 227 commits to main since this release

SRI Hashes

See static assets for how to use these.

  • glossary.min.js: sha384-jca5ATNt8LiA8r4MGt/6kfBOIjXDnQR7oY4vvdOg4ejUlah4Z92rDhxmIE/PBHuX
  • glossary.min.css: sha384-DNui8OxuTGDvjEFi9cgv5+4LGEoJ2b5V/NazAfx5gvur1Ur6Q1EFVhJWuchg8YRE

Changed

  • Make search also cover definitions.
  • Support ⌘K for searching on macOS.
  • Select first search result by default.
  • Upgrade KaTeX to version 0.16.9.

Fixed

  • Fix issues with back/forward buttons.
  • Stop using :target for styling item pointed to by fragment identifier, as it doesn't work well with back/forward buttons. Handle highlighting of item that has "focus" in JavaScript instead.
  • Prevent having multiple items with the same fragment identifier. The fragment identifier for an item is its disambiguated preferred term, with spaces replaced by underscores.
  • Prevent search item from being made active just because mouse pointer is already over it.