diff --git a/Release notes.md b/Release notes.md index 1112e72..e5dd410 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,9 +1,14 @@ # Release notes ## v.1.2.3 -`to be announced` +`14-06-2026` ### Changes - [a60ebadd60](https://gitea.mooij.me/meteo/Sentri/commit/a60ebadd601f92d062f21d39d4447ab54b7944df) Added support for the HTTP_X_HTTP_METHOD_OVERRIDE header in the API. - [3b200d30cb](https://gitea.mooij.me/meteo/Sentri/commit/3b200d30cb3d6fb76e80e0911edd27f60db29bbf) Changed all the frontend calls from `_method` to `X-HTTP-Method-Override`. +- [b088314c38](https://gitea.mooij.me/meteo/Sentri/commit/b088314c38f8ab3c4664b1d0b0c24e598096036d) Added GET API call for group-permissions. +- [b93f4d2e9c](https://gitea.mooij.me/meteo/Sentri/commit/b93f4d2e9c68a5e0742daa509e4a89ed54fbd46d) Added GET API call for portal-settings. +- [b7dcbaf290](https://gitea.mooij.me/meteo/Sentri/commit/b7dcbaf2908b8fa4035543e72addb150bd86b049) Added GET API call for user-groups. +- [db377bcc08](https://gitea.mooij.me/meteo/Sentri/commit/db377bcc08e18dcb0f6606e9578e1198cc323e38) Added GET API call for users. +- [b227cfb2c5](https://gitea.mooij.me/meteo/Sentri/commit/b227cfb2c59c63e96dc26f3cb178b132c68f4961) Added GET API call for servers. ### Fixes - [d6079878c4](https://gitea.mooij.me/meteo/Sentri/commit/d6079878c4015358426f9612e80a1e2c7a977eab) When creating an user the `user_pref_language` value is not an enum but any string. And the the user creation `user_phone_number` is now optional. @@ -15,6 +20,11 @@ - [98d5d1cb18](https://gitea.mooij.me/meteo/Sentri/commit/98d5d1cb18d043a735fefb66de053e399c27ef0b) GET stomp API call added. - [a7e3c54a89](https://gitea.mooij.me/meteo/Sentri/commit/a7e3c54a89672b96391c3c5894a84f4b5de6b7d0) Fixed the `ofice` typo in the permission names to `office` +### Known issues +- No check on users being linked to a group before deleting it, returns 500 if so. +- There is no validation of the `portal_uuid` when configuring mail settings. +- Some data like `'` in wont be encoded to JSON. For example in the permission descriptions. + ## v.1.2.2 `29-05-2026` ### Changes @@ -38,11 +48,6 @@ - Issue with the companies not showing in the server overview. - Issue with new server licenses having "0" as name. - Fixed all the CSS errors. -### Known issues -- No check on users being linked to a group before deleting it, returns 500 if so. -- There is no validation of the `portal_uuid` when configuring mail settings. -- A lot of GET API calls missing or not working correctly. - ## v.1.2.1 `17-05-2026` ### Features