Skip to content

Releases: gopasspw/gopass

v1.14.0

16 Mar 14:56
v1.14.0
fc57e3f
Compare
Choose a tag to compare

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)

v1.13.1

15 Jan 06:02
v1.13.1
Compare
Choose a tag to compare

1.13.1 / 2022-01-15

  • [BUGFIX] Handle from prefix correctly on mv (#2110, #2079)
  • [BUGFIX] Handle unencoded secret on cat

v1.13.0

13 Nov 21:34
v1.13.0
c574e92
Compare
Choose a tag to compare

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)

v1.12.8

28 Aug 14:30
v1.12.8
a7e3434
Compare
Choose a tag to compare

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)

v1.12.7

02 Jul 09:26
v1.12.7
0c7fcb1
Compare
Choose a tag to compare

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)

v1.12.6

01 May 18:06
v1.12.6
8d7a311
Compare
Choose a tag to compare

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)

v1.12.6-rc0

05 Apr 19:26
00ee33a
Compare
Choose a tag to compare
v1.12.6-rc0 Pre-release
Pre-release

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)

v1.12.5

27 Mar 20:44
v1.12.5
1878ea5
Compare
Choose a tag to compare

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)

v1.12.4

20 Mar 20:23
v1.12.4
65837bd
Compare
Choose a tag to compare

1.12.4 / 2021-03-20

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

v1.12.3

20 Mar 12:21
v1.12.3
4f96609
Compare
Choose a tag to compare

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)