From 8c1cb6c250f6657a4d6c55ea785e7627fe6d9ae3 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 7 May 2020 17:53:17 +0000 Subject: changelog: update FossilOrigin-Name: acb9d1a3c4e14cef14675b29af2912c082de0b6ad4cd061a99604f9188ec1e36 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ed6e6..d96e79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +UNRELEASED +---------- + +### Added +- Added `e|extension` to `kiss` which can be used to output kiss-extensions. + +### Changed +- `kiss` no longer outputs the extensions when called with `kiss help`. The + output was too large for an average terminal, and a user had to scroll up + for actual package manager options. These can now be retrieved with `kiss e`. +- When called from a subshell, `kiss` disables colour escape sequences. This + behaviour can be overriden by setting `KISS_COLOUR` environment variable. + If set to 1, it will be enabled globally, if set to 0 it will be disabled + globally. + + 1.19.0 - 2020-05-06 ------------------- -- cgit v1.2.3