diff --git a/Release notes.md b/Release notes.md index 78cc805..1568638 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,12 +1,24 @@ # Release notes - ## v.1.2.2 To be announced ### Changes - Modified the API folder structure so it is structured under each module - Changed Servers module to inventory. + - moved /api/v1/access-rights/ to /api/v1/portal-management/group-permissions/ + - moved /api/v1/mailsettings/ to /api/v1/portal-management/mail/configure/ + - moved /api/v1/permissions/ to /api/v1/portal-management/permissions/ + - moved /api/v1/portalsettings/ to /api/v1/portal-management/configure/ + - moved /api/v1/user-groups to /api/v1/portal-management/user-groups/ + - moved /api/v1/devices/ to /api/v1/autop/devices/ + - moved /api/v1/platforms/ to /api/v1/autop/platforms/ + - moved /api/v1/vendors/ to /api/v1/autop/vendors/ + - moved /api/v1/users/ to /api/v1/portal-management/users/ + - moved /api/v1/users/* to /api/v1/user/* +- The /login page is now the same style as the rest of Sentri. ### Fixes - Issue with the companies not showing in the server overview. +### Known issues +- Users are not able to change their own name. ## v.1.2.1 `17-05-2026` ### Features @@ -39,13 +51,12 @@ To be announced - Sync action added to sync servers to Inserve subscriptions. - Added Inserve custom data field. ### Changes -- Inserve licenses changes name when host name is different. +- Inserve licenses changes name when host name is different. ### Fixes - Locales fixed on Inserve source page. - Fixed action card alignement on Inserve page. - Textarea's can now be changed in size. - Filtering and ordering on backup types fixed in server overview. - ## v.1.1 `07-01-2026` ### Changes @@ -65,7 +76,6 @@ To be announced ## Roadmap - Rename the servers module to Inventory so it supports other things aswell. - Be able to configure sources for certain tasks -- Make the /login page the same style as the rest of Sentri. - Light mode theme. - Add names to API tokens. - Docker container.