All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning
0.8.0 - 2020-05-08
- Add check for missing notes file in copy command
- Show date of copied notes in copy command
- Remove command-specific hooks
- Improve README
0.7.0 - 2020-05-04
- Add
update
command for updating to the latest version - Add this change log
- Add version badge to README
- Remove
next
date alias fornwd
- Change
prev
from alias forpwd
to stand for previous day with notes - Remove last trailing newline character when copying
- Improve README
0.6.0 - 2020-05-03
- Autodetect copy program and set
$JOT_COPY
automatically if missing - Improve help command examples
- Improve README
0.5.0 - 2020-05-01
- Add support for command-agnostic hooks that run before and after any other command-specific hooks
- Improve README
0.4.0 - 2020-05-01
- Add support for
-- dir
alias to target the$JOT_HOME
directory when issuing custom commands
- Set current working directory for commands and hooks to
$JOT_HOME
- Improve README
0.3.0 - 2020-05-01
- Remove trailing / from
$JOT_HOME
and$JOT_HOOKS
- Export
$JOT_HOME
so that it is available in hooks - Improve README
0.2.0 - 2020-05-01
- Include version command in help text
- Remove redundant
-d today
option fordate
- Remove redundant date case terms from
parse_date
- Embed source URL and license in script
- Improve README
0.1.0 - 2020-05-01
- Initial release