aboutsummaryrefslogtreecommitdiffstats
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
parent00e90e7e7d3bdc2e35fea0fab2dc704326831bad (diff)
downloadrbw-7d1b40ecaba7baffcc873ff77ea2f474a1a34743.tar.gz
rbw-7d1b40ecaba7baffcc873ff77ea2f474a1a34743.zip
changelog and version bump1.4.1
-rw-r--r--CHANGELOG.md18
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 20 insertions, 2 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
diff --git a/Cargo.lock b/Cargo.lock
index 19d9f83..1c11c3d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1030,7 +1030,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "1.4.0"
+version = "1.4.1"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index a9d0f19..44575fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "1.4.0"
+version = "1.4.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"