Version 3.2

This commit is contained in:
Martin Mahner 2019-06-24 11:27:31 +02:00
parent 39e45c8344
commit e945a8aa6d
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,4 @@
3.6.6 3.7.2
3.5.5 3.6.8
3.4.8 3.5.6
2.7.15 2.7.15
3.7.0

View file

@ -1,8 +1,8 @@
Changelog Changelog
========= =========
(development) 3.2 (2019-06-24)
------------- ----------------
- "Edit Snippet" panel is now hidden by default to remove visual noise. - "Edit Snippet" panel is now hidden by default to remove visual noise.
- Linux/Unix browsers now use Ctrl+Enter as a shortcut to submit the form. - Linux/Unix browsers now use Ctrl+Enter as a shortcut to submit the form.
@ -10,6 +10,7 @@ Changelog
- Added "View Raw" option to optionally render the 'raw' snippet content with a - Added "View Raw" option to optionally render the 'raw' snippet content with a
template rather served as plain text. This was added to hinder abuse. template rather served as plain text. This was added to hinder abuse.
- Added "Json" to the list of lexers. - Added "Json" to the list of lexers.
- Added 'JSX/React" to the list of lexers.
3.1 (2019-05-16) 3.1 (2019-05-16)
---------------- ----------------

View file

@ -1,4 +1,4 @@
VERSION = (3, 1) VERSION = (3, 2)
__version__ = '{major}.{minor}{rest}'.format( __version__ = '{major}.{minor}{rest}'.format(
major=VERSION[0], major=VERSION[0],