Skip to content

Releases: novusnota/notes.sh

2.1.0 — Stable release

19 Apr 08:11
Compare
Choose a tag to compare

• 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

18 Apr 22:16
Compare
Choose a tag to compare

• 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

28 Jan 21:03
Compare
Choose a tag to compare

Fixed a bug with the EDITOR variable. Now, an editor is determined correctly.

1.0.1 - Patch - Bug fixes

28 Jan 20:36
Compare
Choose a tag to compare

Mistyped directory names, whoops :)
Now it's fixed.

Initial stable release

28 Jan 18:46
Compare
Choose a tag to compare
v1.0.0

Stylistic changes in README.md