Releases: novusnota/notes.sh
Releases · novusnota/notes.sh
2.1.0 — Stable release
• Added config.example.sh (it reads itself out)
• Removed config.sh from the git tracking. Instead, you should create your own copy of config.sh, using config.example.sh, like this:
(assuming you're in the notes.sh repo folder)
cp config.example.sh config.sh
Then change the config.sh to your preferences.
• Date resolution bug fix
(2.0.4) Stable release
• A simple, but useful customizations via config.sh file (it reads
itself out)
• Custom templates for the new notes (script just copy-pastes its
contents to the new note files)
• Overall code improvements and big refactoring
• Some bug fixes according to shellcheck
1.1.0 - Stable release
Fixed a bug with the EDITOR variable. Now, an editor is determined correctly.
1.0.1 - Patch - Bug fixes
Mistyped directory names, whoops :)
Now it's fixed.
Initial stable release
v1.0.0 Stylistic changes in README.md