Skip to content

Releases: Low-Frequency/Klipper-Git-Backup

v2.1.2

12 Sep 20:52
f472e74
Compare
Choose a tag to compare

GitHub CLI installation fix

  • Installation now makes sure /etc/apt/keyrings exists
  • Fixes an issue while installing gh (GitHub CLI)

v2.1.1

28 Jul 11:09
13e2327
Compare
Choose a tag to compare

Fix unsaved changes not updating

  • Make printer_data folder configuration function update UNSAVED_CHANGES

v2.1.0

27 Jul 21:33
cdffd51
Compare
Choose a tag to compare

Improved config folder management

  • Safety check to prevent folders being added twice
  • You're now able to remove folders from the backup via the UI

v2.0.0

25 Jul 18:34
Compare
Choose a tag to compare

Improved setup

  • Auto detection of printer_data folders
  • Fully automatic repo creation
  • Automatic SSH key setup

Improved restore

  • Automatically restore on new installations
  • Quickly restore from local backups
  • Point in time restore through git commit SHAs

Improved backups

  • Only one repo is needed

New data structure

  • All data is stored in ~/kgb-data

Documentation

  • Full documentation of all functions
  • Quick help dialogs in all menus

v1.3.0

08 Dec 19:59
Compare
Choose a tag to compare

Advanced git config

  • You can now set your own git server via the advanced menu in the git config

Thanks @Tarakesh83 for implementing the logic for this

Additional minor improvements

  • Added a failsafe when quitting the installer without actually installing the script

v1.1.0

03 Nov 17:20
Compare
Choose a tag to compare

v1.1.0

New way of scheduling backups

  • Removed endless loop for scheduled backups
  • Added systemd timer for scheduled backups
  • Fixed backup function not recognizing errors

v1.0.1

03 Nov 09:38
b61b2ae
Compare
Choose a tag to compare

v1.0.1

Bugfix

  • Invalid refspec in git push

Credit

Thanks @varazir for finding and fixing this bug

v1.0.0

07 Apr 11:36
Compare
Choose a tag to compare

v1.0.0

Finally the first release

After many iterations and changes to the functionality I thought it's time to make a release.

Things that changed

  • UI
  • Multi instance support
  • More sensible backup schedule settings
  • Paths to config folders do not get generated anymore (Using ~ as abbreveiation for the home folder or even specifying the path relative to the home folder is supported)

Removed features

  • Removed support for Google Drive completely