Releases: mrjones2014/op.nvim
Releases · mrjones2014/op.nvim
v2.1.1
v2.1.0
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
v1.1.4
What's Changed
- fix: Use
op--revealflag forget_secretfunctions by @Harrison-M in #85
New Contributors
- @Harrison-M made their first contribution in #85
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
What's Changed
- chore: generated vimdoc by @github-actions in #75
- fix: Update deprecated APIs and resovle warnings by @mrjones2014 in #80
- fix: Return
STDERRifget_secrethelper fails by @mrjones2014 in #82
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- feat: add a health check,
:checkhealth opby @mrjones2014 in #73 - chore: generated vimdoc by @github-actions in #74
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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|nilrequire('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
What's Changed
- Fix duplicate op-Security tags in docs by @aaronkollasch in #69
- chore: generated vimdoc by @github-actions in #70
New Contributors
- @aaronkollasch made their first contribution in #69
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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
- @jamesiain made their first contribution in #67
Full Changelog: v1.0.0...v1.0.1