hugo-scroll/CHANGELOG.md
P. Ottlinger fe7fd97e6c
#128: Introduce changelog and update recent changes (#130)
* #126: Add issue to changelist

* #128: Add base CHANGELOG

* Issue #128, #126: Add first entries

* Link to issue

* #128: Adapt contribution guidelines to new Changelog

* #128: Tweak README to include changelog

* #128: Fix link to changes

* Issues #126, #129, #128: Add changelog entries

* #128: Add entries for past PRs

* #128: Remove extra section to changelog

* #128: Rename as suggested

* #128: Make link to changelog relative to work in forks/PRs
2023-03-31 21:42:03 +02:00

1.8 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.

KNOWN ISSUES

  • not yet known

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.

Changed

Deprecated

Removed

Fixed

  • 2023-03: Cleanup generated markup: do not render empty <section> in footer.
  • 2023-03: #122 Update docs to allow plain HTML in configurable footer copyright line; no markdown supported anymore.

Security

Template for new releases

x.y.z

Added

Changed

Deprecated

Removed

Fixed

Security