Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Sep 23, 2024
1 parent 8dff52e commit 1754819
Show file tree
Hide file tree
Showing 11 changed files with 82 additions and 67 deletions.
40 changes: 40 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Releases

## sortinghat 1.4.0 - (2024-09-23)

**New features:**

* Less distracting main identity indicator (#920)\
The star icon that marked an individual's main identity was
distracting and potentially misleading for users. It has changed to a
more subtle indicator since it is not relevant for most users.
* Redirect to the original URL after log in (#925)\
Users are now redirected to the page they originally requested after
they log in.
* Merge organizations when adding an alias\
Users now have the option to merge the organizations when adding an
alias that already exists on the "Edit organization" dialog. That
option was only previously available at the organization's detail
page.
* Customizable trusted sources for username matching\
Enable customization of trusted sources for username matching in
settings. This feature allows to define and manage the trusted data
sources for username matching from the configuration.

**Bug fixes:**

* Users permissions migrated (#849)\
User permissions are stored in a separate table within the database.
These permissions will be automatically migrated when running
`sortinghat-admin upgrade`.
* Update workspace when identities are split (#919)\
When an individual's identities are split, they are shown in the
workspace, but they were only shown the first time. The workspace is
now updated with the new individuals every time.

**Dependencies updateds:**

* Python minimum version updated\
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
the minimum version required by the project. Update the Docker images
to use Python 3.9.


## sortinghat 1.3.0 - (2024-08-30)

**New features:**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sortinghat"
version = "1.4.0-rc.1"
version = "1.4.0"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
39 changes: 39 additions & 0 deletions releases/1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## sortinghat 1.4.0 - (2024-09-23)

**New features:**

* Less distracting main identity indicator (#920)\
The star icon that marked an individual's main identity was
distracting and potentially misleading for users. It has changed to a
more subtle indicator since it is not relevant for most users.
* Redirect to the original URL after log in (#925)\
Users are now redirected to the page they originally requested after
they log in.
* Merge organizations when adding an alias\
Users now have the option to merge the organizations when adding an
alias that already exists on the "Edit organization" dialog. That
option was only previously available at the organization's detail
page.
* Customizable trusted sources for username matching\
Enable customization of trusted sources for username matching in
settings. This feature allows to define and manage the trusted data
sources for username matching from the configuration.

**Bug fixes:**

* Users permissions migrated (#849)\
User permissions are stored in a separate table within the database.
These permissions will be automatically migrated when running
`sortinghat-admin upgrade`.
* Update workspace when identities are split (#919)\
When an individual's identities are split, they are shown in the
workspace, but they were only shown the first time. The workspace is
now updated with the new individuals every time.

**Dependencies updateds:**

* Python minimum version updated\
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
the minimum version required by the project. Update the Docker images
to use Python 3.9.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions releases/unreleased/processed/python-version-updated.yml

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions releases/unreleased/processed/users-permissions-migrated.yml

This file was deleted.

4 changes: 2 additions & 2 deletions sortinghat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-09-20 15:26:29.554941
__version__ = "1.4.0-rc.1"
# File auto-generated by semverup on 2024-09-23 08:00:35.637912
__version__ = "1.4.0"

0 comments on commit 1754819

Please sign in to comment.