forked from Github-Mirrors/canaille
42 lines
1,008 B
ReStructuredText
42 lines
1,008 B
ReStructuredText
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
|
|
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
|
|
|
|
[Unreleased]
|
|
============
|
|
|
|
Added
|
|
*****
|
|
|
|
- Login page is responsive. :issue:`1`
|
|
- Adapt mobile keyboards to login page fields. :issue:`2`
|
|
- Password recovery interface. :issue:`3`
|
|
- User profile interface. :issue:`4`
|
|
- Renamed the project *canaille*. :issue:`5`
|
|
- Command to remove old tokens. :issue:`17`
|
|
- Improved password recovery email. :issue:`14` :issue:`26`
|
|
- Use flask `SERVER_NAME` configuration variable instead of `URL`. :issue:`24`
|
|
- Improved consents page. :issue:`27`
|
|
- Admin user page. :issue:`8`
|
|
- Project logo. :pr:`29`
|
|
|
|
Fixed
|
|
*****
|
|
|
|
- Form translations. :issue:`19` :issue:`23`
|
|
- Avoid to use Google Fonts. :issue:`21`
|
|
|
|
Removed
|
|
*******
|
|
|
|
- 'My tokens' page. :issue:`22`
|
|
|
|
|
|
[0.0.1] - 2020-10-21
|
|
====================
|
|
|
|
Added
|
|
*****
|
|
|
|
- Initial release.
|