aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-10-29 01:42:13 -0400
committerJesse Luehrs <doy@tozt.net>2021-10-29 01:42:13 -0400
commit7d1b40ecaba7baffcc873ff77ea2f474a1a34743 (patch)
tree170773279bb8c473a8c10387f2ee5c179b6b54cb /CHANGELOG.md
parent00e90e7e7d3bdc2e35fea0fab2dc704326831bad (diff)
downloadrbw-7d1b40ecaba7baffcc873ff77ea2f474a1a34743.tar.gz
rbw-7d1b40ecaba7baffcc873ff77ea2f474a1a34743.zip
changelog and version bump1.4.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e34f769..23143ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## [1.4.1] - 2021-10-28
+
+### Added
+
+* `bin/git-credential-rbw` to be used as a
+ [git credential helper](https://git-scm.com/docs/gitcredentials#_custom_helpers)
+ (#41, xPMo)
+
+### Changed
+
+* Also disable swap and viminfo files when using `EDITOR=nvim` (#70, Dophin2009)
+
+### Fixed
+
+* Properly handle a couple folder name edge cases in `bin/rbw-fzf` (#66,
+ mattalexx)
+* Support passing command line arguments via `EDITOR`/`VISUAL` (#61, xPMo)
+
## [1.4.0] - 2021-10-27
### Fixed