Skip to content

v5.0.0

Compare
Choose a tag to compare
@thathoff thathoff released this 10 Aug 06:30
· 24 commits to master since this release
126e232

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)
  • 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