Release 2.6.2

This commit is contained in:
Andreani Jean
2024-05-15 15:05:00 +02:00
parent c07e6587c3
commit ee5e32d290
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.2] - 2024-15-03
### Changed
- Change Nodejs version to LTS 20.9.0
- Update dependencies (not prettier/typescript/eslint)
- Add tutorial on Android mobile for the picture upload
- Add tutorial on Android mobile when there is error on exif geoloc tag for the picture upload
- Add a server.js to serve statics files on deploy
### Fixed
- Fix orientation viewer on mobile
- Fix Header css
- Fix tests unit
## [2.6.1] - 2024-05-03
### Fixed
@@ -224,8 +240,9 @@ 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/panoramax/server/website/-/compare/2.6.1...develop
[2.6.0]: https://gitlab.com/panoramax/server/website/-/compare/2.6.0...2.6.1
[unreleased]: https://gitlab.com/panoramax/server/website/-/compare/2.6.2...develop
[2.6.2]: https://gitlab.com/panoramax/server/website/-/compare/2.6.1...2.6.2
[2.6.1]: https://gitlab.com/panoramax/server/website/-/compare/2.6.0...2.6.1
[2.6.0]: https://gitlab.com/panoramax/server/website/-/compare/2.5.1...2.6.0
[2.5.1]: https://gitlab.com/panoramax/server/website/-/compare/2.5.0...2.5.1
[2.5.0]: https://gitlab.com/panoramax/server/website/-/compare/2.4.1...2.5.0

View File

@@ -1,6 +1,6 @@
{
"name": "geovisio-website",
"version": "2.6.1",
"version": "2.6.2",
"engines": {
"node": "20.9.0"
},