Skip to content

Releases: gopasspw/gopass

v1.15.5

07 Apr 18:01
v1.15.5
Compare
Choose a tag to compare

1.15.5 / 2023-04-07

  • [chore] Update dependencies and use Go 1.20 (#2567)
  • [ENHANCEMENT] Add internal pager (ov). (#2510)
  • [cleanup] Stop requiring RELEASE_NOTES (#2580)
  • [feat] Add core.autopush to separate autopush and autosync
  • [fix] Improve error handling and logging during template handling

v1.15.4

12 Feb 14:31
v1.15.4
13713aa
Compare
Choose a tag to compare

1.15.4 / 2023-02-12

  • [BUGFIX] Also accept lower case CTE headers. (#2539, #2518)
  • [BUGFIX] Commit changes to mount config changes. (#2542, #2530)
  • [BUGFIX] Do not restrict pwlen when maxlen is zero. (#2537, #2536)
  • [BUGFIX] Fix fossilfs sync (#2549, #2516)
  • [BUGFIX] Fix recipients check for age. (#2545, #2544)
  • [BUGFIX] Hide harmless git error messages. (#2547, #2543)
  • [BUGFIX] Improve error handling for gopass convert (#2548, #2520)
  • [ENHANCEMENT] Add edit.auto-create (#2538)

v1.15.3

07 Jan 20:59
v1.15.3
2e9c089
Compare
Choose a tag to compare

1.15.3 / 2023-01-07

  • [BUGFIX] Check recipients before launching editor. (#2488, #1565)
  • [BUGFIX] Fix possible concurrency issues in fsck. (#2486, #2459)
  • [BUGFIX] Honor core.autosync (#2497, #2495)
  • [BUGFIX] Honor fuzzy search abort (#2491, #2490)
  • [ENHANCEMENT] Add nicer gopass audit HTML output (#2508)
  • [ENHANCEMENT] Check recipients before adding a new one. (#2487, #1918)
  • [ENHANCEMENT] Do not enforce lower case keys (#2489, #1777)
  • [ENHANCEMENT] Do not rewrite ~. (#2496, #2083)
  • [ENHANCEMENT] Rewrite gopass audit. Add HTML and CSV (#2506, #2504)
  • [ENHANCEMENT] gitconfig: Support MultiVars (#2476, #2457)

v1.15.3-rc1

01 Jan 16:41
v1.15.3-rc1
Compare
Choose a tag to compare
v1.15.3-rc1 Pre-release
Pre-release

1.15.3-rc1 / 2023-01-01

  • [BUGFIX] Check recipients before launching editor. (#2488, #1565)
  • [BUGFIX] Fix possible concurrency issues in fsck. (#2486, #2459)
  • [BUGFIX] Honor core.autosync (#2497, #2495)
  • [BUGFIX] Honor fuzzy search abort (#2491, #2490)
  • [ENHANCEMENT] Check recipients before adding a new one. (#2487, #1918)
  • [ENHANCEMENT] Do not enforce lower case keys (#2489, #1777)
  • [ENHANCEMENT] Do not rewrite ~. (#2496, #2083)
  • [ENHANCEMENT] gitconfig: Support MultiVars (#2476, #2457)

v1.15.2

18 Dec 19:38
v1.15.2
f5b58fe
Compare
Choose a tag to compare

1.15.2 / 2022-12-18

  • [BUGFIX] [gitconfig] Properly parse Key-Value pairs with (#2482, #2479)
  • [ENHANCEMENT] Add --force-regen flag to generate (#2475, #2474)
  • [ENHANCEMENT] Add recipients hash checking. (#2481, #2478)

v1.15.1

11 Dec 18:48
v1.15.1
13f9450
Compare
Choose a tag to compare

1.15.1 / 2022-12-11

  • [BUGFIX] Fix domain alias lookup (#2455, #2453)
  • [BUGFIX] Fix vim invocation. (#2456, #2424)
  • [CLEANUP] Unhide fscopy and fsmove (#2444, #1831)
  • [ENHANCEMENT] Add DirName template (#2452)
  • [ENHANCEMENT] Add generate.symbols and generate.length (#2443, #2151)
  • [ENHANCEMENT] Add template docs (#2445, #1562)
  • [ENHANCEMENT] Document supported secret formats. (#2439, #1585)
  • [ENHANCEMENT] Pre-populate ID with git values (#2442, #968)
  • [ENHANCEMENT] Support german language in the password (#2454, #2451)

v1.15.0

03 Dec 21:55
v1.15.0
59ea63b
Compare
Choose a tag to compare

1.15.0 / 2022-12-03

New config format: gitconfg

Gopass is getting a new config format based on the one use by git itself.
The new implementation is much more flexible and extensible and will allow us
to more easily support new config options going forward. It does also support
a hierachy of configs. That means we can now support system wide defaults
as well as per mount config options.

The system wide configuration gives package maintainers and admins of multi
user deployments the option to pre-set certain options to their liking.

New default secret format

The default secret format has been rewritten to replace two of the existing
ones (KV and Plain). The new format puts a strong emphasis on retaining the
input as close as possible. And small change that might be visible in some
corner cases is that every secret now contains a terminating new line.

Recipient files can now contain comments

The parsing of the recipients files (.gpg-id) has become more flexible and
can now contain comments. These will be retained when updating these files
through gopass as well.

v1.15.0-rc3

01 Dec 22:12
v1.15.0-rc3
Compare
Choose a tag to compare
v1.15.0-rc3 Pre-release
Pre-release

1.15.0-rc3 / 2022-12-01

  • [ENHANCEMENT] Maintain secret structure when parsing (#2433, #2431)
  • [ENHANCEMENT] Retain recipients file format (#2432, #2430)

v1.15.0-rc2

25 Nov 17:32
v1.15.0-rc2
Compare
Choose a tag to compare
v1.15.0-rc2 Pre-release
Pre-release

1.15.0-rc2 / 2022-11-25

v1.14.11

25 Nov 13:01
v1.14.11
2de9ae5
Compare
Choose a tag to compare

1.14.11 / 2022-11-25

  • [BUGFIX] Fix edit on MacOS Ventura (#2426, #2400)
  • [BUGFIX] Handle nvi (#2414)
  • [BUGFIX] Improve support for non-vim editors (#2427, #2424)
  • [BUGFIX] Only pass vim options to vim (#2421, #2412)
  • [ENHANCEMENT] Support combined short flags (#2420, #2419)