Skip to content

Releases: dkaslovsky/textnote

v1.3.2

28 Nov 00:33
154eeae
Compare
Choose a tag to compare

1.3.2 / 2023-11-27

  • [FIXED] Ensure valid format for date arguments
  • [FIXED] Configuration field templateFileCountThresh updated due to previous typo with full backwards compatibility
  • [UPDATED] Go version and dependencies

v1.3.1

06 Nov 23:17
Compare
Choose a tag to compare

1.3.1 / 2022-11-06

v1.3.0

19 Jun 22:19
Compare
Choose a tag to compare

1.3.0 / 2021-06-19

  • [ADDED] Second --delete/-x flag deletes source file left empty after moving section(s)

v1.2.0

26 Apr 20:23
Compare
Choose a tag to compare

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

v1.1.1

28 Feb 19:40
Compare
Choose a tag to compare

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

17 Feb 03:02
Compare
Choose a tag to compare

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

11 Feb 13:25
Compare
Choose a tag to compare

1.0.0 Initial release