Skip to content

Releases: bvdcode/easyvault

Release v1.0.10

28 Nov 05:30

Choose a tag to compare

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

09 Nov 01:28

Choose a tag to compare

Update primary color in lightTheme to #729200ff for consistency

Release v1.0.8

09 Nov 01:23

Choose a tag to compare

Refactor Vault context and components for improved state management a…

Release v1.0.7

09 Nov 01:04

Choose a tag to compare

Swap import and export button functionalities in Settings component

Release v1.0.6

09 Nov 00:48

Choose a tag to compare

Add skipInitialFetch prop to VaultList and manage import state in Vau…

Release v1.0.5

09 Nov 00:45

Choose a tag to compare

Remove unused vault image and update favicon and vault-512 image meta…

Release v1.0.4

09 Nov 00:39

Choose a tag to compare

Refactor data fetching in VaultList to update external state if provi…

Release v1.0.3

09 Nov 00:27

Choose a tag to compare

Fix updater function to use current vault data in VaultList component

Release v1.0.2

09 Nov 00:24

Choose a tag to compare

Merge branch 'main' of https://github.com/bvdcode/EasyVault

Release v1.0.1

07 Nov 07:24

Choose a tag to compare

Update version tagging in publish-release workflow to use SemVer