Files
geovisio-website/CHANGELOG.md
Andreani Jean 523a6f98f0 Release 2.5.1
2024-03-19 15:04:25 +01:00

7.5 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.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

  • GeoVisio web viewer updated to 2.5.0 to reduce tiles size.

2.4.1 - 2024-02-01

Fixed

  • Fix geovisio version yarn.lock

2.4.0 - 2024-01-31

Added

  • Possibility to edit a sequence title in the sequence page

Changed

  • GeoVisio web viewer updated to 2.4.0 to manage sequence by user

Fixed

  • Fix filter reset button to include bbox filter
  • Fix fullscreen button added by the widget viewer
  • Some UI and UX fixes before user tests

2.3.1 - 2024-01-29

Added

Changed

  • GeoVisio web viewer updated to 2.3.1

Fixed

  • Some UI and UX fixes before user tests

2.3.0 - 2023-12-06

Added

Changed

  • GeoVisio web viewer updated to 2.3.0

Fixed

2.2.3 - 2023-11-03

Added

  • Add translation based on the browser language (only trad for FR and EN for now)

Changed

  • Page My Sequences, add the possibility to select a sequence in the list with the map :

    • the user can only see his sequences on the list
    • display the selected sequence in blue in the map
    • display a thumbnail the hovered sequence
    • hover the sequence selected in the map on the list
  • add some test e2e

  • maj viewer Geovisio version to 2.2.1

  • fix some CSS

2.2.2 - 2023-10-16

Changed

  • fix lazy loading on imgs
  • fix css to the license link

2.2.1 - 2023-10-16

Changed

  • fix some wordings
  • licence text in bold
  • remove footer when logged
  • add tiles custom to the sequence page list

2.2.0 - 2023-10-13

Added

  • New UI/UX version :
    • new footer
    • new header
    • add a map to the sequence list page + the uploaded date
    • new wordings

Changed

  • Hide buttons delete and hide sequences images when you are not the owner

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