Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jul 21, 2021
1 parent 9caefe9 commit 0b2cf02
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 10 deletions.
44 changes: 44 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,50 @@ Release notes

.. towncrier release notes start
v1.3.0
======

Released on 2021-07-21.

Features
^^^^^^^^

* Add a page to manage registering users (:pr:`672`).
* Allow template override with a custom directory, see the
``TEMPLATES_CUSTOM_DIRECTORIES`` configration value (:pr:`701`).
* Allow users to declare their Matrix IDs in addition to the IRC nicknames
(:issue:`248`).
* Display on users' profiles the agreements they have signed (:issue:`576`).
* Validate email addresses when changed in the ``mail`` or ``rhbz_mail``
attributes (:issue:`610`).
* Allow users to select multiple pronouns (:issue:`646`).

Bug Fixes
^^^^^^^^^

* Don't tell users signing up that their username is already taken when it can
be the email address (:pr:`665`).
* Add the ``for`` attribute to checkbox labels (:issue:`658`).

Development Improvements
^^^^^^^^^^^^^^^^^^^^^^^^

* Start using `pre-commit <https://pre-commit.com/>`_ to run the simple
checkers (linters, formatters, security checks). Run ``poetry install`` to
install the new dependencies, and then run ``pre-commit install`` to setup
the git hook. Also add the `safety <https://pyup.io/safety/>`_ tool
(:pr:`659`).

Contributors
^^^^^^^^^^^^

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

* Aurélien Bompard
* Calvin Goodale


v1.2.0
======
Released on 2021-05-18.
Expand Down
1 change: 0 additions & 1 deletion news/248.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/576.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/610.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/646.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/658.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/PR659.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/PR665.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/PR672.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/PR701.feature

This file was deleted.

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 = "noggin-aaa"
version = "1.2.0"
version = "1.3.0"
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."

license = "MIT"
Expand Down

0 comments on commit 0b2cf02

Please sign in to comment.