hugo-scroll/CHANGELOG.md

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Unreleased

Added

  • 2023-03: #126 Add version information to site's footer by setting the general configuration option enableGitInfo=true.
  • 2023-03: #129 External links may contain icons as well, set attribute icon accordingly.
  • 2023-03: #99 Add shortcode extlink to allow external links.
  • 2023-03: #106 title_guard feature, color made more contrasting

Changed

  • Moved CSS & JS from static to assets, used pipelined concatenation, minification fingerprinting
  • 2023-03: #109 Transfer repository ownership: https://github.com/zjedi/hugo-scroll
  • 2023-03: #122 Plain HTML in header & footer; Markdown not supported anymore.

Template for new releases

x.y.z

Added

Changed

Deprecated

Removed

Fixed

Security