diff options
author | merakor <cem@ckyln.com> | 2020-05-07 17:53:17 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-07 17:53:17 +0000 |
commit | 8c1cb6c250f6657a4d6c55ea785e7627fe6d9ae3 (patch) | |
tree | 285f0d5d51c4905ed7796d5472f430bc2e7842af | |
parent | 3187ec0310703bffd84394fc74bdac5e3c04dc2c (diff) | |
download | cpt-8c1cb6c250f6657a4d6c55ea785e7627fe6d9ae3.tar.gz |
changelog: update
FossilOrigin-Name: acb9d1a3c4e14cef14675b29af2912c082de0b6ad4cd061a99604f9188ec1e36
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 ------------------- |