2013-12-18 21:41:39 +11:00
|
|
|
Changelog
|
|
|
|
=========
|
2013-12-15 00:17:29 +11:00
|
|
|
|
2017-01-19 22:16:20 +11:00
|
|
|
2.13a (2017-01-19)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* (Backwards incompatible) Removal of django-mptt and therefor the removal of a
|
|
|
|
tree based snippet list, due to performance reasons with large snippet counts.
|
|
|
|
Snippets still have a 'parent' relation if it's an answer of another snippet,
|
|
|
|
however this is no longer a Nested Set. The UI is simplified too and the user
|
|
|
|
can now only compare an answer to it's parent snippet. I believe this is the
|
|
|
|
major use case anyway.
|
|
|
|
* (Backwards incompatible) Removal of the "Gist" button feature.
|
2017-01-20 21:53:40 +11:00
|
|
|
* Fixed broken 404 view handler in Django 1.9+.
|
|
|
|
* Python 3.6 and Django 1.10 compatibility and tests.
|
2017-01-19 22:16:20 +11:00
|
|
|
|
2016-09-06 23:14:27 +10:00
|
|
|
2.12 (2016-09-06)
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
* Fixed "Content Type" problem with Django 1.10.
|
|
|
|
* Development requirements now use a different version scheme to be
|
|
|
|
compatible with older `pip` versions.
|
|
|
|
|
2016-09-05 04:09:22 +10:00
|
|
|
2.11 (2016-09-04)
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
* Django 1.10 Support
|
|
|
|
* R Lexer is enabled by default
|
|
|
|
* Minor fixes and improvements.
|
|
|
|
|
2016-03-24 00:18:41 +11:00
|
|
|
2.10 (2016-03-23)
|
|
|
|
-----------------
|
2015-08-12 14:30:28 +10:00
|
|
|
|
2016-03-24 00:18:41 +11:00
|
|
|
* Dropped Django 1.4 and 1.7 support!
|
|
|
|
* Full Django 1.8 support
|
|
|
|
* Full Django 1.9 support
|
|
|
|
* C++ Lexer is enabled by default
|
|
|
|
* (Backwards incompatible) All API calls must pass the data within a POST
|
|
|
|
request. It can't mix POST and GET arguments anymore. This was weird behavior
|
|
|
|
anyway and is likely no issue for any paste plugin out there.
|
2015-08-12 14:30:28 +10:00
|
|
|
|
2015-08-12 14:26:29 +10:00
|
|
|
2.9 (2015-08-12)
|
2014-08-02 21:08:15 +10:00
|
|
|
----------------
|
|
|
|
|
2015-08-12 13:59:22 +10:00
|
|
|
* Full Django 1.7 support
|
|
|
|
* Full Django 1.8 support
|
|
|
|
* New Django migrations, with fallback to South migrations if South is
|
2015-08-12 14:20:36 +10:00
|
|
|
installed. If you want to switch from South to native Django migrations,
|
|
|
|
and have an existing databsae, fake the initial migrations:
|
|
|
|
`manage.py migrate --fake-initial`
|
|
|
|
* Added full i18n support and several languages
|
2014-12-28 23:31:05 +11:00
|
|
|
* More settings can be overrridden, like the jQuery URL, site name and wether
|
|
|
|
you want to enable Gthub Gist.
|
|
|
|
* Ships a middleware that blocks anonymous proxies and TOR nodes. Not enabled
|
|
|
|
by default.
|
2014-08-02 21:08:15 +10:00
|
|
|
|
2014-08-02 20:57:08 +10:00
|
|
|
2.8 (2014-08-02)
|
2014-08-02 21:08:15 +10:00
|
|
|
----------------
|
2014-06-10 04:19:07 +10:00
|
|
|
|
|
|
|
* The API create view has a new argument 'filename' which is used to determine
|
|
|
|
the lexer out of a given filename.
|
2014-08-02 20:57:08 +10:00
|
|
|
* Fixed a XSS bug where HTML tags were not properly escaped with the simple
|
|
|
|
``code`` lexer.
|
2014-06-10 04:19:07 +10:00
|
|
|
|
2014-06-09 04:31:51 +10:00
|
|
|
2.7 (2014-06-08)
|
|
|
|
----------------
|
|
|
|
|
|
|
|
* "never" as an expiration choice is enable by default! This creates snippets
|
|
|
|
in the database which are never purged.
|
|
|
|
* The API create call now supports to set the exiration time.
|
|
|
|
* Some simple Bootstrap 3 support.
|
2014-06-10 04:19:07 +10:00
|
|
|
* Gist fixes on Python 3.
|
2014-06-09 04:31:51 +10:00
|
|
|
|
2014-04-13 01:04:13 +10:00
|
|
|
2.6 (2014-04-12)
|
2014-04-13 00:08:32 +10:00
|
|
|
----------------
|
|
|
|
|
|
|
|
* Fix for the rare case of duplicate slug (secret id) generation.
|
2014-04-13 01:04:13 +10:00
|
|
|
* A new 'code' lexer renders source code with no highlighting.
|
|
|
|
* Whitespace fixes with tab indention and word wrap mode.
|
|
|
|
* Installation docs.
|
|
|
|
|
2014-04-13 00:08:32 +10:00
|
|
|
|
2014-01-22 07:13:37 +11:00
|
|
|
2.5 (2014-01-21)
|
2014-01-17 06:57:34 +11:00
|
|
|
----------------
|
|
|
|
|
|
|
|
* IRC lexer is now in the default lexer list.
|
2014-10-28 22:05:47 +11:00
|
|
|
* One-Time snippet support. Snippets get automatically deleted after the
|
2014-01-21 23:13:41 +11:00
|
|
|
another user looks at it.
|
2014-01-22 07:13:37 +11:00
|
|
|
* Toggle wordwrap for code snippets.
|
|
|
|
* General UI and readability improvements.
|
2014-01-17 06:57:34 +11:00
|
|
|
|
2014-01-12 02:17:59 +11:00
|
|
|
2.4 (2014-01-11)
|
2014-01-12 02:00:11 +11:00
|
|
|
----------------
|
|
|
|
|
2014-01-12 02:09:11 +11: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-12 02:17:59 +11:00
|
|
|
* Added an option to keep snippets forever.
|
2014-01-17 06:57:34 +11:00
|
|
|
* ABAP lexer is now in the default lexer list.
|
2014-01-12 02:00:11 +11:00
|
|
|
|
2014-01-07 23:37:33 +11:00
|
|
|
2.3 (2014-01-07)
|
|
|
|
----------------
|
|
|
|
|
2014-01-12 02:17:59 +11:00
|
|
|
* API Documentation.
|
|
|
|
* Full test coverage.
|
|
|
|
* Removed Twitter button from homepage.
|
|
|
|
* Slug generation is less predictable.
|
2014-01-07 23:37:33 +11:00
|
|
|
|
2013-12-18 21:41:39 +11:00
|
|
|
2.2 (2013-12-18)
|
2013-12-18 09:32:59 +11:00
|
|
|
----------------
|
|
|
|
|
2013-12-18 21:41:39 +11:00
|
|
|
* Added documentation: http://dpaste.readthedocs.org/en/latest/
|
2014-01-12 02:17: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
|
|
|
|
2013-12-15 00:17:29 +11:00
|
|
|
2.1 (2013-12-14)
|
|
|
|
----------------
|
|
|
|
|
2013-12-15 00:19:22 +11:00
|
|
|
* Changes and fixes along the package management.
|
2013-12-15 00:17:29 +11:00
|
|
|
|
|
|
|
2.0 (2013-11-29)
|
|
|
|
----------------
|
|
|
|
|
2013-12-15 00:19:22 +11:00
|
|
|
* A huge cleanup and nearly total rewrite.
|
2013-12-15 00:17:29 +11: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.
|