-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02db2f9
commit 76667ef
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,15 @@ SPDX-FileCopyrightText: 2022 - 2024 Orthanc Team SRL <[email protected]> | |
SPDX-License-Identifier: GPL-3.0-or-later | ||
--> | ||
|
||
v 24.6.0 | ||
======== | ||
|
||
- added a new route `/settings/roles` (GET/PUT) in the auth-service to allow reading/editing | ||
the permissions and authorized-labels for each role. Also introduced a new `available-labels` | ||
field in the permission.json. | ||
- Upgraded OHIF from v3.7.0 to v3.9.0-beta.50 to hopefully fix PDF | ||
- Remove "Bearer " prefix from token when decoding user profile if present. | ||
- Remove "Bearer" prefix from token when decoding user profile if present. | ||
- Added a new Nginx Docker image including Certbot | ||
|
||
|
||
v 24.5.1 | ||
|