2013-12-18 11:41:39 +01:00
|
|
|
Changelog
|
|
|
|
=========
|
2013-12-14 14:17:29 +01:00
|
|
|
|
2014-04-12 10:08:32 -04:00
|
|
|
2.6 (dev)
|
|
|
|
----------------
|
|
|
|
|
|
|
|
* Fix for the rare case of duplicate slug (secret id) generation.
|
|
|
|
|
2014-01-21 21:13:37 +01:00
|
|
|
2.5 (2014-01-21)
|
2014-01-16 20:57:34 +01:00
|
|
|
----------------
|
|
|
|
|
|
|
|
* IRC lexer is now in the default lexer list.
|
2014-01-21 13:13:41 +01:00
|
|
|
* One-time snippet support. Snippets get automatically deleted after the
|
|
|
|
another user looks at it.
|
2014-01-21 21:13:37 +01:00
|
|
|
* Toggle wordwrap for code snippets.
|
|
|
|
* General UI and readability improvements.
|
2014-01-16 20:57:34 +01:00
|
|
|
|
2014-01-11 16:17:59 +01:00
|
|
|
2.4 (2014-01-11)
|
2014-01-11 16:00:11 +01:00
|
|
|
----------------
|
|
|
|
|
2014-01-11 16:09:11 +01:00
|
|
|
* API accepts the format or lexer via GET too. You can call an API url like
|
|
|
|
``example.com/api/?format=json`` and have the body in POST only.
|
2014-01-11 16:17:59 +01:00
|
|
|
* Added an option to keep snippets forever.
|
2014-01-16 20:57:34 +01:00
|
|
|
* ABAP lexer is now in the default lexer list.
|
2014-01-11 16:00:11 +01:00
|
|
|
|
2014-01-07 13:37:33 +01:00
|
|
|
2.3 (2014-01-07)
|
|
|
|
----------------
|
|
|
|
|
2014-01-11 16:17:59 +01:00
|
|
|
* API Documentation.
|
|
|
|
* Full test coverage.
|
|
|
|
* Removed Twitter button from homepage.
|
|
|
|
* Slug generation is less predictable.
|
2014-01-07 13:37:33 +01:00
|
|
|
|
2013-12-18 11:41:39 +01:00
|
|
|
2.2 (2013-12-18)
|
2013-12-17 23:32:59 +01:00
|
|
|
----------------
|
|
|
|
|
2013-12-18 11:41:39 +01:00
|
|
|
* Added documentation: http://dpaste.readthedocs.org/en/latest/
|
2014-01-11 16:17:59 +01:00
|
|
|
* Added support for CSRF middleware.
|
|
|
|
* Windows users can submit the form using Ctrl+Enter.
|
|
|
|
* The raw view now sends the X-Content-Type-Options=nosniff header.
|
|
|
|
* Various constants can now be overridden by settings.
|
|
|
|
* Support for `python setup.py test` to run the tox suite.
|
2013-12-17 23:32:59 +01:00
|
|
|
|
2013-12-14 14:17:29 +01:00
|
|
|
2.1 (2013-12-14)
|
|
|
|
----------------
|
|
|
|
|
2013-12-14 14:19:22 +01:00
|
|
|
* Changes and fixes along the package management.
|
2013-12-14 14:17:29 +01:00
|
|
|
|
|
|
|
2.0 (2013-11-29)
|
|
|
|
----------------
|
|
|
|
|
2013-12-14 14:19:22 +01:00
|
|
|
* A huge cleanup and nearly total rewrite.
|
2013-12-14 14:17:29 +01:00
|
|
|
* dpaste now includes a Django project which is used on www.dpaste.de
|
|
|
|
as well as hooks to get it integrated into existing projcts.
|