Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

77 lines (57 loc) · 2.71 KB

Changelog

[Unreleased]

v2.0.180 - 2025-02-20

Added

  • Added the option to control how attributes for deliveries are requested from the user for each mandate.
    • All deliveries are migrated to match current behaviour.

Changed

  • The code for this application is now available under the AGPL 3.0 licence.
  • BREAKING The application updated to STAC-Browser version 3.2.0 and changed how /browser requests are proxied.

v1.1.143 - 2024-09-30

Added

  • Add Cypress test support.
  • Added localization.
  • Added separate administration area and user navigation menu to switch between delivery, administration and STAC browser.
  • Added grid to manage mandates in administration area.
  • Added grid to manage organisations in administration area.
  • Added grid to manage users in administration area.
  • Added local Keycloak server for development.
  • Added authentication in Swagger UI.

Changed

  • Renamed DeliveryMandate to Mandate.
  • Rename Abgabe to Lieferung.
  • Refactored delivery overview to use only MUI components.
  • Use Typescript for new components.
  • STAC browser now opens in a new tab.
  • Use react-oidc-context for authentication.
  • Use OpenID Connect "sub" claim as user identifier.
  • Expanded API health checks.
  • Authenticated users are now registed in the database.
  • First registered user is granted administrator privileges.
  • Updated to .NET 8.0.
  • The app now runs on port 8080 inside the docker container.
  • Redesigned complete application.
  • BREAKING Renamed various public files:
    • info-hilfe.md -> info.md
    • impressum.md -> imprint.md
    • datenschutz.md -> privacy-policy.md
    • nutzungsbedingungen.md -> terms-of-use.md
  • BREAKING Deleted banner and quickstart features.
  • BREAKING Merged application and vendor properties in Client Settings:
    • The application name is always geopilot. With name the application name can be extended, e.g. to geopilot Test.
    • The url has been removed. As an alternative the link to the organisation can be added to the public files e.g. info.md.
    • There is only one logo which is used for the header.
    • Optionally a separate faviconDark can be defined for dark mode of the browser.
  • Removed API version from tab name.

v1.0.93 - 2024-05-14

Added

  • When releasing a GitHub pre-release, the release notes are automatically updated with the corresponding entries from the CHANGELOG.md file.
  • Show additional delivery properties in STAC browser.

v1.0.87 - 2024-04-26

Added

  • Add licensing information to the about page.
  • Show delivery comment in STAC browser and on admin page.

Changed

  • Sort delivery mandates alphabetically.

Fixed

  • Spatial extent in STAC browser.