Skip to content

Commit bedfafa

Browse files
committed
v1.3.0
1 parent cba5295 commit bedfafa

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="v1.3.0"></a>
2+
# [v1.3.0](https://github.com/rhysd/notes-cli/releases/tag/v1.3.0) - 14 Nov 2018
3+
4+
- New: Refer `$EDITOR` environment variable when `$NOTES_CLI_EDITOR` is not set
5+
- Improve: Allow `$NOTES_CLI_EDITOR` to have options such as `"vim -g"`. Previously only command and path could be specified like `"code"` or `"/path/to/emacs"`
6+
- Improve: Add more documents
7+
- Fix: Add/Fix some tests
8+
9+
[Changes][v1.3.0]
10+
11+
112
<a name="v1.2.0"></a>
213
# [v1.2.0](https://github.com/rhysd/notes-cli/releases/tag/v1.2.0) - 09 Nov 2018
314

@@ -77,6 +88,7 @@ https://github.com/rhysd/notes-cli/blob/master/README.md
7788
[Changes][v1.0.0]
7889

7990

91+
[v1.3.0]: https://github.com/rhysd/notes-cli/compare/v1.2.0...v1.3.0
8092
[v1.2.0]: https://github.com/rhysd/notes-cli/compare/v1.1.2...v1.2.0
8193
[v1.1.2]: https://github.com/rhysd/notes-cli/compare/v1.1.1...v1.1.2
8294
[v1.1.1]: https://github.com/rhysd/notes-cli/compare/v1.1.0...v1.1.1

cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Cmd interface {
1515
}
1616

1717
// Version is version string of notes command. It conforms semantic versioning
18-
var Version = "1.2.0"
18+
var Version = "1.3.0"
1919

2020
// ParseCmd parses given arguments as command line options and returns corresponding subcommand instance.
2121
// When no subcommand matches or argus contains invalid argument, it returns an error

0 commit comments

Comments
 (0)