Skip to content

Releases: impredicative/gec

v0.6.0

07 Apr 00:34

Choose a tag to compare

This update breaks compatibility with v0.5.*.

Bitbucket is no longer used. This is because of their announcement:

Free workspaces will now have a total storage limit of 1 GB. The total storage is the combined size of all repositories within the workspace.

There is currently no secondary remote.

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

v0.5.1

24 Dec 12:56

Choose a tag to compare

  • install: Remove installation of shell completions scripts as they're too platform-dependent to work correctly. They don't typically need much of an update anyway, and can be installed separately as per instructions in the readme.

v0.5.0

14 Aug 21:39

Choose a tag to compare

This update 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

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

Choose a tag to compare

  • log: Forward command-line args, if any, to git log.

v0.4.6

06 Jan 20:29

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

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

Choose a tag to compare

  • status: Avoid printing an extra empty line.

v0.4.3

03 Jan 19:05

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

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.