Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

0.1.4

Compare
Choose a tag to compare
@jcrowthe jcrowthe released this 03 Aug 04:36
· 70 commits to master since this release

The ability to edit a secret in RAW view is under development, as well the ability to graphically add new objects/strings/arrays/numbers to an already existing secret.

Changelog

- Feature: Drastically faster loading time after login
- Feature: Added Multi-Value secret view and update support
- Feature: Toggle ability to see all hidden values
- Feature: Default hiding of "value" fields behind asterisks for secrets
- Feature: Raw JSON viewing support

- Enhancement: Improved UI for downloading files
- Enhancement: Improved UI for viewing secrets
- Enhancement: Enhanced clearing of data from RAM at logout
- Enhancement: Improved login URL checking
- Enhancement: Passwords/tokens no longer removed when changing Auth type on login screen
- Enhancement: Enhanced security: testing a provided vault endpoint more thoroughly before sending credentials
- Enhancement: Now tests the v1/sys/seal-status for vault validity test rather than v1/sys/init
- Enhancement: Enhanced error output surrounding token login
- Enhancement: Enhance UI of Delete function
- Enhancement: Consolidated Logout and ClearData functionality to one location
- Enhancement: Moved refreshData code to a better home, reducing code complexity
- Enhancement: Added warning when moving a secret would overwrite another secret
- Enhancement: Fixed bug where a move request would create a duplicate secret in sidebar hierarchy
- Enhancement: Enhanced placeholder UI for dashboard
- Enhancement: Optimize loading time for large vault folder structures
- Enhancement: Restrict the filesystem-saved user data to minimal set
- Enhancement: Update bower packages

- Bug: Fix for if a user has a deny policy removed while app is open and between logouts
- Bug: Fix issue where window doesn't appear at startup.
- Bug: Old login errors now disappear upon successful login