feat(api): add GET /version endpoint

Returns the server name and configured client mode as JSON,
enabling clients like MHBridge to display server version info.
This commit is contained in:
Houmgaor
2026-02-21 00:40:28 +01:00
parent f9d9260274
commit ad3fcbf908
3 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- API: `GET /version` endpoint returning server name and client mode (`{"clientMode":"ZZ","name":"Erupe-CE"}`)
- Rework object ID allocation: per-session IDs replace shared map, simplify stage entry notifications
- Better config file handling and structure
- Comprehensive production logging for save operations (warehouse, Koryo points, savedata, Hunter Navi, plate equipment)