Release 2.6.0

This commit is contained in:
Andreani Jean
2024-05-02 15:19:25 +02:00
parent d814ba5855
commit 46e64b3cc1
2 changed files with 20 additions and 3 deletions

View File

@@ -7,6 +7,22 @@ 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.6.0] - 2024-05-02
### Changed
- Update Geovisio Viewer to 3.0.1
- Adapt the code for the new viewer version
- Change some features after user testing:
- Upload page tooltip
- Add an upload cancel button
- New mobile sequence list version
- Add a return home button in the header
- Improve the interaction in the Sequence page
- Improve the performance of the code
- Some refactoring
- Some bug fixes
## [2.5.1] - 2024-03-19
### Added
@@ -201,7 +217,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.1...develop
[unreleased]: https://gitlab.com/geovisio/website/-/compare/2.6.0...develop
[2.6.0]: https://gitlab.com/geovisio/website/-/compare/2.5.1...2.6.0
[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

View File

@@ -1,6 +1,6 @@
{
"name": "geovisio-website",
"version": "2.5.1",
"version": "2.6.0",
"engines": {
"node": "21"
},
@@ -25,7 +25,7 @@
"axios": "^1.2.3",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"geovisio": "3.0.0-develop-28e7fdc1",
"geovisio": "3.0.1",
"moment": "^2.29.4",
"pako": "^2.1.0",
"pinia": "^2.1.4",