diff --git a/Release notes.md b/Release notes.md index 8e21d6a..70a7eb3 100644 --- a/Release notes.md +++ b/Release notes.md @@ -2,16 +2,14 @@ ## v.1.2.3 `to be announced` ### Changes -- Added support for the HTTP_X_HTTP_METHOD_OVERRIDE header in the API. -- Changed all the frontend calls from `_method` to `X-HTTP-Method-Override`. +- [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`. ### Fixes -- Fixed all the CSS errors. -- When creating an user the `user_pref_language` value is not an enum but any string. -- API user creation does not set the `user_full_name`. -- Module enablement toggle feedback is fixed. -- Make the user creation `user_phone_number` optional. -- Inserve configuration API call does not longer require the obsolete `source_name` field. +- [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. +- [bc8976c18e](https://gitea.mooij.me/meteo/Sentri/commit/bc8976c18e98ad6be637f24bd5e0ef3f52d64002) API user creation does not set the `user_full_name`. +- [1374ba2f13](https://gitea.mooij.me/meteo/Sentri/commit/1374ba2f1387c3b50dafcd3578c3bf4faa8f96f9) Module enablement toggle feedback is fixed. +- [aece25439b](https://gitea.mooij.me/meteo/Sentri/commit/aece25439be70cb801cda43ad288b67a9ea2bc97) Inserve configuration API call does not longer require the obsolete `source_name` field. ## v.1.2.2 `29-05-2026` @@ -35,6 +33,7 @@ ### Fixes - 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 - Users are not able to change their own name. - No check on users being linked to a group before deleting it.