Preparing 0.12.0

master
Jelmer Vernooij 5 years ago
parent bd22b0017f
commit 434d0341f6
No known key found for this signature in database
GPG Key ID: 579C160D4C9E23E8

@ -1,11 +1,19 @@
Changelog for Isso
==================
0.11.2 (unreleased)
0.12.0 (2019-01-18)
-------------------
- Don't enable admin interface with default password by default.
(Jelmer Vernooij, #491)
- Fix compatibility with new XML API.
- Don't enable admin interface with default password by default. #491
- Add support and documentation for "generic" imports.
- Remove potential duplicate slashes in URLs from
email links. #420
- Add data-isso-reply-notifications to attributes in configuration.
- Use default IP in imports if none is found. Fixes imports of some comments.
- embed: fix feed link creation on older browsers.
- Properly handle to field in mail notifications when using uWSGI spooler
- css: fix vertical alignment of notification checkbox
0.11.1 (2018-11-03)
-------------------

@ -15,7 +15,7 @@ elif (3, 0) <= sys.version_info < (3, 4):
setup(
name='isso',
version='0.11.2dev0',
version='0.12.0',
author='Martin Zimmermann',
author_email='info@posativ.org',
packages=find_packages(),

Loading…
Cancel
Save