|
| 1 | +## sortinghat 1.4.0-rc.1 - (2024-09-20) |
| 2 | + |
| 3 | +**New features:** |
| 4 | + |
| 5 | + * Less distracting main identity indicator (#920)\ |
| 6 | + The star icon that marked an individual's main identity was |
| 7 | + distracting and potentially misleading for users. It has changed to a |
| 8 | + more subtle indicator since it is not relevant for most users. |
| 9 | + * Redirect to the original URL after log in (#925)\ |
| 10 | + Users are now redirected to the page they originally requested after |
| 11 | + they log in. |
| 12 | + * Merge organizations when adding an alias\ |
| 13 | + Users now have the option to merge the organizations when adding an |
| 14 | + alias that already exists on the "Edit organization" dialog. That |
| 15 | + option was only previously available at the organization's detail |
| 16 | + page. |
| 17 | + * Customizable trusted sources for username matching\ |
| 18 | + Enable customization of trusted sources for username matching in |
| 19 | + settings. This feature allows to define and manage the trusted data |
| 20 | + sources for username matching from the configuration. |
| 21 | + |
| 22 | +**Bug fixes:** |
| 23 | + |
| 24 | + * Users permissions migrated (#849)\ |
| 25 | + User permissions are stored in a separate table within the database. |
| 26 | + These permissions will be automatically migrated when running |
| 27 | + `sortinghat-admin upgrade`. |
| 28 | + * Update workspace when identities are split (#919)\ |
| 29 | + When an individual's identities are split, they are shown in the |
| 30 | + workspace, but they were only shown the first time. The workspace is |
| 31 | + now updated with the new individuals every time. |
| 32 | + |
| 33 | +**Dependencies updateds:** |
| 34 | + |
| 35 | + * Python minimum version updated\ |
| 36 | + Python 3.8 will reach its end of life in October 2024. Python 3.9 is |
| 37 | + the minimum version required by the project. Update the Docker images |
| 38 | + to use Python 3.9. |
| 39 | + |
0 commit comments