Releases: dkaslovsky/textnote
Releases · dkaslovsky/textnote
v1.3.2
v1.3.1
1.3.1 / 2022-11-06
- [UPDATED] Recompiled using go 1.19.3 due to CVE-2022-41716
v1.3.0
1.3.0 / 2021-06-19
- [ADDED] Second
--delete
/-x
flag deletes source file left empty after moving section(s)
v1.2.0
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 forconfig
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
v1.1.1
1.1.1 / 2021-02-28
- [FIXED] Fall back on defaults for parameters missing from configuration file
- [FIXED] Warning for unsupported editor configuration for cursorLine > 1
v1.1.0
1.1.0 / 2021-02-16
- [ADDED] Use $EDITOR environment variable for opening notes
- [ADDED] Add support for vi/vim, nano, neovim, and emacs for using
file.cursorLine
config parameter
v1.0.0
1.0.0 Initial release