Skip to content

Commit a77f819

Browse files
authored
Merge pull request #1439 from swisstopo/chore/changelog-1.0.0
Chore: Update changelog for release of v1.0.0
2 parents 225cd84 + 7bf3b7b commit a77f819

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,34 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.0.0]
44

55
### Added
66
- Add `PG_SSL_MODE` environment variable to allow SSL connections between the API and database.
77

8+
- The application's frontend is now built on [Vite](https://vite.dev/),
9+
enabling faster development and easier configuration.
10+
11+
- The application's deployment, including Kubernetes configuration,
12+
is now managed via GitHub Actions.
13+
14+
815
### Changed
916
- Values for "Height", "Angle", "Pitch", and coordinates are now input fields. Users can adjust values using arrow keys.
17+
1018
- The range for height has been increased to 700'000m.
1119

1220
- Config is loaded from the frontend at runtime now.
1321

22+
- The main search input now supports selection of results
23+
via direct enter, as well as keyboard navigation.
24+
25+
- The header and side navigation has been updated to the new design.
26+
27+
- The layers sidebar has been updated to the new design.
28+
Some parts of it, namely the catalog and the selected layers,
29+
have been left in the old design and will be changed
30+
in an upcoming release.
31+
32+
- The disclaimer has been changed to a required, blocking pop-up.
33+
1434
### Fixed

0 commit comments

Comments
 (0)