Skip to content

Releases: vbetsch/locklite

v1.2.0

22 Aug 21:53
32c72b4

Choose a tag to compare

Deployment Status

Environment Status Deployment Date URL
Preview 2025-08-22 https://locklite-git-develop-vbet.vercel.app
Production 2025-08-22 https://locklite.vercel.app

Test Status

Test Type Status Coverage
Unit tests (Jest) 89 %
Linter (ESLint) N/A
Build N/A

What's Changed

We added the vaults sharing

Added

  • [LOCKLITE-103] Display vault members list by @vbetsch in #104
  • [LOCKLITE-149] Add e2e library to test accessibility by @vbetsch in #111
  • [LOCKLITE-105] Implement Vercel Speed Insights by @vbetsch in #124
  • [LOCKLITE-105] Add vercel cron job for monitoring by @vbetsch in #128
  • [LOCKLITE-138] Implement Dependabot by @vbetsch in #140
  • [LOCKLITE-84] Be able to edit members about a vault by @vbetsch in #139
  • [LOCKLITE-71] Add users multiselect in create vault modal by @vbetsch in #148
  • [LOCKLITE-39] Add a route to edit members for a specific vault by @vbetsch
    in #152
  • [LOCKLITE-75] Create an endpoint to get all users for the members multiselect by @vbetsch
    in #153
  • [LOCKLITE-186] Add a tooltip on avatars by @vbetsch in #159

Changed

  • [LOCKLITE-160] Replace icon profile by letter avatar when the user name is defined by @vbetsch
    in #100
  • [LOCKLITE-148] Add rules in linter for accessibility by @vbetsch in #110
  • [LOCKLITE-81] Add many-to-many relation between users and vaults in database by @vbetsch
    in #149
  • [LOCKLITE-70] Return members in get vaults by @vbetsch in #150
  • [LOCKLITE-82] Create a vault with members in API by @vbetsch in #151
  • [LOCKLITE-166] Increase global mobile width by @vbetsch in #161

Fixed

  • [LOCKLITE-94] & [LOCKLITE-99] & [LOCKLITE-100] & [LOCKLITE-123] Link resources and references in README and change
    node version in CI by @vbetsch in #105
  • [LOCKLITE-158] Invalid login errors no longer appear in the login form by @vbetsch
    in #157
  • [LOCKLITE-188] Fix label not visible in the creation form by @vbetsch in #158
  • [LOCKLITE-165] Fix login input overflow by @vbetsch in #160

Security

  • [LOCKLITE-95] Create documentation file about security by @vbetsch in #106
  • [LOCKLITE-116] Implement and plan security tasks by @vbetsch in #107
  • [LOCKLITE-143] Create a security disclaimer alert for production by @vbetsch
    in #113
  • [LOCKLITE-144] Disable Swagger in production environment by @vbetsch in #114
  • chore(deps): bump @mui/icons-material from 7.2.0 to 7.3.1 by @dependabot[bot]
    in #144
  • chore(deps): bump next-swagger-doc from 0.4.0 to 0.4.1 by @dependabot[bot]
    in #142
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #141

v1.1.2

10 Aug 19:09
23ec1fb

Choose a tag to compare

Deployment Status

Environment Status Deployment Date URL
Preview 2025-08-18 https://locklite-git-develop-vbet.vercel.app
Production 2025-08-18 https://locklite.vercel.app

Test Status

Test Type Status Coverage
Unit tests (Jest) 81 %
Linter (ESLint) N/A
Build N/A

What's Changed

We added documentation files, a seed, and we fixed little bugs

Added

  • [LOCKLITE-145] Create a database seed by @vbetsch in #85
  • [LOCKLITE-141] Create recipe book by @vbetsch in #87
  • [LOCKLITE-142] Attach recipes doc to each release by @vbetsch in #89
  • [LOCKLITE-135] Create bugs plan by @vbetsch in #92
  • [LOCKLITE-143] Create changelog file by @vbetsch in #93

Changed

  • [LOCKLITE-147] Link tests with recipes by @vbetsch in #88

Fixed

  • [LOCKLITE-149] Fix DTO in API documentation by @vbetsch in #86
  • [LOCKLITE-153] Fix environment installation by @vbetsch in #90
  • [LOCKLITE-156] Fix logout onclick by @vbetsch in #91

v1.1.1

08 Aug 00:48
86fb87c

Choose a tag to compare

v1.1.1 Pre-release
Pre-release

Deployment Status

Environment Status Deployment Date URL
Production

Test Status

Test Type Status Coverage
Unit tests (Jest) 83 %
Linter (ESLint) N/A
Build N/A

What's Changed

Now users can only access their own vaults.

Fixed

  • [LOCKLITE-130] Create a vault that belongs to me by @vbetsch in #81

Security

  • [LOCKLITE-129] List only my vaults by @vbetsch in #82

v1.1.0

07 Aug 22:12
905795d

Choose a tag to compare

v1.1.0 Pre-release
Pre-release

Deployment Status

Environment Status Deployment Date URL
Production

Test Status

Test Type Status Coverage
Unit tests (Jest) 82 %
Linter (ESLint) N/A
Build N/A

What's Changed

We added authentication.

Added

  • [LOCKLITE-112 & LOCKLITE-131] Create login page by @vbetsch in #69
  • [LOCKLITE-114] Document the Next Auth API routes by @vbetsch in #70
  • [LOCKLITE-111] Create register API route by @vbetsch in #71
  • [LOCKLITE-110] Create profile menu in navbar by @vbetsch in #74
  • [LOCKLITE-115] Create an Auth Guard in UI by @vbetsch in #75
  • [LOCKLITE-109] Create an Auth Guard in API by @vbetsch in #76

v1.0.0

05 Aug 00:55
f9a665b

Choose a tag to compare

v1.0.0 Pre-release
Pre-release

Deployment Status

Environment Status Deployment Date URL
Production

Test Status

Test Type Status Coverage
Unit tests (Jest) 86 %
Linter (ESLint) N/A
Build N/A

What's Changed

We created the vaults list with search bar, create and delete buttons.

Added

  • [LOCKLITE-70] Create API route for create a user by @vbetsch in #51
  • [LOCKLITE-89] Create API route for get my vaults by @vbetsch in #52
  • [LOCKLITE-71] Create API route for delete a vault by @vbetsch in #53
  • [LOCKLITE-73] Display the list of vaults by @vbetsch in #57
  • [LOCKLITE-79] Create a vault search bar by @vbetsch in #58
  • [LOCKLITE-80] Implement modal and button to create a vault by @vbetsch in #59
  • [LOCKLITE-81] Add a button to delete a vault by @vbetsch in #60