mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Updated changelog
This commit is contained in:
parent
68d21874b5
commit
cdaf4f3f1c
1 changed files with 6 additions and 3 deletions
|
@ -7,16 +7,19 @@ Changelog
|
|||
- Dropped support for Python 3.4.
|
||||
- Dropped support for Python 3.5.
|
||||
- Dropped support for Django 1.11. ⚠️
|
||||
- Dropped support for Django 2.0. ⚠️
|
||||
- Dropped support for Django 2.1. ⚠️
|
||||
- Dropped support for Django 2.0. ⚠️
|
||||
- Dropped support for Django 2.1. ⚠️
|
||||
- Added support for Python 3.8.
|
||||
- Added support for Django 3.0.
|
||||
- Testsuite now uses pytest.
|
||||
- New AppConfig setting ``APPLICATION_NAME`` that can be used to replace the term
|
||||
"dpaste" throughout the UI.
|
||||
- New AppConfig setting ``EXTRA_HEAD_HTML`` that can be used to add custom HTML
|
||||
to each template, specifically used for custom CSS styles, to easily override
|
||||
the stock UI of dpaste.
|
||||
- New "Slim" view that displays the highlighted snippet without header,
|
||||
options etc.
|
||||
- Forced line-break for superlongwordsthatwouldexceedthecanvas.
|
||||
- Testsuite now uses pytest.
|
||||
|
||||
3.3.1 (2019-08-04):
|
||||
-------------------
|
||||
|
|
Loading…
Reference in a new issue