We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406583a commit c078695Copy full SHA for c078695
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 1.3.0
4
+* Remove usage of numbers in selecting your editor which caused confusion.
5
+* After first time setup - do not prompt user for idea.
6
+
7
## Version 1.2.0
8
* The dependency `serde` has been removed. I think it deserves a new release.
9
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "eureka"
-version = "1.2.0"
+version = "1.3.0"
authors = ["Simon Egersand <s.egersand@gmail.com>"]
description = "CLI tool to input and store your ideas without leaving the terminal"
categories = ["command-line-interface", "command-line-utilities"]
0 commit comments