dpaste/CHANGELOG

38 lines
912 B
Text
Raw Normal View History

Changelog
=========
2014-01-12 02:00:11 +11:00
2.4 (dev)
----------------
* Added an option to keep snippets forever
2014-01-07 23:37:33 +11:00
2.3 (2014-01-07)
----------------
* API Documentation
* Full test coverage
* Removed Twitter button from homepage
* Slug generation is less predictable
2.2 (2013-12-18)
2013-12-18 09:32:59 +11:00
----------------
* Added documentation: http://dpaste.readthedocs.org/en/latest/
2013-12-18 09:32:59 +11: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-18 09:32:59 +11:00
2.1 (2013-12-14)
----------------
2013-12-15 00:19:22 +11:00
* Changes and fixes along the package management.
2.0 (2013-11-29)
----------------
2013-12-15 00:19:22 +11:00
* A huge cleanup and nearly total rewrite.
* dpaste now includes a Django project which is used on www.dpaste.de
as well as hooks to get it integrated into existing projcts.