Skip to content

Releases: alekc/freeagent-sync

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 10:55
v0.2.0
4261197

Changelog

Fixes

  • 2c222fe fix(sql): quote delimited output instead of joining on a bare separator

Other

  • 4261197 Merge pull request #4 from alekc/fix/issue-3-quote-sql-output

Install

Download the archive for your platform, verify it against checksums.txt,
and put fasync on your PATH. Or:

go install github.com/alekc/freeagent-sync/cmd/fasync@v0.2.0

Or as a container, for linux/amd64 and linux/arm64:

docker run --rm -v fasync-data:/data -v fasync-config:/config \
  ghcr.io/alekc/freeagent-sync:0.2.0 status

/data is the archive, /config the OAuth token. The README covers the
one-time authorisation, which has to happen on a host with a browser.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 14:36
v0.1.2
e81e532

Changelog

Fixes

  • 6850c92 fix(cli): report the module version when no ldflag stamped it (#1)

A go install build reported its version as dev, and announced itself to the FreeAgent API as fasync/dev, because only goreleaser and the Makefile stamp a version into the binary. It now falls back to the module version the toolchain already records, so go install github.com/alekc/freeagent-sync/cmd/fasync@v0.1.2 reports 0.1.2. The leading v is trimmed so every build path reports the same shape.

Tag v0.1.1 carries the same fix but has no binaries or image: its release job failed while generating the changelog. Use v0.1.2.

Install

Download the archive for your platform, verify it against checksums.txt,
and put fasync on your PATH. Or:

go install github.com/alekc/freeagent-sync/cmd/fasync@v0.1.2

Or as a container, for linux/amd64 and linux/arm64:

docker run --rm -v fasync-data:/data -v fasync-config:/config \
  ghcr.io/alekc/freeagent-sync:0.1.2 status

/data is the archive, /config the OAuth token. The README covers the
one-time authorisation, which has to happen on a host with a browser.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 13:55
v0.1.0
093e369

Changelog

Features

Install

Download the archive for your platform, verify it against checksums.txt,
and put fasync on your PATH. Or:

go install github.com/alekc/freeagent-sync/cmd/fasync@v0.1.0

Or as a container, for linux/amd64 and linux/arm64:

docker run --rm -v fasync-data:/data -v fasync-config:/config \
  ghcr.io/alekc/freeagent-sync:0.1.0 status

/data is the archive, /config the OAuth token. The README covers the
one-time authorisation, which has to happen on a host with a browser.