Skip to content

Commit b40b10c

Browse files
committed
Version 1.9.0
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
1 parent 3df9c11 commit b40b10c

7 files changed

Lines changed: 36 additions & 6 deletions

File tree

docs/release_notes.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
<!-- towncrier release notes start -->
44

5+
## v1.9.0
6+
7+
Released on 2024-01-10.
8+
9+
### Features
10+
11+
- Add validation for the OTP field on the login page (#1152)
12+
- Add the RSS URL to the user profile (#1216)
13+
- Give a clearer error message to registering users who use a mixed case username (#1327)
14+
15+
### Bug Fixes
16+
17+
- Fix the boolean values (checkboxes) not showing up in the profile page (#1202)
18+
- Don't show disabled (locked) users in Noggin (#1210)
19+
20+
### Contributors
21+
22+
Many thanks to the contributors of bug reports, pull requests, and pull request
23+
reviews for this release:
24+
25+
- Andika Triwidada
26+
- Ettore Atalan
27+
- Aurélien Bompard
28+
- Luna Jernberg
29+
- Borys Dikovets
30+
- Jan Kuparinen
31+
- Frank Dana
32+
- Hoppár Zoltán
33+
- josep constantí
34+
- Linus Virtanen
35+
- Maksim Kliazovich
36+
- 김인수
37+
- Tao Mon Lae
38+
- Yuri Chornoivan
39+
540
## v1.8.0
641

742
Released on 2023-09-21.

news/1152.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1202.bug

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1210.bug

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1216.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1327.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 = "noggin-aaa"
3-
version = "1.8.0"
3+
version = "1.9.0"
44
description = "Noggin is a self-service portal for FreeIPA. The primary purpose of the portal is to allow users to sign up and manage their account information and group membership."
55

66
license = "MIT"

0 commit comments

Comments
 (0)