Skip to content

Commit

Permalink
update changelog for v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaslovsky committed Apr 26, 2021
1 parent 8510ee9 commit 8f42e3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.2.0 / 2021-04-26

* [ADDED] Flag to open most recently dated ("latest") note
* [ADDED] Configurable threshold for warning user of too many template files
* [ADDED] Flags to display configuration file contents (`-f`) and active configuration (`-a`)
* [ADDED] `update` subcommand for `config` command to overwrite configuration file with active configuration
* [ADDED] `init` command to more cleanly initialize textnote application directories and files
* [FIXED] Copy command defaults to latest note instead of potentially nonexistent note from previous day
* [INTERNAL] Upgraded to Go 1.16
* [INTERNAL] Deprecated use of `io/ioutil`

## 1.1.1 / 2021-02-28

* [FIXED] Fall back on defaults for parameters missing from configuration file
Expand Down

0 comments on commit 8f42e3e

Please sign in to comment.