Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@Staubgeborener Staubgeborener released this 31 Jul 13:32
· 18 commits to main since this release
8da5690
  • git_protocol now supports SSH as well as HTTP and HTTPS, so you can now work with SSH keys, thanks to @Tylerjet (PR)

  • Klipper-Backup now supports the following CLI parameters (commit #1, #2, #3, #4):

    • -h or --help: show help page

      • Example: script.sh --help
    • -f or --fix: delete the config_backup folder to fix most error messages automatically

      • Example: script.sh --fix
    • -c or --commit_message: use your own commit message for the git push

      • Example: script.sh --commit-message "hello world"