Skip to content

Gorsync Backup 0.4.0 release

Compare
Choose a tag to compare
@d2r2 d2r2 released this 13 Sep 12:17

List of changes:

  • Minimal Makefile configuration to support make build approach.
  • Generate archive build file to bind to release assets, with 3rd party source dependencies injected to the vendor section of the project via govendor tool. Since approach to use govendor app is now considered obsolete, it will be replaced with Go modules (go mod vendor) in next releases.
  • Get application version during compilation process from last GIT tag/release, rather than assigning the hardcoded one.
  • Add .vscode folder to support development in Visual Studio Code as preferred IDE over Sublime Text. Configure launch.json settings to interactively run and debug application in VS Code. Additionally, configure tasks.json to run packaging scripts directly from the IDE.
  • Small UI improvements.
  • Adaptation to latest GLIB 2.64.
  • Updated documentation and help.
  • Bugs fixed.

Linux packages attached to the release:

  • deb (Debian, Ubuntu)
  • rpm (Fedora, Redhat, CentOS)
  • pkg.tar.xz (Arch Linux)
  • tar.xz (archive source including all dependencies with make build script)