django-cryptolock/HISTORY.rst

37 lines
925 B
ReStructuredText
Raw Permalink Normal View History

.. :changelog:
History
-------
2020-05-12 18:04:40 +02:00
Development
+++++++++++
* Challenges are now stored on the database. No longer expire when a new one is
generated.
2020-07-14 19:25:16 +02:00
* Added initial support for DRF, TokenAuthentication only.
* Move CI from Travis-ci to Github Actions
2020-05-12 18:04:40 +02:00
2020-03-31 19:42:47 +02:00
0.1.0 (2020-03-31)
2020-03-31 20:05:43 +02:00
++++++++++++++++++
2020-01-28 17:46:52 +01:00
* Add validation for existing addresses on the signup form
* Add rudimentary BitId support
* Renamed the base auth views to generic names
2020-01-28 17:46:52 +01:00
2020-01-08 19:34:03 +01:00
0.0.2 (2020-01-08)
++++++++++++++++++
2020-01-06 13:06:15 +01:00
* A default ``urls.py`` is provided by the package so can work "out-of-the-box".
* Default location for templates moved to ``django_cryptolock`` folder.
2019-12-01 01:16:58 +01:00
* Update quickstart guide.
2020-01-06 13:06:15 +01:00
* Update instructions to contribute to the project.
* Add ``DJCL`` namespace to all related settings.
* MoneroAddressBackend is now executed when more parameters are added to the
``authenticate`` function.
0.0.1 (2019-11-25)
++++++++++++++++++
* First release on PyPI.