Releases: pedroborges/kirby-autogit
Releases · pedroborges/kirby-autogit
v0.6.1
v0.6.0
Added
autogitoption: disables the plugin.
Changed
- Git
user.nameanduser.emaillocal configuration are no longer replaced. Instead, the plugin now sets the author with thegit commit --authorflag. - The plugin no longer checks if the
contentfolder is a Git repo since it required an extra command to be run. Use theautogitoption to disable the plugin when needed.
Removed
autogit.branchoption: Auto Git will always use local current branch.
v0.5.0
I'm really excited about the possibilities that this release's enhancements brings to Auto Git. Enjoy!
If you've been using Auto Git, I'd love to hear your feedback 😉
Added
autogit()global function.- Auto Git now triggers its own hooks:
autogit.pullandautogit.push. - Enable webhooks only when a remote repository has been setup.
- Show error on the widget when a remote repository has not been setup yet.
Changed
- Allow Auto Git to run on older Git releases, see #1.
- Redirect to error page when webhooks secret mismatches.
- Show Git errors on the widget when pulling/pushing.
- Widget title to "Sync Content".
Fixed
- Disable button when another action is in progress.
v0.4.0
Added
- Panel widget with pull/push buttons.
v0.2.0
Added
- Webhooks.
v0.1
- Panel hooks.
- en, pt-BR and pt-PT translation.
v.0.3.0
Fixed
- Library sebastian/git was not being included on the release tarball.