v5.0.0
Features
- only add modified files with
git add
instead of iterating over entire directory tree (git add .
) (see #90, thanks @cstmth) - Add overview panel
- see remote synchronization status (like
git status
) - see modified files that have not been committed (like
git status
) - push and pull using buttons (see #85)
- see remote synchronization status (like
- show plugin information in Kirby plugin overview
Bugfixes
- catch git errors that are caused by race conditions (see #84)
- inform about exclusion of Kirby .lock files in README.md (see #81)
BREAKING CHANGES
- Plugin only supports Kirby 3.6 and upwards and git 2.24 and upwards