gopass

The slightly more awesome standard unix password manager for teams

MIT License

Downloads
309
Stars
5.7K
Committers
205

Bot releases are hidden (Show)

gopass - v1.14.9

Published by gopass-releaser about 2 years ago

1.14.9 / 2022-09-28

  • [ENHANCEMENT] Make DBus notifications transient (#2364, #2358)
gopass - v1.14.8

Published by gopass-releaser about 2 years ago

1.14.8 / 2022-09-27

  • [BUGFIX] Ignore not-existing .ssh dir (#2347, #2333)
  • [BUGFIX] Use Wait() to avoid Zombies (#2354, #1666)
  • [ENHANCEMENT] Allow modifying default create templates (#2349, #2291)
  • [ENHANCEMENT] Improve passage support (#2352, #2059)
  • [ENHANCEMENT] Use OS keychain for age passphrase caching (new config option, off by default). (#2351, #2350)
gopass - v1.14.7

Published by gopass-releaser about 2 years ago

1.14.7 / 2022-09-20

  • [BUGFIX] Do not ignore symlinks when listing (#2344, #2173)
  • [BUGFIX] Do not shadow entries behind folders. (#2341, #2338)
  • [BUGFIX] Fix updater on Windows. (#2345, #2011)
  • [BUGFIX] Handle Ctrl+C in TOTP (#2342, #2320)
  • [ENHANCEMENT] Set vim options instead of sniffing (#2343, #2317)
gopass - v1.14.6

Published by gopass-releaser about 2 years ago

1.14.6 / 2022-09-10

  • [BUGFIX] Do not show setup message on version (#2327)
  • [BUGFIX] Remove exported public keys of removed (#2328, #2315)
  • [ENHANCEMENT] Document extension model. (#2329, #2290)
gopass - v1.14.5

Published by gopass-releaser about 2 years ago

1.14.5 / 2022-09-03

  • [BUGFIX] Fix fsck progress bar. Mostly. (#2303)
  • [DOCUMENTATION] fix in recommended vim setting (#2318)
gopass - v1.14.4

Published by gopass-releaser about 2 years ago

1.14.4 / 2022-08-02

  • [BREAKING] gopass otp will automatically update the counter key in HTOP secrets! (#2278)
  • [BUGFIX] Allow removing unknown recipients with --force (#2253)
  • [BUGFIX] Honor PASSWORD_STORE_DIR (#2272)
  • [BUGFIX] Honor OTP key period from URL (#2278)
  • [BUGFIX] Wizard: Enforce min and max length. (#2293)
  • [CLEANUP] Use Go 1.19 (#2296)
  • [ENHANCEMENT] Automatically sync once a week (#2191)
  • [ENHANCEMENT] Scan for vulnerabilities and add SBOM on (#2268)
  • [ENHANCEMENT] Use packages.gopass.pw for APT packages (#2261)
gopass - v1.14.3

Published by gopass-releaser over 2 years ago

1.14.3 / 2022-05-31

  • [BUGFIX] Do not print progress bar on otp --clip (#2243)
  • [BUGFIX] Removing shadowing warning when using -o/--password (#2245)
  • [CLEANUP] Deprecate OutputIsRedirected in favour of IsTerminal (#2248)
  • [DOCUMENTATION] Adding doc about YAML entries and unsafe-keys (#2244)
  • [ENHANCEMENT] Allow deleting multiple secrets (#2239)
gopass - v1.14.2

Published by gopass-releaser over 2 years ago

1.14.2 / 2022-05-22

  • [BUGFIX] Fix gpg identity detection (#2218, #2179)
  • [BUGFIX] Handle different line breaks in recipient (#2221, #2220)
  • [BUGFIX] Stop eating secrets on move (#2211, #2210)
  • [ENHANCEMENT] Add flag to keep env variable capitalization (#2226, #2225)
  • [ENHANCEMENT] Environment variable GOPASS_PW_DEFAULT_LENGTH can be used to overwrite default password length of 24 characters. (#2219)
gopass - v1.14.1

Published by gopass-releaser over 2 years ago

1.14.1 / 2022-05-02

  • [BUGFIX] Do not print missing public key for age. (#2166)
  • [BUGFIX] Improve convert output (#2171)
  • [BUGFIX] fix errors in zsh completions (#2005)
  • [CLEANUP] Migrating to a maintained version of openpgp (#2193)
  • [ENHANCEMENT] Avoid decryption on move or copy (#2183, #2181)
  • [UX] Upgrade xkcdpwgen to a new version that removes German (#2187)
gopass - v1.14.0

Published by gopass-releaser over 2 years ago

1.14.0 / 2022-03-16

  • [BUGFIX] Always re-encrypt when fsck is invoked with --decrypt. (#2119, #2015)
  • [BUGFIX] Body only entries are detected now by show -o (#2109)
  • [BUGFIX] Do not hide git error messages (#2118, #1959)
  • [BUGFIX] Fix completion when password name contains (#2150)
  • [BUGFIX] Fix template func arg order (#2117, #2116)
  • [BUGFIX] Fixes an issue where recipients remove may fail (#2147, #1964)
  • [BUGFIX] Handle from prefix correctly on mv (#2110, #2079)
  • [BUGFIX] Handle unencoded secret on cat (#2105)
  • [BUGFIX] Make man page consistent with other docs (#2133)
  • [BUGFIX] Reject invalid salt with MD5Crypt templates (#2128)
  • [BUGFIX] depend *.deb on gnupg instead of dummy (#2050)
  • [CLEANUP] Deprecate gopasspw/pinentry (#2095)
  • [CLEANUP] Use Go 1.18 (#2156)
  • [CLEANUP] Use debug.ReadBuildInfo (#2032)
  • [DOCUMENTATION] Fixed link to passwordstore.org (#2129)
  • [DOCUMENTATION] document 'gopass cat' (#2051)
  • [DOCUMENTATION] improve 'gopass cat' (#2070)
  • [DOCUMENTATION] improve 'gopass show -revision -' (#2070)
  • [ENHANCEMENT] Add --chars option to print subset of secrets (#2155, #2068)
  • [ENHANCEMENT] Add age subcommand (#2103, #2098)
  • [ENHANCEMENT] Add gopass audit --expiry (#2067)
  • [ENHANCEMENT] Add gopass process (#2066, #1913)
  • [ENHANCEMENT] Allow overriding GPG path (#2153)
  • [ENHANCEMENT] Automatically export creators key to the (#2159, #1919)
  • [ENHANCEMENT] Bump to Go 1.18 (#2058)
  • [ENHANCEMENT] Enforce TLSv1.3 (#2085)
  • [ENHANCEMENT] Generics (#2034, #2030)
  • [ENHANCEMENT] Hide password on MacOS clipboards (#2065)
  • [ENHANCEMENT] Passage compat improvements (#2060, #2060)
  • [ENHANCEMENT] gopass git invokes git directly (#2102)
  • [ENHANCEMENT] Template support for the create wizard (#2064)
  • [ENHANCENMENT] Check for MacOS Keychain storing the GPG (#2144)
  • [EXPERIMENTAL] Support the Fossil SCM (#2092, #2022)
  • [FEATURE] Add env variables for custom clipboard commands. (#2091, #2042)
  • [FEATURE] only accept keys with "encryption" key capability (#2047, #1917, #1917)
  • [TESTING] Improve two line test ambiguity. (#2091, #2042)
  • [TESTING] Use a helper to unset env vars in clipboard tests. (#2091, #2042)
  • [UX] OTP code now runs in loop until canceled or used with -o (#2041)
gopass - v1.13.1

Published by gopass-releaser almost 3 years ago

1.13.1 / 2022-01-15

  • [BUGFIX] Handle from prefix correctly on mv (#2110, #2079)
  • [BUGFIX] Handle unencoded secret on cat
gopass - v1.13.0

Published by gopass-releaser almost 3 years ago

1.13.0 / 2021-11-13

  • [BUGFIX] Do not print OTP progress bar if not in terminal (#2019)
  • [BUGFIX] Don't prompt to retype password unnecessarily (#1983)
  • [BUGFIX] Fix AutoClip handling on generate (#2024, #2023)
  • [BUGFIX] Replace Build Status badge in README (#2016)
  • [BUGFIX] The field 'parsing' is now honored with legacy config pre v1.12.7 (#1997)
  • [BUGFIX] Use default git branch on setup (#2026, #1945)
  • [ENHANCEMENT] Adding a MSI installer for Windows (#2001)
  • [ENHANCEMENT] Move password prompts to stderr (#2004)
  • [FEATURE] Add capitalized words to memorable passwords (#1985, #1984)
  • [UX] Use new progress bar for OTP expiry time (#2019)
gopass - v1.12.8

Published by gopass-releaser about 3 years ago

1.12.8 / 2021-08-28

  • [BUGFIX] Use same default for partial config files (#1968)
  • [CLEANUP] Remove GOPASS_NOCOLOR in favor of NO_COLOR (#1937, #1936)
  • [ENHACNEMENT] Add gopass merge (#1979, #1948)
  • [ENHANCEMENT] Add --symbols to gopass pwgen (#1966)
  • [ENHANCEMENT] Warn on untracked files (#1972)
gopass - v1.12.7

Published by gopass-releaser over 3 years ago

1.12.7 / 2021-07-02

  • DOCUMENTATION Fixed Single Line Formating for Clone Documentation (#1943)
  • [BUGFIX] Allow --strict to be chained with --symbols (#1952, #1941)
  • [BUGFIX] Normalize recipient IDs before comparison (#1953, #1900)
  • [BUGFIX] Use /tmp for GIT_SSH_COMMAND on Mac (#1951, #1896)
  • [ENHANCEMENT] Add warning when parsing content (#1950)
gopass - v1.12.6

Published by gopass-releaser over 3 years ago

1.12.6 / 2021-05-01

  • [BUGFIX] Do not recurse with a key (#1907, #1906)
  • [BUGFIX] Fix SSH control path (#1899, #1896)
  • [BUGFIX] Fix gopass env with subtrees (#1894, #1893)
  • [BUGFIX] Honor create -s flag (#1891)
  • [BUGFIX] Ignore commented values in gpg config (#1901, #1898)
  • [ENHANCEMENT] Add better usage instructions (#1912)
gopass - v1.12.6-rc0

Published by gopass-releaser over 3 years ago

1.12.5 / 2021-03-27

  • [BUGFIX] Allow subkeys (#1843, #1841, #1842)
  • [BUGFIX] Avoid logging credentials (#1886, #1883)
  • [BUGFIX] Fix SSH Command override on termux (#1881)
  • [CLEANUP] Moving pkg/pinentry to gopasspw/pinentry (#1876)
  • [ENHANCEMENT] Add -f flag to create (#1867, #1811)
  • [ENHANCEMENT] Add gopass ln (#1828)
  • [ENHANCEMENT] Add proper diff numbers on sync (#1882)
  • [ENHANCEMENT] Update password rules (#1861)
gopass - v1.12.5

Published by gopass-releaser over 3 years ago

1.12.5 / 2021-03-27

  • [BUGFIX] Allow subkeys (#1843, #1841, #1842)
  • [BUGFIX] Avoid logging credentials (#1886, #1883)
  • [BUGFIX] Fix SSH Command override on termux (#1881)
  • [CLEANUP] Moving pkg/pinentry to gopasspw/pinentry (#1876)
  • [ENHANCEMENT] Add -f flag to create (#1867, #1811)
  • [ENHANCEMENT] Add gopass ln (#1828)
  • [ENHANCEMENT] Add proper diff numbers on sync (#1882)
  • [ENHANCEMENT] Update password rules (#1861)
gopass - v1.12.4

Published by gopass-releaser over 3 years ago

1.12.4 / 2021-03-20

  • [BUGFIX] Bring back --yes (#1862, #1858)
  • [BUGFIX] Fix make install on BSD (#1859)
gopass - v1.12.3

Published by gopass-releaser over 3 years ago

1.12.3 / 2021-03-20

  • [BUGFIX] Fix generate -c (#1846, #1844)
  • [BUGFIX] Fix gopass update (#1838, #1837)
  • [BUGFIX] Fix progress bar on 32 bit archs (#1855, #1854)
  • [CLEANUP] Remove the custom formula in favour of the official one. (#1847)
  • [ENHANCEMENT] Install manpage when using make install (#1845)
gopass - v1.12.2

Published by gopass-releaser over 3 years ago

1.12.2 / 2021-03-13

  • [BUGFIX] Do not fail if reminder is unavailable (#1835, #1832)
  • [BUGFIX] Do not shadow directories (#1817, #1813)
  • [BUGFIX] Do not trigger ClamAV FP (#1810, #1807)
  • [BUGFIX] Fix -o (#1822)
  • [BUGFIX] Honor Ctrl+C while waiting for user input (#1805, #1800)
  • [ENHANCEMENT] Add gopass.1 man page (#1827, #1824)
  • [UX] Adding the grep command to --help (#1826, #1825)