Skip to content

Releases: dcchambers/note-keeper

Notekeeper 1.2

11 Nov 02:51
54d86c6
Compare
Choose a tag to compare

v1.2.0 - 10 November 2021

  • feat: Implement ability to list note files with -l|--list flag (c171e75)

Checksum (SHA256): 5d2006b904d7bfae573019111d9f417087cd7956ce6f98353b5ceee1ad7344cb
Homebrew Tap: Updated

Notekeeper 1.1

11 May 17:05
9e94b19
Compare
Choose a tag to compare

v1.1 - 11 May 2021

  • feat: Implement the ability to opt-out of using date-based directory organization (5b8b2a5)
  • fix: Fixed a bug when using a custom note directory set in noterc file (eb0da17)
  • fix: Fixed a typo in usage/help printout (1b67567)

Checksum (SHA256): 6454637dcc985bbaebae4ac7c0fb35b6b057f796b67439fa89bb6c4d7b4c26e5
Homebrew Tap: Updated ✅

Notekeeper 1.0

31 Mar 21:36
c216eed
Compare
Choose a tag to compare

Notekeeper 1.0!

  • Checksum (SHA256): 81aa3376f014e25b41030f5070171d9a1b86361f94a2c74ac1989e49a1824866
  • Changelog

Changes since last version:

v1.0.0 - 31 March 2021

  • General code cleanup and enhancements for 1.0 release (9e06464)
  • Implement destroy and delete functionality (27cdeb2)
  • Implement edit functionality (3e3ac32)
  • Add ability to use a print program other than cat (26662cf)
  • Removed the -i/--info flag (cae86fd)
  • Improve argument handling (012e840)

Pre-Release v0.6.0

28 Mar 04:05
f0948f0
Compare
Choose a tag to compare
Pre-Release v0.6.0 Pre-release
Pre-release

CHANGELOG

  • Update the directory structure where notes are stored. (9dd754f)
  • General improvements to the bash code (1b6d0a0, 1b6d0a0)

Pre-Release v0.5.0

29 Jul 03:14
d5af944
Compare
Choose a tag to compare
Pre-Release v0.5.0 Pre-release
Pre-release
  • Adds the -t | --time option.

Pre-Release v0.4.0

28 Jul 19:38
Compare
Choose a tag to compare
Pre-Release v0.4.0 Pre-release
Pre-release
  • Added config file (noterc)
  • Added ability to add custom filename via -n | --name
  • Bash code is now less error-prone
  • Fixed markdown syntax in CHANGELOG.md and README.md
  • Thanks for the PR @Madic-!

Pre-Release v0.3.4

14 Feb 15:39
2a5a235
Compare
Choose a tag to compare
Pre-Release v0.3.4 Pre-release
Pre-release

v0.3.4 - 14 Feb 2019

  • Alter text printed to terminal when a user opens an existing note to be friendlier
    and more informative.

v0.3.3 - 14 Feb 2019

  • Fix a bug where vim opened in insert mode but didn't place cursor at end of file.

Pre-Release v0.3.2

10 Sep 19:56
Compare
Choose a tag to compare
Pre-Release v0.3.2 Pre-release
Pre-release

v0.3.2 - 10 Sep 2018

  • Add support for Emacs (Thanks for the PR @alkc)!
    • Opens Emacs with cursor at EOF.

Pre-Release v0.3.1

03 Aug 03:42
Compare
Choose a tag to compare
Pre-Release v0.3.1 Pre-release
Pre-release

v0.3.1 - 02 Aug 2018

Pre-Release v0.3.0

02 Aug 15:54
Compare
Choose a tag to compare
Pre-Release v0.3.0 Pre-release
Pre-release

v0.3.0 - 02 Aug 2018

  • By default it now opens a note using $EDITOR.
    • If no $EDITOR is set, it uses Vim.
    • If Vim is set as the default $EDITOR, it opens Vim in insert mode.
  • Fixed stat output on Ubuntu/Linux machines.
  • Added more information to note -i output.
  • Added a success echo to install script.