Releases: hilverd/glossary-page-template
Releases · hilverd/glossary-page-template
v0.4.1
Changed
- Speed up switching between ordering alphabetically and by frequency (at the expense of keeping more data in memory).
v0.4.0
Added
- Allow sorting items either alphabetically or by most frequent first. An item is considered more frequent if its terms occur more often in other items.
v0.3.0
Added
- Add anchor links next to each term.
Fixed
- Improve print layout.
v0.2.0
Added
- Add letter grid to sidebar for easier navigation.
v0.1.0
Added
- Support custom file names via the
$FILE
environment variable.
Changed
- Move index to sidebar and widen layout.
Migrating from 0.0.8
Make the relevant changes to glossary.html
.
v0.0.8
Changed
- Scroll to relevant item after editing.
v0.0.7
Added
- Allow customising
$HOST
when launching editor.
Fixed
- Fix bug where
data-enable-help-for-making-changes
was always being set to true. - Make
$PORT
actually work when launching editor.
Migrating from 0.0.6
Make the relevant changes to glossary.html
.
v0.0.6
Changed
- Reduce width of "about" section for readability.
Fixed
- Fix bug: abbreviations not correctly recognised from HTML source.
- Fix layout bug affecting the table of contents.
v0.0.5
Added
- Make textareas grow/shrink in height automatically.
Removed
- Remove unused
data-default-layout
attribute for now.
v0.0.4
Changed
- Only allow listing the first term of an item as a related term. This should encourage people to list the "primary" term first and reduce unnecessary choices.
- Make it easier to release styling changes without having to update the HTML template. Most CSS classes in the template have now been moved to the CSS file.