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

Changelog History
Page 1

  • v0.12.6 Changes

    March 06, 2022
    • πŸ’… Serve isso.css separately to avoid style-src: unsafe-inline CSP and allow clients to override fetch location (#704, ix5): data-isso-css-url="https://comments.example.org/css/isso.css"

    • πŸ†• New "samesite" option in [server] section to override SameSite header for cookies. (#700, ix5)

    • Fallback for SameSite header depending on whether host is served over https or http (#700, ix5)

    • Have client read out shared settings from server. (#311, pellenilsson) This affects these settings for which data-isso-* values will be ignored:

      [general] reply-notifications gravatar [guard] reply-to-self require-author require-email

    • πŸ‘Œ Improved detection of browser-supplied language preferences (#521) Isso will now honor the newer navigator.languages global property as well as navigator.language and navigator.userLanguage. There is a new configuration property data-isso-default-lang that specifies the language to use (instead of English) when none of these is available. (The existing data-isso-lang overrides browser-supplied language preferences.)

    • Remove ISSO_CORS_ORIGIN environ variable, which never worked at all (#803, ix5)

  • v0.12.5 Changes

    March 09, 2021
    • πŸ”§ Don't ignore missing configuration files. (Jelmer VernooΔ³)
  • v0.12.4 Changes

    February 03, 2021
    • Require Python >= 3.5, for consistency with werkzeug. (#698, Stefan Gehn)

    • πŸ‘‰ Use npm for pacakge installation. (#695, Stefan Gehn)

    • πŸ‘‰ Use sassc. (Stefan Gehn)

    • Cope with broken HTTP clients that require specific casing of "200 OK". (#646, #347, Konzertheld)

    • βž• Add European Portuguese translation. (#692, boturon)

    • ⚑️ Various doc updates. (ix5)

    • βž• Add Turkish translation. (Γ–zcan Oğuz, #669)

    • ⬇️ Drop Python 2 support. (Jelmer VernooΔ³)

  • v0.12.3 Changes

    February 22, 2020
    • πŸ†• New "flags" option in the [markdown] section to customize Misaka's Markdown HTML rendering. By default, no flags are set.

      [markup] flags = skip-html, escape, hard-wrap

    Check docs/configuration/server.rst for more details. #616

    • πŸ›  Fix compatibility with newer versions of werkzeug. #614

    • βž• Add Python 3.8 support. #600, #615

    • πŸ†• New 'latest' endpoint to serve latest comments. #556

    • πŸ“¦ include admin.js in Python Package. #606

    • βž• Add a approve-if-email-previously-approved setting.

    • Fall back to author names in gravatars (#482)

    • πŸ”’ Make Isso compatible with Content Security Policies without script-src 'unsafe-inline'. #597

    • Set subject for notification about new comment, subject should not be empty. #589

    • πŸ›  Fix rendering of disabled.html for 'Sub URI' sites.

    • contrib: Add Blogger importer tool. #529

    • Return 200 with empty array when there are no comments. #301

    • πŸ’… Translation updates for Polish, Slovak, Occitan.

    • Redirect to comment after moderation. #358

  • v0.12.2 Changes

    January 21, 2019
    • βͺ Revert use of labels instead of placeholders, since it breaks mail notifications. #524
  • v0.12.1 Changes

    January 19, 2019
    • βͺ Revert fix for duplicate slashes, as it prevents isso from starting in some cases. #523
  • v0.12.0 Changes

    January 18, 2019
    • πŸ›  Fix compatibility with new XML API.
    • 0️⃣ 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.
    • 0️⃣ 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
  • v0.11.1 Changes

    November 03, 2018
    • Include pre-built minified JavaScript and CSS.
  • v0.11.0 Changes

    November 03, 2018

    πŸ› Bugs & features:

    • πŸ›  Fix link in moderation mails if isso is setup on a sub-url (e.g. domain.tld/comments/)
    • βž• Add reply notifications
    • βž• Add admin interface
    • βž• Add links highlighting in comments
    • βž• Add apidoc
    • βž• Add rc.d script for FreeBSD
    • Add the possibility to set CORS Origin through ISSO_CORS_ORIGIN environ variable
    • βž• Add preview button
    • βž• Add Atom feed at /feed?uri={thread-id}
    • βž• Add optionnal gravatar support
    • βž• Add nofollow noopener on links inside comments
    • βž• Add Dockerfile
    • ⬆️ Upgraded to Misaka 2
    • πŸ“š Some tests/travis/documentation improvements and fixes + pep8

    🌐 Translations:

    • πŸ›  Fix Chinese translation & typo in CJK
    • βž• Add Danish translation
    • βž• Add Hungarian translation
    • βž• Add Persian translation
    • πŸ‘Œ Improvement on german translation
  • v0.10.6 Changes

    September 22, 2016
    • πŸ›  fix missing configuration field