Skip to content

Commit b966710

Browse files
committed
Release 1.4.0-rc.1
1 parent 2428fb7 commit b966710

10 files changed

+42
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sortinghat"
3-
version = "1.3.0"
3+
version = "1.4.0-rc.1"
44
description = "A tool to manage identities."
55
authors = [
66
"GrimoireLab Developers"

releases/1.4.0-rc.1.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+

sortinghat/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-08-30 16:03:14.037772
2-
__version__ = "1.3.0"
1+
# File auto-generated by semverup on 2024-09-20 15:26:29.554941
2+
__version__ = "1.4.0-rc.1"

0 commit comments

Comments
 (0)