Releases: impredicative/gec
Releases · impredicative/gec
v0.5.0
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
- 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.
v0.4.1
- mount: Remove leftover socket file before mount.
- mount.ro: Remove leftover socket file before mount.
v0.4.0
- mount: Create a
gocryptfs
control socket file when mounting a repo. This is subsequently to be used bygocryptfs-xray
. - mount.ro: Create a
gocryptfs
control socket file when mounting a repo. This is subsequently to be used bygocryptfs-xray
.