Releases: gopasspw/gopass
v1.15.5
v1.15.4
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
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
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
v1.15.1
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
1.15.0 / 2022-12-03
- [BREAKING] New config format based on git config. (#2395, #1567, #1764, #1819, #1878, #2387, #2418)
- [BUGFIX] Fix symlink deduplication. (#2437, #2402)
- [ENHANCEMENT] Maintain secret structure when parsing (#2433, #2431)
- [ENHANCEMENT] Retain recipients file format (#2432, #2430)
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
v1.15.0-rc2
1.15.0-rc2 / 2022-11-25
- [BREAKING] New config format based on git config. (#2395, #1567, #1764, #1819, #1878, #2387, #2418)
- [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)