Releases: bvdcode/easyvault
Releases · bvdcode/easyvault
Release v1.0.10
Add support for v2 API endpoints in VaultController
Updated the `VaultController` to include new routes for `v2` API endpoints:
- Added `[HttpGet("/api/v2/vault/{key}")]` to `GetVaultAsync`.
- Added `[HttpPost("/api/v2/vault/{key}")]` to `UpdateVaultAsync`.
- Added `[HttpGet("/api/v2/vault/secrets/{keyId}")]` to `GetSecret`.
These changes ensure backward compatibility with `v1` endpoints while enabling the application to handle `v2` requests, facilitating a smooth transition to the new API version.
Release v1.0.9
Update primary color in lightTheme to #729200ff for consistency
Release v1.0.8
Refactor Vault context and components for improved state management a…
Release v1.0.7
Swap import and export button functionalities in Settings component
Release v1.0.6
Add skipInitialFetch prop to VaultList and manage import state in Vau…
Release v1.0.5
Remove unused vault image and update favicon and vault-512 image meta…
Release v1.0.4
Refactor data fetching in VaultList to update external state if provi…
Release v1.0.3
Fix updater function to use current vault data in VaultList component
Release v1.0.2
Merge branch 'main' of https://github.com/bvdcode/EasyVault
Release v1.0.1
Update version tagging in publish-release workflow to use SemVer