cosmetic changes to CHANGES

remove "fixes" from ticket references
master
Thomas Waldmann 2020-11-14 03:18:17 +01:00
parent 6bba5ec019
commit 0b5a4f3b10
1 changed files with 9 additions and 9 deletions

View File

@ -6,14 +6,14 @@ Release 0.6.0 (2020-11-14)
Compatibility:
* drop python 3.4 support, fixes #195
* drop python 3.4 support, #195
* note: this will likely be the last bepasty release supporting
Python 2.x (2.7) and 3.5 (both are not supported by Python
development any more).
Fixes:
* fix bad types for b64(en|de)code, fixes #200
* fix bad types for b64(en|de)code, #200
* use simple links in list/display view instead of <form> tags
* security fix: if PERMISSIONS in config are changed, we invalidate old
clientside cookies now.
@ -24,9 +24,9 @@ Fixes:
New features:
* add support for asciinema recordings, fixes #175
* show QR code with link to bepasty item, fixes #176
* support text/x-bepasty-redirect for URL redirects
* add support for asciinema recordings, #175
* show QR code with link to bepasty item, #176
* support text/x-bepasty-redirect for URL redirects:
just paste the target URL and choose this as mimetype to create a
redirect. you may use the delay=<seconds> url argument to adjust
the delay, default is 3s.
@ -42,10 +42,10 @@ New features:
Other changes:
* support / test on py38, py39, fixes #223
* move development section from README to project docs, fixes #192
* use twine to upload releases, qubes gpg support, fixes #197
* add config for readthedocs, fixes #191
* support / test on py38, py39, #223
* move development section from README to project docs, #192
* use twine to upload releases, qubes gpg support, #197
* add config for readthedocs, #191
* code: some cleanups, fix warnings, fix minor errors
* theme: