Releases: slashtechno/gobackup-github
Releases · slashtechno/gobackup-github
v0.5.0
What's Changed
- Customizable max backups, Ntfy support, and concurrency by @slashtechno in #51
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Rewrote the project, using Cobra and Viper for managing configuration.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Added Gist and Docker support. Rolling backups are also now supported.
What's Changed
- Bump github.com/TwiN/go-color from 1.1.0 to 1.2.0 by @dependabot in #4
- Format code with gofumpt by @deepsource-autofix in #5
- Bump github.com/tidwall/gjson from 1.14.3 to 1.14.4 by @dependabot in #7
- Bump github.com/TwiN/go-color from 1.2.0 to 1.4.0 by @dependabot in #6
- Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.5.0 by @dependabot in #8
- Bump github.com/go-git/go-git/v5 from 5.5.0 to 5.5.1 by @dependabot in #9
- Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2 by @dependabot in #10
- Bump github.com/joho/godotenv from 1.4.0 to 1.5.1 by @dependabot in #11
- Bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #12
- Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.6.0 by @dependabot in #13
- Bump github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1 by @dependabot in #14
- Bump actions/setup-go from 3 to 4 by @dependabot in #15
- Refactor Codebase by @slashtechno in #16
- Gist support by @slashtechno in #17
- Improve Error Checking by @slashtechno in #18
- Implement rolling backups by @slashtechno in #19
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- CLI flags to control list creation behavior
- List of repositories is no longer created by default
- Fixed various bugs
- Added Continuous Deployment
- Bump github.com/tidwall/gjson from 1.14.1 to 1.14.3 by @dependabot in #3
- Various other, minor, changes
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Added ability to record all repositories retrieved as a JSON file by @slashtechno in #2
Full Changelog: v0.2...v0.2.1
v0.2.0
Added various features.
- Terminal user interface
- Command line usage via cli flags
- Added ability to backup starred repositories
Full Changelog: v0.1.0...v0.2.0
v0.1
First release of gobackup-github
Full Changelog: https://github.com/slashtechno/gobackup-github/commits/v0.1.0