All notable changes to this project will be documented in this file.
Big refactoring of the setup scripts: now three different scripts are provided you can choose from.
Breaking change:
In a multi-repo setup the scripts get renamed using the name of the git repo (e.g. sync.sh
-> sync_notes.sh
). Therefore the widgets and tasks inside of Tasker may have to be modified accordingly.
There should be no breaking change in a single-repo setup.
- many bug fixes related to using and checking the path to a git repo
Breaking changes:
- Path provided in
repo.conf
throughGH_REPO
has changed from relative path to an absolute path and it was renamed toGIT_REPO_PATH
. Example: GIT_REPO_PATH=~/storage/shared/git/notes
Changes:
- support for multi-repo setup
- enhance setup scripts to make the setup more user friendly