2013-10-30 15:16:38 +00:00
|
|
|
Changelog for Isso
|
|
|
|
==================
|
|
|
|
|
2013-11-05 13:15:16 +00:00
|
|
|
0.5 (unreleased)
|
|
|
|
----------------
|
|
|
|
|
|
|
|
- Nothing changed yet.
|
|
|
|
|
|
|
|
|
2013-11-05 13:15:01 +00:00
|
|
|
0.4 (2013-11-05)
|
2013-11-01 16:05:24 +00:00
|
|
|
----------------
|
|
|
|
|
2013-11-05 13:15:01 +00:00
|
|
|
- Isso now handles cross-domain requests and cookies, fixes #24
|
|
|
|
- Isso for Python 2.x now supports werkzeug>=0.8
|
|
|
|
- limit email length to 254 to avoid Hash-DDoS
|
|
|
|
- override Isso API location with ``data-isso="..."`` in the script tag
|
|
|
|
- override HTML title parsing with a custom ``data-title="..."`` attribute
|
|
|
|
in ``<div id="isso-thread"></div>``
|
2013-11-01 16:05:24 +00:00
|
|
|
|
|
|
|
|
2013-11-01 15:45:39 +00:00
|
|
|
0.3 (2013-11-01)
|
2013-10-30 15:22:02 +00:00
|
|
|
----------------
|
2013-10-30 15:16:38 +00:00
|
|
|
|
2013-11-01 15:45:39 +00:00
|
|
|
- improve initial comment loading performance in the client
|
|
|
|
- cache slow REST requests, see #18
|
|
|
|
- add a SQLite trigger that detects and removes stale threads (= threads,
|
|
|
|
with all comments being removed) from the database when a comment is
|
|
|
|
removed.
|
|
|
|
- PyPi releases now include an uncompressed version of the JavaScript
|
|
|
|
files -- `embed.dev.js` and `count.dev.js` -- to track down errors.
|
|
|
|
- use uWSGI's internal locking instead of a self-made shared memory lock
|
2013-10-30 15:16:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
0.2 (2013-10-29)
|
|
|
|
----------------
|
|
|
|
|
|
|
|
- initial PyPi release
|
|
|
|
|