Skip to content

Releases: pedroborges/kirby-autogit

v0.6.1

01 Mar 14:48
Compare
Choose a tag to compare

Fixed

  • Bug where panel routes where not being registered.

v0.6.0

13 Feb 13:55
Compare
Choose a tag to compare

Added

  • autogit option: disables the plugin.

Changed

  • Git user.name and user.email local configuration are no longer replaced. Instead, the plugin now sets the author with the git commit --author flag.
  • The plugin no longer checks if the content folder is a Git repo since it required an extra command to be run. Use the autogit option to disable the plugin when needed.

Removed

  • autogit.branch option: Auto Git will always use local current branch.

v0.5.0

15 Jul 13:29
Compare
Choose a tag to compare

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.pull and autogit.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

13 Jul 15:52
Compare
Choose a tag to compare

Added

  • Panel widget with pull/push buttons.

v0.2.0

08 Jul 18:36
Compare
Choose a tag to compare

Added

  • Webhooks.

v0.1

13 Jul 17:00
Compare
Choose a tag to compare
  • Panel hooks.
  • en, pt-BR and pt-PT translation.

v.0.3.0

08 Jul 21:03
Compare
Choose a tag to compare

Fixed

  • Library sebastian/git was not being included on the release tarball.