Skip to content

Releases: hilverd/glossary-page-template

v0.0.3

31 Dec 23:29
Compare
Choose a tag to compare

Added

  • Add meta name="generator" tag pointing to GitHub project page.
  • Add instructions for building from sources to README.

Fixed

  • In dark mode, make cards a bit lighter than background for consistency with non-dark mode.
  • Improve instructions for making changes. These were implying that the name of the HTML file doesn't matter, but at the moment it is expected to be glossary.html.
  • Make bin/prepare-release not fail if release/ already exists.
  • Sort items in case-insensitive order (TOC and main list).
  • Fix formatting error when JavaScript is disabled (a space would appear before the commas that separate related items).

v0.0.2

29 Dec 23:07
Compare
Choose a tag to compare

Added

  • Give focus to newly created term input fields.
  • Give focus to newly created description details fields.

Changed

  • Disable autocompletion for term input fields.
  • Say "See" instead of "See also" if item has no details.

Fixed

  • Bug fix: escape special chars when saving HTML.
  • Correct release badge URL.

v0.0.1

28 Dec 22:24
Compare
Choose a tag to compare

Added

  • Initial release.