Releases: GeoWerkstatt/geopilot
Releases · GeoWerkstatt/geopilot
1.1.146
v1.1.146 Add docker container image scan with Trivy (#316)
1.1.145
v1.1.145 Update code analysis (#315)
1.1.144
v1.1.144 Mark version 1.1.143 as released (#310)
1.1.143
🚀 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
andvendor
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.
- The application name is always geopilot. With
- Removed API version from tab name.
1.1.142
v1.1.142 Bump vite from 5.4.2 to 5.4.6 in /src/Geopilot.Frontend (#306)
1.1.141
v1.1.141 Reset predecessor on mandate change (#305)
1.1.140
v1.1.140 Fix unauthorized routing (#302)
1.1.139
v1.1.139 Fix reloading (#301)
1.1.138
v1.1.138 Remove url (#300)
1.1.137
v1.1.137 Only parse json if response content type is set (#298)