add contributors
This commit is contained in:
parent
e285c91112
commit
93ea722992
@ -4,7 +4,8 @@ Changelog for Isso
|
|||||||
0.10.7 (unreleased)
|
0.10.7 (unreleased)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Fix Chinese translation
|
- Fix Chinese translation & typo in CJK
|
||||||
|
- Fix link in moderation mails if isso is setup on a sub-url (e.g. domain.tld/comments/)
|
||||||
- Add Danish translation
|
- Add Danish translation
|
||||||
- Add Hungarian translation
|
- Add Hungarian translation
|
||||||
- Add Persian translation
|
- Add Persian translation
|
||||||
@ -12,7 +13,9 @@ Changelog for Isso
|
|||||||
- Add links highlighting in comments
|
- Add links highlighting in comments
|
||||||
- Add apidoc
|
- Add apidoc
|
||||||
- Add rc.d script for FreeBSD
|
- Add rc.d script for FreeBSD
|
||||||
- Some tests/travis/documentation improvements and fixes
|
- Add the possibility to set CORS Origin through ISSO_CORS_ORIGIN environ variable
|
||||||
|
- Some tests/travis/documentation improvements and fixes + pep8
|
||||||
|
- Improvement on german translation
|
||||||
|
|
||||||
|
|
||||||
0.10.6 (2016-09-22)
|
0.10.6 (2016-09-22)
|
||||||
|
@ -51,12 +51,33 @@ In chronological order:
|
|||||||
* Added configuration to require email addresses (no validation)
|
* Added configuration to require email addresses (no validation)
|
||||||
* Fix Vagrantfile
|
* Fix Vagrantfile
|
||||||
|
|
||||||
* Benoît Latinier <benoit@latinier.fr>
|
* Benoît Latinier @blatinier <benoit@latinier.fr>
|
||||||
* Fix thread discovery
|
* Fix thread discovery
|
||||||
* Added mandatory author
|
* Added mandatory author
|
||||||
|
* Added admin interface
|
||||||
|
|
||||||
* Ivan Pantic <ivanpantic82@gmail.com>
|
* Ivan Pantic <ivanpantic82@gmail.com>
|
||||||
* Added vote levels
|
* Added vote levels
|
||||||
|
|
||||||
|
* Martin Schenck @schemar
|
||||||
|
* Improvement in the german translation
|
||||||
|
|
||||||
|
* @cclauss
|
||||||
|
* Pep8 and drop of legacy supports (old python & debian version tested in travis)
|
||||||
|
* Make travis use pyflakes
|
||||||
|
|
||||||
|
* Lucas Cimon @Lucas-C
|
||||||
|
* Added the possibility to define CORS origins through ISSO_CORS_ORIGIN environment variable
|
||||||
|
|
||||||
|
* Yuchen Pei @ycpei
|
||||||
|
* Fix link in moderation emails when isso is installed in a sub URL
|
||||||
|
|
||||||
|
* @Rocket1184
|
||||||
|
* Fix typo in CJK translations
|
||||||
|
|
||||||
|
* @vincentbernat
|
||||||
|
* Added documentation about data-isso-id attribute (overriding the standard isso-thread-id)
|
||||||
|
* Added multi-staged Dockerfile
|
||||||
|
|
||||||
* [Your name or handle] <[email or website]>
|
* [Your name or handle] <[email or website]>
|
||||||
* [Brief summary of your changes]
|
* [Brief summary of your changes]
|
||||||
|
@ -59,5 +59,3 @@ definitely need help:
|
|||||||
- delete or activate comments matching a filter (e.g. name, email, ip address)
|
- delete or activate comments matching a filter (e.g. name, email, ip address)
|
||||||
|
|
||||||
- close threads and remove threads completely
|
- close threads and remove threads completely
|
||||||
|
|
||||||
- edit comments
|
|
||||||
|
Loading…
Reference in New Issue
Block a user