Skip to content

Releases: trilbymedia/grav-plugin-git-sync

2.0.1

20 Feb 05:37
1443cde
Compare
Choose a tag to compare

New

  • Added new init CLI command (bin/plugin git-sync init) (#128, thanks @LeonRyan and @alex-mohemian)

Improved

  • Allow setting a personalised commit message (#123, thanks @Kyed)
  • Added better directions for Azure + IIS users for the Git Binary

Bugfix

  • Fixed LC_ALL to use C instead of en_US.UTF-8`, to be more flexible (#124, #125, thanks @lambopedia)

2.0.0

15 Oct 21:03
adb036d
Compare
Choose a tag to compare

New

  • Added support for new awesome Grav 1.6 Scheduler
  • Added logic to display custom nested folders in wizard
  • Other than pages, it is now possible to enable config, data, plugins and themes for synchronization. You can also add any custom folder you have in your user (#4, #21, #34, #58, #63, #83)
  • Allow users with admin.pages permissions to synchronize through quick tray (#79, thanks @apfrod)
  • When using Grav as committer, the user email will be now used for the commit (#81, thanks @apfrod)
  • Added support for Webhook Secret (Bitbucket does not yet support them) (#72, #73, thanks @pathmissing)
  • Added options to turn automatic synchronization on/off with page saves, delete and media changes (#105, thanks @AmauryCarrade)

Improved

  • Fixed alignment of the git icon in the Wizard (#115)
  • Prevent Wizard modal to get canceled when clicking on the overlay background (#115)
  • Quick tray icon is now smarter. If GitSync has not been initialized yet, it will take you straight to wizard, otherwise it would perform a synchronization (#115)
  • Rearranged blueprint order (thanks @paulhibbitts)
  • GitLab: Updated wizard instructions to be inline with the new GitLab UI (#90)
  • Tweaked alignment of links in the wizard (#57)
  • Properly support local branches that aren't master (#56)
  • Allow to specify custom local_repository (default, USER_DIR) (#95, thanks @Hydraner, also #54, #33, #25)
  • Webhook URL is now more robust and secure, by default it is generated with a random value
  • Git icon from Admin has been replaced to use the git text icon instead of the logo
  • Prevent next step if Step 1 and Step 2 are not filled in (#92)
  • Added notice in Step 2 explaning what GitSync expect from the repository structure (#92)

Bugfix

  • Fixed issue where on first initialization the checkout process would error out
  • Fixed issue with Pages save.
  • Fixed JS error in plugins list
  • Fixed nested folders not synchronizing
  • Fixed issue where Wizard wouldn't work in case the admin path was modified (#27, #94, #77, thanks @pathmissing)
  • Fixed webhook generated URL when multi-lang active (#71)
  • Resolved issue with untracked/uncommited files at the root of the sync folder. (#101, thanks @ScottHamper)

2.0.0-rc.4

04 Oct 23:48
b35edd8
Compare
Choose a tag to compare
2.0.0-rc.4 Pre-release
Pre-release
    • Added support for new awesome Grav 1.6 Scheduler
    • Fixed alignment of the git icon in the Wizard (#115)
    • Prevent Wizard modal to get canceled when clicking on the overlay background (#115)
    • Quick tray icon is now smarter. If GitSync has not been initialized yet, it will take you straight to wizard, otherwise it would perform a synchronization (#115)

2.0.0-rc.3

28 Sep 23:29
34e479f
Compare
Choose a tag to compare
2.0.0-rc.3 Pre-release
Pre-release
    • Added logic to display custom nested folders in wizard
    • Fixed issue where on first initialization the checkout process would error out
    • Fixed issue with Pages save.
    • Fixed JS error in plugins list
    • Fixed nested folders not synchronizing

2.0.0-rc.2

26 Sep 20:02
efb0c93
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release
    • Added options to turn automatic synchronization on/off with page saves, delete and media changes (#105, thanks @AmauryCarrade)
    • Git icon from Admin has been replaced to use the git text icon instead of the logo
    • Prevent next step if Step 1 and Step 2 are not filled in (#92)
    • Added notice in Step 2 explaning what GitSync expect from the repository structure (#92)

2.0.0-rc.1

13 Sep 01:43
9429d52
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release
1. [](#new)
    * Other than `pages`, it is now possible to enable `config`, `data`, `plugins` and `themes` for synchronization. You can also add any custom folder you have in your `user` (#4, #21, #34, #58, #63, #83)
    * Allow users with `admin.pages` permissions to synchronize through quick tray (#79, thanks @apfrod)
    * When using Grav as committer, the user email will be now used for the commit (#81, thanks @apfrod)
    * Added support for Webhook Secret (Bitbucket does not yet support them) (#72, #73, thanks @pathmissing)
1. [](#improved)
    * GitLab: Updated wizard instructions to be inline with the new GitLab UI (#90)
    * Tweaked alignment of links in the wizard (#57)
    * Properly support local branches that aren't `master` (#56)
    * Allow to specify custom local_repository (default, `USER_DIR`) (#95, thanks @Hydraner, also #54, #33, #25)
    * Webhook URL is now more robust and secure, by default it is generated with a random value
1. [](#bugfix)
    * Fixed issue where Wizard wouldn't work in case the `admin` path was modified (#27, #94, #77, thanks @pathmissing)
    * Fixed webhook generated URL when multi-lang active (#71)
    * Resolved issue with untracked/uncommited files at the root of the `sync` folder. (#101, thanks @ScottHamper)

1.0.4

16 Aug 19:42
a49fb5e
Compare
Choose a tag to compare
    • CLI: Added status command to check config and git (#52, thanks @karfau)
    • Allow local branches to be named differently than the remote branches (#48, thanks @denniswebb)
    • Added support for new Admin Navigation Tray
    • Fixed minimum Git required version to support --all (#32,#49, thanks @redrohX)

1.0.3

21 Feb 23:38
c0d501d
Compare
Choose a tag to compare
1. [](#bugfix)

    * Fixed issue with new 'author' option that could trigger errors when settings were not saved. (#23)
    * Fixed the 'More Details' button triggering the Modal to close instead of just expanding the details

1.0.2

19 Feb 01:04
f8eddae
Compare
Choose a tag to compare
1. [](#new)

    * It is now possible to change the committer name. You can choose between Git User, GitSync Committer Name, Grav User Name, Grav User Fullname (#14).
2. [](#improved)
    * Added more documentation and description about the support of 2FA and Access Tokens (#16, #19, thanks @OleVik)
    * Added 4th Generic Git choice in the wizard for self-hosted and custom git services (Gogs/Gitea) (#7 - #22 - thanks @erlepereira)
1. [](#bugfix)
    * Fixed issue preventing the custom Git Binary Path from getting used (#15)
    * Fixed issue with Webhook auto-generated URL where it would display double slashes in case of root domain (#15)
    * Fixed issue with the modal not properly restoring the tutorial steps of the active selected service

1.0.1

29 Jan 23:26
43722b6
Compare
Choose a tag to compare
1. [](#bugfix)

    * Changed default GitSync email for commits