Skip to content

Releases: d2r2/go-rsync

Gorsync Backup 0.4.1 release

15 Sep 14:51
Compare
Choose a tag to compare

List of changes:

  • It is a mostly the release 0.4.0 postfix.
  • Fix application reload code bug, which produce app panic exit time to time.
  • Some minor updates in code and translation.

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)

Gorsync Backup 0.4.0 release

13 Sep 12:17
Compare
Choose a tag to compare

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)

Gorsync Backup 0.3.3 release

24 Nov 17:44
766ca00
Compare
Choose a tag to compare

List of changes:

  • RSYNC transfer options override implemented in profile settings.
  • Lot of small UI improvements.
  • Replace UI animation and customization implemented via imperative programming, with GTK+ CSS declarative application styling.
  • Both Linux and FreeBSD supported.
  • Adaptation to latest GLIB 2.62, GTK+ 3.24.
  • Updated documentation and help.
  • Bugs fixed.

Linux and FreeBSD packages attached to the release:

  • deb (Debian, Ubuntu)
  • rpm (Fedora, Redhat, CentOS)
  • pkg.tar.xz (Arch Linux)
  • txz (FreeBSD)

Gorsync Backup 0.3.2 release

10 May 08:29
a6d64a9
Compare
Choose a tag to compare

List of changes:

  • Password protected RSYNC module supported.
  • Option to change files permission during RSYNC backup process.
  • Adaptation to latest GTK+ 3.24, GLIB 2.60.
  • Project site created https://gorsync.github.io/ on the base of superior Beautiful Jekyll template.
  • Bugs fixed.

Packages for deb (Debian, Ubuntu), rpm (Fedora, Redhat) and pkg.tar.xz (Arch linux) Linux distributives attached to the release.

Gorsync Backup 0.3.1 release

23 Dec 04:00
Compare
Choose a tag to compare

List of changes:

  • Internationalization implemented. Localization provided for English, Russian languages.
  • Backup result's notifications: desktop notification and shell script for any kind of automation.
  • Out of disk space protection for backup destination.
  • A lot of improvements in algorithms and GUI.
  • Significant code refactoring and rewrites.

Packages for deb (Debian, Ubuntu), rpm (Fedora, Redhat) and pkg.tar.xz (Arch linux) Linux distributives attached to the release.