Release 0.1.0

This commit is contained in:
Andreani Jean
2023-07-04 22:23:15 +02:00
parent 9b704e2275
commit a9ecd0b2a4

View File

@@ -2,9 +2,9 @@
All notable changes to this project will be documented in this file.
Before _1.0.0_ Changelog didn't exist.
Before _0.1.0_ Changelog didn't exist.
## [1.0.0] -
## [0.1.0] -
### Added
@@ -18,11 +18,12 @@ Before _1.0.0_ Changelog didn't exist.
- the user can see the sequence on the map and move on the map from photos to photos
- the user can see information about the sequence
- the user can see all the sequence's photos
- the user can disable one or many photo(s) of the sequence
- Add of `vitest.config.js` to manage test configuration
- the user can disable and delete one or many photo(s) of the sequence
### Changed
- Header have now a new entry `Mes photos` when the user is logged to access to the sequence list
- The router guard for logged pages has been changed to not call the api to check the token
### Fixed