Skip to content

Releases: mrjones2014/op.nvim

v2.1.1

19 Aug 13:47
v2.1.1
b8d465e

Choose a tag to compare

What's Changed

  • chore: generated vimdoc by @github-actions[bot] in #91
  • chore: generated vimdoc by @github-actions[bot] in #92

Full Changelog: v2.1.0...v2.1.1

v2.1.0

19 Aug 13:42
v2.1.0
6e4642c

Choose a tag to compare

What's Changed

  • feat: Add optional account param to get_secret utils by @mrjones2014 in #90

Full Changelog: v2.0.0...v2.1.0

v2.0.0

19 Aug 12:46
v2.0.0
04cca1a

Choose a tag to compare

What's Changed

  • Fix missing invocation get_config_immutable by @jonasws in #87

New Contributors

Full Changelog: v1.1.4...v2.0.0

v1.1.4

31 Aug 16:17
587f913

Choose a tag to compare

What's Changed

  • fix: Use op --reveal flag for get_secret functions by @Harrison-M in #85

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

28 May 14:38
af90e02

Choose a tag to compare

What's Changed

  • chore: generated vimdoc by @github-actions in #83

Full Changelog: v1.1.2...v1.1.3

v1.1.2

18 Mar 14:14
9e18679

Choose a tag to compare

What's Changed

  • chore: generated vimdoc by @github-actions in #75
  • fix: Update deprecated APIs and resovle warnings by @mrjones2014 in #80
  • fix: Return STDERR if get_secret helper fails by @mrjones2014 in #82

Full Changelog: v1.1.1...v1.1.2

v1.1.1

10 Apr 15:15
6b58349

Choose a tag to compare

What's Changed

  • feat: add a health check, :checkhealth op by @mrjones2014 in #73
  • chore: generated vimdoc by @github-actions in #74

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Apr 14:12
8fad4e2

Choose a tag to compare

What's Changed

  • chore: generated vimdoc by @github-actions in #71
  • Two new utility methods for quickly grabbing secrets to use in scripting:
    • require('op').get_secret(item_name: string, field_name: string): string|nil
    • require('op').get_secret_async(item_name: string, field_name: string, callback: fun(secret: string | nil))

Full Changelog: v1.0.2...v1.1.0

v1.0.2

28 Mar 16:45
83331f0

Choose a tag to compare

What's Changed

  • Fix duplicate op-Security tags in docs by @aaronkollasch in #69
  • chore: generated vimdoc by @github-actions in #70

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Mar 11:05
39974e0

Choose a tag to compare

What's Changed

  • chore: generated vimdoc by @github-actions in #60
  • add release workflow by @mrjones2014 in #62
  • chore: generated vimdoc by @github-actions in #66
  • Fix typo in install.bash by @jamesiain in #67

New Contributors

Full Changelog: v1.0.0...v1.0.1