Files
geovisio-website/CHANGELOG.md
Andreani Jean 3b7c61dba5 Release 2.1.3
2023-09-25 12:07:08 +02:00

3.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Before 0.1.0, website development was on rolling release, meaning there are no version tags.

2.1.3 - 2023-09-25

Changed

  • fix the format date from YY to YYYY in a sequence page

Added

  • Add a first version of a footer
  • Add a ay11 page

2.1.2 - 2023-09-12

Changed

  • add a fix to center the map with ENV variables

2.1.1 - 2023-09-06

Changed

  • GeoVisio web viewer upgraded to 2.1.4, with alls its changes embedded.
  • Dockerfile creates smaller and faster containers, using pre-built website and Nginx for HTTP serving.
  • In the upload input you can now choose between gallery and camera on mobile IOS
  • Some CSS fix for the responsive of one Sequence
  • Insert the report button in the viewer by passing a params

Added

  • Get the License with the API route
  • Add ENV var for maxZoom params of the viewer

2.1.0 - 2023-08-29

Added

  • A new page /envoyer to upload picture with an interface (#13) :
    • the user can upload multiples pictures with the interface
    • 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 version.

Fixed

  • fix a bug in the header hidden sub menu when authentication is not with keycloak

0.1.0 - 2023-07-04

Added

  • A new page /mes-sequences to access to a list of sequences for a logged user (#14) :

    • the user can see all his sequences
    • the user can filter sequences
    • the user can enter to a specific sequence
  • A new page /sequence/:id to access to a sequence of photos for a logged user (#14) :

    • 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 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