diff --git a/CHANGELOG.md b/CHANGELOG.md index 52918df..f380886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 1.7.0 +* Use $EDITOR to edit ideas, fall back to vi +* Use $PAGER to view ideas, fall back to less + ## Version 1.6.3 * Refactor code to be more idiomatic and readable * Only remove repo/editor if they exist diff --git a/Cargo.lock b/Cargo.lock index 7c98f8a..655daa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "eureka" -version = "1.6.3" +version = "1.7.0" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index e5e300c..9c1bf2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eureka" -version = "1.6.3" +version = "1.7.0" authors = ["Simon Egersand "] description = "CLI tool to input and store your ideas without leaving the terminal" categories = ["command-line-interface", "command-line-utilities"]