Releases: dcchambers/note-keeper
Releases · dcchambers/note-keeper
Notekeeper 1.2
Notekeeper 1.1
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
Notekeeper 1.0!
- Checksum (SHA256): 81aa3376f014e25b41030f5070171d9a1b86361f94a2c74ac1989e49a1824866
- Changelog
Changes since last version:
v1.0.0 - 31 March 2021
Pre-Release v0.6.0
Pre-Release v0.5.0
- Adds the
-t | --time
option.
Pre-Release v0.4.0
- 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
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
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
v0.3.1 - 02 Aug 2018
- Add support for Neovim. (Thanks for the PR @jonathandion)!
Pre-Release v0.3.0
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.