Dominik Schulz
Dominik Schulz
gopass itself updates the file [`version.go`](https://github.com/gopasspw/gopass/blob/master/helpers/release/main.go#L285) on every release. This is then checked in to git and available when fetching with `go get`.
I've update the post-release helper in gopasspw/gopass to also write a `version.go` into the integrations. This should be automatically fixed with the next release.
> I am unable to able to install for all users, without initialising a password store for the root user, which is a bit annoying. This is something we should...
Possible, yes. Need to check.
We use `os.Tempdir()` when initializing the git repo: https://github.com/gopasspw/gopass/blob/master/internal/backend/storage/gitfs/ssh_others.go#L19
Correct. We currently do not support passwords with leading or trailing whitespaces: https://github.com/gopasspw/gopass/blob/master/pkg/gopass/secrets/akv.go#L253
@lhardt That does sound like it shouldn't break any [existing workflows](https://xkcd.com/1172/) that we'd want to support. If you do so please only remove the first character if it's a whitespace....
Should be fixed by #2954.
I'm afraid I couldn't reproduce this on MacOS, yet. Also I didn't find any code that would be case-dependent, yet. Can you provide additional details? Is it possible that the...
No, I couldn't reproduce it yet. I just found one place where we should handle filenames better - but the changes shouldn't affect casing issues.