0.10
-
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
andno_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