Skip to content

Releases: gopasspw/gopass

v1.15.13

06 Apr 17:45
v1.15.13
948b195
Compare
Choose a tag to compare

1.15.13 / 2024-04-06

  • [bugfix] Default to true for core.exportkeys even in substores (#2848)
  • [bugfix] Do not report findings with severity none in audit summary (#2843)
  • [bugfix] Fix loading of git configs (#2849)
  • [chore] Update dependencies (#2850)
  • [chore] Use clean filepath in all of the fs.Set operation (#2846)
  • [chore] use the same version of golangci-lint (#2841)
  • [feat] Add an multi-line input type to the create wizard (#2847)
  • [feat] Add option to disable notification icon (#2845)
  • [feat] Add verbosity levels to the debug package (#2851)
  • [fix] Disble safecontent parsing if noparsing is requested (#2855)
  • [fix] Pass remote, if given, to local init as well (#2852)

v1.15.12

17 Mar 11:55
v1.15.12
b79eae9
Compare
Choose a tag to compare

1.15.12 / 2024-03-17

  • [BUGFIX] Use 'en' as default language for the xkcd generator (#2793)
  • [DOCUMENTATION] Fix typo: initilize -> initialize (#2796)
  • [bugfix] Bring back audit summary (#2820)
  • [bugfix] Do not abort saving if the OTP counter is aborted (#2775)
  • [bugfix] Fix NPE when using recipients completion (#2823)
  • [bugfix] Warn if trying to use fscopy inside the store (#2832)
  • [chore] Upgrade to Go 1.22 (#2805)
  • [cleanup] Add better logging in case no owner key is found (#2748)
  • [feat] Add .gopass-audit-ignore support to ignore secrets from audits (#2822)
  • [feat] Allow supression of password generation in create templates (#2821)
  • [ux] Add hint that computing recipients takes some time (#2833)
  • [ux] Do not show create type chooser if only one exists (#2752)

v1.15.11

01 Dec 13:38
v1.15.11
0e2f313
Compare
Choose a tag to compare

1.15.11 / 2023-12-01

  • [bugfix] Disable multi-line description for deb packages (#2729)
  • [bugfix] Fix writes to global config from tests (#2727)
  • [bugfix] Workaround for goreleaser/nfpm#742 (#2732)
  • [feature] Allow setting autosync.interval in different time units (#2731)

v1.15.10

25 Nov 18:36
v1.15.10
4bb2a7e
Compare
Choose a tag to compare

1.15.10 / 2023-11-25

  • [BUGFIX] Allow to move shadowed entries into their own folder (#2718)
  • [BUGFIX] Try to always honor local config for mounts (#2724)
  • [chore] Add OSSF scorecard link and improve security posture (#2704)
  • [chore] Update goxkcdpwgen dependency to include my PR (#2722)
  • [chore] Update grype workflow and pin Docker base images (#2706)
  • [cleanup] Add package description (#2702)
  • [feature] Add new pwgen options to capitalize and include numbers in (#2703)

v1.15.9

18 Nov 09:03
v1.15.9
029a991
Compare
Choose a tag to compare

1.15.9 / 2023-11-18

  • [BUGFIX] Disabling the OTP snip screenshot feature on OpenBSD (#2685)
  • [CLEANUP] Migration of options to more appropriate sections (#2681)
  • [bugfix] Improve git version parsing (#2690)
  • [bugfix] Remove leading and trailing slashes from mounts (#2698)
  • [enhancement] Add blake3 to the template functions (#2693)
  • [enhancement] Add input validation to block illegal mount points (#2672)

v1.15.8

11 Sep 19:23
v1.15.8
bab77b4
Compare
Choose a tag to compare

1.15.8 / 2023-09-11

  • [BUGFIX] Use goreleaser build for crosscompile (#2635)
  • [bugfix] Allow fsck to check a single secret (#2659)
  • [bugfix] Do not remove unused keys on import by default (#2657)
  • [bugfix] Fix parsing of large secrets (#2654)
  • [chore] Update dependencies (#2660)
  • [docs] add/update choco, scoop, winget instructions (#2647)
  • [feat] Add --store option to gopass fsck (#2658)
  • [feat] Add XCKD pwgen config options (#2651)

v1.15.7

05 Aug 07:13
v1.15.7
a2dc676
Compare
Choose a tag to compare

1.15.7 / 2023-08-04

  • [BUGFIX] Fix build issues on various non-Linux platforms (#2630, #2633)

v1.15.6

30 Jul 18:40
v1.15.6
Compare
Choose a tag to compare

1.15.6 / 2023-07-30

  • [DOCUMENTATION] fix Arch Linux package url (#2598)
  • [BUGFIX] Only show desktop notifications if there are changes (#2627)
  • [ENHANCEMENT] Add a global nosync flag (#2626)
  • [BUGFIX] Correctly handle multiline secrets (#2625)
  • [ENHANCEMENT] Add screen parsing for OTP QR codes (#2597)

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)