From 3d54dbb15b7a00a466807c9a05ae32da15dc3aa2 Mon Sep 17 00:00:00 2001 From: Kevin Zhuang Date: Wed, 3 Mar 2021 22:44:08 +1100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b893c..9519e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ Noteble changes are documentated in this file. - unnecessary argument for zsh completion [#26](https://github.com/kazhala/dotbare/issues/26) +### Added + +- common basic zsh widgets such as `dotbare fedit` [#24](https://github.com/kazhala/dotbare/issues/24) +- new zsh widget `dotbare-transform` (Not documented yet, will add to documendation in next release) + - transform a generic `git` command to a `dotbare` command; e.g. `git log` -> `dotbare -g flog` + - Bind this widget to keys of your choice (e.g. `ctrl-u`): `bindkey "^u" dotbare-transform` + ## 1.3.1 (25/08/2020) ### Fixed