Skip to content

Releases: mrjones2014/op.nvim

v1.1.4

31 Aug 16:17
587f913
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.0.0

27 Sep 16:45
7d73b00
Compare
Choose a tag to compare

What's Changed

  • Create LICENSE by @mrjones2014 in #6
  • Remote plugin in Go to keep a session alive for the CLI by @mrjones2014 in #7
  • Autogenerate vimdocs by @mrjones2014 in #19
  • chore: generated vimdoc by @github-actions in #21
  • Update README.md by @mrjones2014 in #23
  • chore: generated vimdoc by @github-actions in #24
  • chore: generated vimdoc by @github-actions in #25
  • chore: generated vimdoc by @github-actions in #27
  • Async with Goroutines by @mrjones2014 in #26
  • chore: generated vimdoc by @github-actions in #30
  • Secure Notes Editor by @mrjones2014 in #29
  • chore: generated vimdoc by @github-actions in #32
  • chore: generated vimdoc by @github-actions in #33
  • chore: generated vimdoc by @github-actions in #37
  • chore: generated vimdoc by @github-actions in #38
  • chore: generated vimdoc by @github-actions in #39
  • Add ✨icons ✨ by @mrjones2014 in #44
  • chore: generated vimdoc by @github-actions in #45
  • chore: generated vimdoc by @github-actions in #46
  • chore: generated vimdoc by @github-actions in #47
  • chore: generated vimdoc by @github-actions in #48
  • 1Password Sidebar!!!!! by @mrjones2014 in #50
  • chore: generated vimdoc by @github-actions in #53
  • op.nvim as a diagnostic source by @mrjones2014 in #56
  • chore: generated vimdoc by @github-actions in #58
  • move to edge window before opening sidebar by @mrjones2014 in #59

New Contributors

  • @mrjones2014 made their first contribution in #6
  • @github-actions made their first contribution in #21

Full Changelog: https://github.com/mrjones2014/op.nvim/commits/v1.0.0