Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[1.1.1]: https://github.com/vbetsch/locklite/releases/tag/v1.1.1

[1.1.0]: https://github.com/vbetsch/locklite/releases/tag/v1.1.0

[1.0.0]: https://github.com/vbetsch/locklite/releases/tag/v1.0.0

Copy link

Copilot AI Aug 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Version reference links are defined before they are used in the document. Consider moving these link definitions to the bottom of the file, which is a more conventional approach in Keep a Changelog format.

Suggested change

Copilot uses AI. Check for mistakes.
## [1.1.1] - 2025-08-08

### Fixed

- **[LOCKLITE-130]** Create a vault that belongs to the current
user — [#81](https://github.com/vbetsch/locklite/pull/81)

### Security

- **[LOCKLITE-129]** List only the current user’s vaults — [#82](https://github.com/vbetsch/locklite/pull/82)

## [1.1.0] - 2025-08-08

### Added

- **[LOCKLITE-112]** & **[LOCKLITE-131]** Login page — [#69](https://github.com/vbetsch/locklite/pull/69)
- **[LOCKLITE-114]** Document NextAuth API routes — [#70](https://github.com/vbetsch/locklite/pull/70)
- **[LOCKLITE-111]** Register API route — [#71](https://github.com/vbetsch/locklite/pull/71)
- **[LOCKLITE-110]** Profile menu in the navbar — [#74](https://github.com/vbetsch/locklite/pull/74)
- **[LOCKLITE-115]** Auth Guard in UI — [#75](https://github.com/vbetsch/locklite/pull/75)
- **[LOCKLITE-109]** Auth Guard in API — [#76](https://github.com/vbetsch/locklite/pull/76)

## [1.0.0] - 2025-08-05

### Added

- **[LOCKLITE-70]** Create API route for user creation — [#51](https://github.com/vbetsch/locklite/pull/51)
- **[LOCKLITE-89]** Create API route to retrieve my vaults — [#52](https://github.com/vbetsch/locklite/pull/52)
- **[LOCKLITE-71]** Create API route to delete a vault — [#53](https://github.com/vbetsch/locklite/pull/53)
- **[LOCKLITE-73]** Display the list of vaults — [#57](https://github.com/vbetsch/locklite/pull/57)
- **[LOCKLITE-79]** Vault search bar — [#58](https://github.com/vbetsch/locklite/pull/58)
- **[LOCKLITE-80]** Modal and button to create a vault — [#59](https://github.com/vbetsch/locklite/pull/59)
- **[LOCKLITE-81]** Button to delete a vault — [#60](https://github.com/vbetsch/locklite/pull/60)