Skip to content

Releases: rvolykh/vui

v2.3.0

31 Oct 09:49
0d042c9

Choose a tag to compare

2.3.0 (2025-10-31)

Features

v2.2.1

30 Oct 16:49
f77b946

Choose a tag to compare

2.2.1 (2025-10-30)

Bug Fixes

  • Allow to save secrets without key (b8a473d)

v2.2.0

30 Oct 15:18
18078c1

Choose a tag to compare

2.2.0 (2025-10-30)

Features

  • Add AWS SSM Parameters profile support (#15) (d88c6b3)

v2.1.0

30 Oct 12:45
657f1a1

Choose a tag to compare

2.1.0 (2025-10-30)

Features

  • Add AWS SecretsManager profile support (#13) (fab712b)

v2.0.0

30 Oct 09:05
e6ba119

Choose a tag to compare

2.0.0 (2025-10-30)

⚠ BREAKING CHANGES

  • Replace Vaults with Profiles in config (#11)

Features

  • Replace Vaults with Profiles in config (#11) (0f22ee8)

v1.0.0

23 Oct 16:08
f01b070

Choose a tag to compare

1.0.0 (2025-10-23)

Features

  • Add Cert auth (bc77379)
  • Add clipboard dialing when value is copied (97e47b0)
  • Add JWT auth (dd4572b)
  • Add kubernetes auth along with Sandbox k8s profile (1c9c220)
  • Add OIDC auth (25fbb29)
  • Add UserPass auth (8d17c6a)
  • Add version flag (b03da87)
  • Allow to navigate back to profiles page (852b102)
  • Config add logging configuration (1599a84)
  • Implement refresh on Vault Profile screen (0215042)
  • Initial implementation (fe73d2e)

Bug Fixes

  • Cleanup config (fac47f2)
  • Create a new secret (960875e)
  • Delete secret action (035d25a)
  • Edit secret form (63ec686)
  • Fix rendering issue (25d89e9)
  • Improve delete secret confirmation dialog (cc7d3d6)
  • Makefile - clean target (f40c100)
  • Preserve keys order on Value view (c630fed)
  • Remove redundant code (2f15565)
  • Replace value InputField with TextArea (b30cd4c)
  • Save action on Edit Secret form (5a8c9d0)
  • Verify Vault auth before rendering next page (9585c98)

Miscellaneous Chores