From c551ebdb216cedcb59af91eaa178db2b012f9c35 Mon Sep 17 00:00:00 2001 From: Adrien Pavie Date: Wed, 30 Aug 2023 11:01:52 +0000 Subject: [PATCH] Web viewer update to 2.1.3, minor docs updates --- .gitignore | 3 ++- CHANGELOG.md | 23 ++++++++++++++++++++--- docs/90_Releases.md | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 28 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 0aa81ba..9420617 100644 --- a/.gitignore +++ b/.gitignore @@ -91,4 +91,5 @@ sw.* # Cypress generated screen and videos files cypress/screenshot/ -cypress/videos/ \ No newline at end of file +cypress/videos/ +*.cy.ts.mp4 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c8f0c..e3e4c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ All notable changes to this project will be documented in this file. -Before _0.1.0_ Changelog didn't exist. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +Before _0.1.0_, website development was on rolling release, meaning there are no version tags. + +## [Unreleased] + +### Changed +- GeoVisio web viewer upgraded to 2.1.3, [with alls its changes embedded](https://gitlab.com/geovisio/web-viewer/-/blob/develop/CHANGELOG.md?ref_type=heads#213-2023-08-30). + ## [2.1.0] - 2023-08-29 @@ -13,11 +22,16 @@ Before _0.1.0_ Changelog didn't exist. - the pictures are sorted by name - the user can see all the pictures uploaded and all the errors +### Changed + +- Website releases now follow the synced `MAJOR.MINOR` API version rule, meaning that any version >= 2.1 of the website will be compatible with corresponding [GeoVisio API](https://gitlab.com/geovisio/api) version. + ### Fixed - fix a bug in the header hidden sub menu when authentication is not with keycloak -## [0.1.0] - + +## [0.1.0] - 2023-07-04 ### Added @@ -37,4 +51,7 @@ Before _0.1.0_ Changelog didn't exist. - 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 + +[Unreleased]: https://gitlab.com/geovisio/website/-/compare/2.1.0...develop +[2.1.0]: https://gitlab.com/geovisio/website/-/compare/0.1.0...2.1.0 +[0.1.0]: https://gitlab.com/geovisio/website/-/commits/0.1.0 diff --git a/docs/90_Releases.md b/docs/90_Releases.md index 10bab0d..96e3a89 100644 --- a/docs/90_Releases.md +++ b/docs/90_Releases.md @@ -12,7 +12,7 @@ git checkout develop vim package.json # Change version npm run doc -vim CHANGELOG.md # Replace unreleased to version number +vim CHANGELOG.md # Replace unreleased to version number and update versions links (at bottom) git add * git commit -m "Release x.x.x" diff --git a/package.json b/package.json index 90e07ce..152b930 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "axios": "^1.2.3", "bootstrap": "^5.2.3", "bootstrap-icons": "^1.10.3", - "geovisio": "2.1.2", + "geovisio": "2.1.3", "moment": "^2.29.4", "pinia": "^2.1.4", "vue": "^3.2.45", diff --git a/yarn.lock b/yarn.lock index 14b2736..d1d4124 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3148,10 +3148,10 @@ geojson-vt@^3.2.1: resolved "https://registry.yarnpkg.com/geojson-vt/-/geojson-vt-3.2.1.tgz#f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7" integrity sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg== -geovisio@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/geovisio/-/geovisio-2.1.2.tgz#558675ffb6a7e337620f1b885ea30d373d3a7551" - integrity sha512-uYJeqyrEMG2iiluf6IDADdJL4GlUOIirp9TgQa1WWXPwvjO22D2dNx0rkgPsYMJXuum7Cx/BzWma4UkCuA2+Iw== +geovisio@2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/geovisio/-/geovisio-2.1.3.tgz#60bb05bb850a7c37cf9082bf43ca9cde3bcaab67" + integrity sha512-6OEWCoors2UYYnh6R4ImSgQ0TAgOQshIJEFnwxIXshrkdn4s0NXusuEA8RVFhueV4VThSmbZR53KKVgWJXT9wA== dependencies: "@fortawesome/fontawesome-svg-core" "^6.4.0" "@fortawesome/free-solid-svg-icons" "^6.4.0"