-
Notifications
You must be signed in to change notification settings - Fork 83
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
Showing
6 changed files
with
46 additions
and
31 deletions.
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
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## sortinghat 1.5.0 - (2024-10-15) | ||
|
||
**New features:** | ||
|
||
* Mark individuals as reviewed\ | ||
Individuals can now be marked as reviewed to keep track of which | ||
profiles have already been checked and when. A profile can be marked | ||
as reviewed more than once, it will show the date of the last review. | ||
If there have been any changes to the profile data since the last | ||
review, the review button displays a warning icon. The list of | ||
individuals can be filtered by whether they have been reviewed and by | ||
their review date. The list can also be ordered by review date. | ||
|
||
**Bug fixes:** | ||
|
||
* Wrong arrong direction when merging recommendations (#934)\ | ||
When recommendations were merged, the arrow showing the direction of | ||
the merge was wrong. It showed `foo → bar` but the resulting identity | ||
will be named `foo` instead of `bar`. The arrow now points in the | ||
other direction showing that `bar` will be merged on `foo`. | ||
|
17 changes: 0 additions & 17 deletions
17
releases/unreleased/processed/mark-individuals-as-reviewed.yml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
releases/unreleased/processed/wrong-arrong-direction-when-merging-recommendations.yml
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-10-14 14:27:38.836184 | ||
__version__ = "1.5.0-rc.1" | ||
# File auto-generated by semverup on 2024-10-15 07:09:26.543073 | ||
__version__ = "1.5.0" |