Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #279

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@
- Updated to .NET 8.0.
- The app now runs on port 8080 inside the docker container.
- Redesigned complete application.
- Renamed various public files.
- **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_.
- There is only one `logo` which is used for the header.
Philippluca marked this conversation as resolved.
Show resolved Hide resolved
- Optionally a separate `faviconDark` can be defined for dark mode of the browser.

## v1.0.93 - 2024-05-14

Expand Down
Loading