Skip to content

Releases: xuoe/kc

0.2.2

18 Nov 08:57
Compare
Choose a tag to compare

Fixed

  • The roff manual is now placed in the correct man1 subdirectory when
    installing via make install.

0.2.1

29 Dec 21:39
Compare
Choose a tag to compare

This is a bugfix release that ensures building kc from source works as intended.

0.2.0

29 Dec 17:13
Compare
Choose a tag to compare

Added

  • Support for "unreleasing" a release via the -R|--unrelease flags. Unreleasing
    works by taking the changes introduced by the last release and moving them into
    the Unreleased section. If no Unreleased section exists, the last release
    assumes the role.

Changed

  • Changelog titles are now required.
  • Renamed --dump to --print, which can now print nested kc properties. See
    --print '*' for a list of all the possible values. Each dot-separated section
    may be specified as a case-insensitive prefix and the dot characters may be
    replaced with a space character; an asterisk may be used to print the property
    names at that depth level and below.

Fixed

  • Unreleased links are now generated correctly when the Unreleased section is
    the only section left after editing or removing releases.
  • The documentation for the unreleased template was referring to an incorrect
    placeholder ({CURRENT}). The correct one is {PREVIOUS}.
  • Remove unused sort flag -S and replace it with -t.
  • Existing releases are now sorted prior to --release.

0.1.0

26 Dec 14:01
Compare
Choose a tag to compare

Initial release.