added changes in 1.2.2

This commit is contained in:
2026-05-17 22:00:12 +02:00
parent 7ba55267d1
commit c88a23af79

View File

@@ -1,12 +1,24 @@
# Release notes # Release notes
## v.1.2.2 ## v.1.2.2
To be announced To be announced
### Changes ### Changes
- Modified the API folder structure so it is structured under each module - Modified the API folder structure so it is structured under each module
- Changed Servers module to inventory. - 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 ### Fixes
- Issue with the companies not showing in the server overview. - 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 ## v.1.2.1
`17-05-2026` `17-05-2026`
### Features ### Features
@@ -39,13 +51,12 @@ To be announced
- Sync action added to sync servers to Inserve subscriptions. - Sync action added to sync servers to Inserve subscriptions.
- Added Inserve custom data field. - Added Inserve custom data field.
### Changes ### Changes
- Inserve licenses changes name when host name is different. - Inserve licenses changes name when host name is different.
### Fixes ### Fixes
- Locales fixed on Inserve source page. - Locales fixed on Inserve source page.
- Fixed action card alignement on Inserve page. - Fixed action card alignement on Inserve page.
- Textarea's can now be changed in size. - Textarea's can now be changed in size.
- Filtering and ordering on backup types fixed in server overview. - Filtering and ordering on backup types fixed in server overview.
## v.1.1 ## v.1.1
`07-01-2026` `07-01-2026`
### Changes ### Changes
@@ -65,7 +76,6 @@ To be announced
## Roadmap ## Roadmap
- Rename the servers module to Inventory so it supports other things aswell. - Rename the servers module to Inventory so it supports other things aswell.
- Be able to configure sources for certain tasks - Be able to configure sources for certain tasks
- Make the /login page the same style as the rest of Sentri.
- Light mode theme. - Light mode theme.
- Add names to API tokens. - Add names to API tokens.
- Docker container. - Docker container.