Releases: impredicative/gec
v0.6.0
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
- 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
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
- status: Update to ignore occasional errors when internally calling
gocryptfs-xray -decrypt-paths.
v0.4.7
- log: Forward command-line args, if any, to
git log.
v0.4.6
- test.token: Add a convenience command to test access to GitHub and GitLab via the respective personal access token.
v0.4.5
- test.ssh: Add a convenience command to test access to GitHub and GitLab via SSH.
v0.4.4
- status: Avoid printing an extra empty line.
v0.4.3
- 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
- status: In addition to previously implemented functionality, also print the changed decrypted paths if the repo is mounted.