Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Dpaste
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
peer
Dpaste
Commits
7ec3e944
Commit
7ec3e944
authored
6 years ago
by
Martin Mahner
Browse files
Options
Downloads
Patches
Plain Diff
Version 3.0!
parent
ccd45314
No related branches found
Branches containing commit
Tags
v3.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+21
-16
21 additions, 16 deletions
CHANGELOG.rst
setup.py
+2
-1
2 additions, 1 deletion
setup.py
with
23 additions
and
17 deletions
CHANGELOG.rst
+
21
−
16
View file @
7ec3e944
Changelog
=========
3.0a0 (master)
--------------
* Dropped support for Django 1.8 to 1.10 due to it's general end of support.
The project will likely work well but it's no longer specifically tested.
* Fixed issues around leading whitespace in lines.
* Fixed CMD+Enter form submission shortcut in Firefox.
* Removed "Suspicious" middleware which was never been used, documented,
and also not functional for a while.
* Added django-csp to deal with external content (this is required for the
upcoming "rendered" markdown feature).
3.0 (2018-06-22)
----------------
General code cleanup
:
Huge release. Full cleanup and update of the entire codebase. Details
:
* Requires Python 3.4 and up.
* Dropped support for Django 1.8 to 1.10 due to it's general end of support.
The project will likely work well but it's no longer specifically tested.
* All views are now class based and use the latest generic based views sugar.
* Django 1.11 based templates, forms, views, models, etc.
* Removed jQuery dependeny, all Javascript is native.
* Removed Bootstrap dependendy.
* Added pipenv support for local development.
* Added AppConfig support to set and maintain settings.
* Added "Rendered Text" lexer with support for rST and Markdown.
* Added Content Security Policy features, with django-csp (this is mainly
required for the "rendered" text feature).
* Removed jQuery dependency, all Javascript is native.
* Removed Bootstrap dependency.
* Removed 'Maximum History' limit setting.
* Removed translations.
* Removed "Suspicious" middleware which was never been used, documented,
and also not functional for a while.
* Fixed issues around leading whitespace in lines.
* Fixed CMD+Enter form submission shortcut in Firefox.
2.14 (
master
)
-------------
2.14 (
no public release
)
-------------
-----------
* Django 1.11 compatibility. But not Django 2.0 yet.
* Removed "Suspicious" middleware which was never been used, documented,
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
1
View file @
7ec3e944
...
...
@@ -6,9 +6,10 @@ long_description = '\n\n'.join((
open
(
'
README.rst
'
).
read
(),
open
(
'
CHANGELOG.rst
'
).
read
()
))
setup
(
name
=
'
dpaste
'
,
version
=
'
3.0
a6
'
,
version
=
'
3.0
'
,
description
=
'
dpaste is a Django based pastebin. It
\'
s intended to run
'
'
separately but its also possible to be installed into an
'
'
existing Django project like a regular app.
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment