All Versions
32
Latest Version
Avg Release Cycle
122 days
Latest Release
782 days ago

Changelog History
Page 2

  • v0.10.5 Changes

    September 20, 2016

    βž• add support for different vote levels, #260

    List of vote levels used to customize comment appearance based on score. Provide a comma-separated values (eg. "0,5,10,25,100") or a JSON array (eg. "[-5,5,15]").

    For example, the value "-5,5" will cause each isso-comment to be given one of these 3 classes:

    • isso-vote-level-0 for scores lower than -5
    • isso-vote-level-1 for scores between -5 and 4
    • isso-vote-level-2 for scores of 5 and greater

    These classes can then be used to customize the appearance of comments (eg. put a star on popular comments).

    βž• add new post preview API endpoint, #254

    βž• add an option for mandatory author, #257

    clients can now use data-title to get the HTML title for a new page, #252

    βž• add finish translation and other minor bugfixes

  • v0.10.4 Changes

    April 12, 2016
    • πŸ›  fix wrapper attribute when using data-isso-require-mail="true", #238
    • πŸ›  fix reponse for OPTIONS response on Python 3, #242
  • v0.10.3 Changes

    February 24, 2016
    • follow redirects, #193
  • v0.10.2 Changes

    February 21, 2016
    • πŸ›  fix getAttribute return value
  • v0.10.1 Changes

    February 06, 2016
    • πŸ›  fix empty author, email and website values when writing a comment
  • v0.10 Changes

    February 06, 2016
    • βž• add new configuration section for hash handling.

      [hash] salt = Eech7co8Ohloopo9Ol6baimi algorithm = pbkdf2

    You can customize the salt, choose different hash functions and tweak the parameters for PBKDF2.

    • Python 3.4+ validate TLS connections against the system's CA. Previously no validation was in place, see PEP-446__ for details.

    • add fenced_code and no_intra_emphasis to default configuration.

    Fenced code allows to write code without indentation using ~~~ delimiters (optionally with language identifier).

    Intra emphasis would compile foo_bar_baz to foobarbaz. This behavior is very confusing for users not knowing the Markdown spec in detail.

    • πŸ†• new configuration to require an email when submitting comments, #199. Set

      [guard] require-email = true

    and use data-isso-require-email="true" to enable this feature. Disabled by default.

    • πŸ†• new Bulgarian translation by sahwar, new Swedish translation by Gustav NΓ€slund – #143, new Vietnamese translation by Đinh XuΓ’n SΓ’m, new Croatian translation by streger, new Czech translation by Jan Chren

    • πŸ›  fix SMTP setup without credentials, #174

    • πŸ”– version pin Misaka to 1.x, html5lib to 0.9999999

    .. __: https://www.python.org/dev/peps/pep-0466/

  • v0.9.10 Changes

    April 11, 2015
    • πŸ›  fix regression in SMTP authentication, #174
  • v0.9.9 Changes

    March 04, 2015
    • πŸ›  several Python 3.x related bugfixes

    • don't lose comment form if the server rejected the POST request, #144

    • add localStorage fallback if QUOTA_EXCEEDED_ERR is thrown (e.g. Safari private browsing)

    • βž• add '--empty-id' flag to Disqus import, because Disqus' export sucks

    • (re)gain compatibility with Werkzeug 0.8 and really old html5lib versions available in Debian Squeeze, #170 & #168

    • βž• add User-Agent when Isso requests the URL, an alternate way to #151 (add 'X-Isso' when requesting).

  • v0.9.8 Changes

    October 08, 2014
    • βž• add compatibility with configparser==3.5.0b1, #128
  • v0.9.7 Changes

    September 25, 2014
    • πŸ›  fix SMTP authentication using CRAM-MD5 (incorrect usage of smtplib), #126