Skip to content

Releases: impredicative/gec

v0.5.0

14 Aug 21:39
Compare
Choose a tag to compare

This is a major update. It breaks compatibility with v0.4.*.

Gitlab is no longer used. This is because of their announcement that they will be limiting a free user's storage quota to a total of 5 GB. Note that this quota is not per-repository; it is the total across all repositories under the account.

Bitbucket is now used as the secondary remote. It permits 4 GB per repository, along with an unlimited number of repositories.

To migrate your existing gec repos to this release, refer to the Migration section in the readme.

v0.4.8

07 Jan 22:17
Compare
Choose a tag to compare
  • status: Update to ignore occasional errors when internally calling gocryptfs-xray -decrypt-paths.

v0.4.7

07 Jan 02:30
Compare
Choose a tag to compare
  • log: Forward command-line args, if any, to git log.

v0.4.6

06 Jan 20:29
Compare
Choose a tag to compare
  • test.token: Add a convenience command to test access to GitHub and GitLab via the respective personal access token.

v0.4.5

04 Jan 23:42
Compare
Choose a tag to compare
  • test.ssh: Add a convenience command to test access to GitHub and GitLab via SSH.

v0.4.4

03 Jan 21:43
Compare
Choose a tag to compare
  • status: Avoid printing an extra empty line.

v0.4.3

03 Jan 19:05
Compare
Choose a tag to compare
  • status: Use colors to indicate the change status of each decrypted file.
  • install: Allow specifying an optional positional argument to install a named release, e.g. v0.4.2, master, etc., instead of the latest versioned release.

v0.4.2

03 Jan 17:25
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • status: In addition to previously implemented functionality, also print the changed decrypted paths if the repo is mounted.

v0.4.1

03 Jan 04:25
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • mount: Remove leftover socket file before mount.
  • mount.ro: Remove leftover socket file before mount.

v0.4.0

03 Jan 03:50
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • mount: Create a gocryptfs control socket file when mounting a repo. This is subsequently to be used by gocryptfs-xray.
  • mount.ro: Create a gocryptfs control socket file when mounting a repo. This is subsequently to be used by gocryptfs-xray.