-
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
8 changed files
with
27 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## sortinghat 1.1.0-rc.1 - (2024-08-02) | ||
|
||
**New features:** | ||
|
||
* Save URL to an individual's LinkedIn profile (#817)\ | ||
Users can add a link to a LinkedIn profile on the individual's page. | ||
This helps speed up the lookup of a contributor's information. | ||
* Link to GitHub profile (#817)\ | ||
Individuals' GitHub usernames now link to their profile. | ||
* Assign users to permission groups (#849)\ | ||
Users can be assigned to a permission group using the command `$ | ||
sortinghat-admin set-user-group username group`. A user in a group | ||
automatically has the permissions granted to that group. | ||
* Configuration for regular expressions in CORS\ | ||
Include in the configuration `SORTINGHAT_CORS_ALLOWED_ORIGIN_REGEXES` | ||
environment variable that contains a list of regular expressions that | ||
matches origins authorized to make cross-site HTTP requests. | ||
|
||
**Bug fixes:** | ||
|
||
* Consistent date format (#901)\ | ||
All the job execution dates are now in YYYY-MM-DD hh:mm format on the | ||
user interface. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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-06-21 12:15:50.676052 | ||
__version__ = "1.0.2" | ||
# File auto-generated by semverup on 2024-08-02 09:44:06.137837 | ||
__version__ = "1.1.0-rc.1" |