You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snippets which are expired are now deleted as soon as they are requested
by a client. It's not necessary to purge them minutely with the cleanup_snipppet managemenent command. It's still encouraged to have the
management command setup, just run it daily, so snippets which expired but
never got fetched by a client are deleted properly.
All pages have sane Expire or Max-Age header.
Onetime snippets which were never viewed a second time are now deleted if
they reach the default expire date.
New AppConfig setting APPLICATION_NAME that can be used to replace the
term "dpaste" throughout the UI.
New AppConfig setting EXTRA_HEAD_HTML and similars that can be used to
add custom HTML to each template, to easily override the stock UI of dpaste.
New "Slim" view that displays the highlighted snippet without header,
options etc, and can be iframed.
Forced line-break for superlongwordsthatwouldexceedthecanvas.
Local development is no longer centered around pipenv, instead it's using
docker-compose or the classic virtualenv based setups.
Error pages are now correctly translated.
Testsuite and Tox uses pytest instead of a homebrewed testrunner.