1 Commits
main ... 2.5.1

Author SHA1 Message Date
Andreani Jean
83833fc0a6 Release 2.5.1 2024-03-19 15:03:09 +01:00
2 changed files with 12 additions and 2 deletions

View File

@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Before _0.1.0_, website development was on rolling release, meaning there are no version tags.
## [2.5.1] - 2024-03-19
### Added
- Panel management to edit a sequence:
- 3 tabs to edit in a sequence page
- add the possibility to re-orient all the pictures of a sequence with a widget
- add the possibility to sort the pictures of a sequence
## [2.5.0] - 2024-03-11
### Changed
@@ -192,7 +201,8 @@ Before _0.1.0_, website development was on rolling release, meaning there are no
- 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
[unreleased]: https://gitlab.com/geovisio/website/-/compare/2.5.0...develop
[unreleased]: https://gitlab.com/geovisio/website/-/compare/2.5.1...develop
[2.5.1]: https://gitlab.com/geovisio/website/-/compare/2.5.0...2.5.1
[2.5.0]: https://gitlab.com/geovisio/website/-/compare/2.4.1...2.5.0
[2.4.1]: https://gitlab.com/geovisio/website/-/compare/2.4.0...2.4.1
[2.4.0]: https://gitlab.com/geovisio/website/-/compare/2.3.1...2.4.0

View File

@@ -1,6 +1,6 @@
{
"name": "geovisio-website",
"version": "2.5.0",
"version": "2.5.1",
"engines": {
"node": "18.16.1"
},