@@ -8,6 +8,8 @@ New Features
88^^^^^^^^^^^^
99
1010- Add Catalan localisation (`#966 `_, welpo)
11+ - Add Arabic localisation (`#972 `_)
12+ - Add Galician localisation (ghose)
1113- Make <code class="language-$lang"> for syntax highlighting (`#998 `_, pkvach)
1214- Add search for comments by URL in the admin interface (`#1000 `_, pkvach)
1315- Add CSS variables for better organization and flexibility (`#1001 `_, pkvach)
@@ -21,6 +23,7 @@ New Features
2123
2224.. _#870 : https://github.com/posativ/isso/pull/870
2325.. _#966 : https://github.com/posativ/isso/pull/966
26+ .. _#972 : https://github.com/isso-comments/isso/pull/972
2427.. _#998 : https://github.com/isso-comments/isso/pull/998
2528.. _#1000 : https://github.com/isso-comments/isso/pull/1000
2629.. _#1001 : https://github.com/isso-comments/isso/pull/1001
@@ -34,19 +37,29 @@ New Features
3437Breaking Changes
3538^^^^^^^^^^^^^^^^
3639
40+ - Drop support for Python 3.7 (`#974 `_) and 3.8; add support for Python 3.13
41+ and 3.14 (jelmer)
3742- Rework the Docker image tagging scheme: ``isso:latest `` is now rebuilt on
3843 every push to ``master ``, while ``isso:release `` points to the latest stable
3944 release (`#970 `_, janw). Previously, ``:latest `` pointed to the latest stable
4045 (tagged) version
4146- Disavow IE10 compatibility: (Not-so) recent changes mean that Isso is no
42- longer compatible (`#1022 `, ix5)
47+ longer compatible (`#1022 `_ , ix5)
4348- The Markdown rendering engine Misaka has been deprecated. Please start using
4449 Mistune, see :doc: `Migration from Misaka to Mistune <guides/mistune >` for
4550 differences to Misaka.
51+ - Migrate from ``pkg_resources `` to ``importlib.metadata `` and
52+ ``importlib.resources `` (jelmer)
4653
4754.. _#970 : https://github.com/isso-comments/isso/pull/970
55+ .. _#974 : https://github.com/isso-comments/isso/pull/974
4856.. _#1022 : https://github.com/isso-comments/isso/pull/1022
4957
58+ Security Fixes
59+ ^^^^^^^^^^^^^^
60+
61+ - Fix stored XSS in website and author fields (jelmer)
62+
5063Bugfixes & Improvements
5164^^^^^^^^^^^^^^^^^^^^^^^
5265
@@ -65,6 +78,8 @@ Bugfixes & Improvements
6578- Disable Postbox submit button on click, enable after response (`#993 `_, pkvach)
6679- Document title parameter and improve error handling for /new API (`#1058 `_, pkvach)
6780- Set reply sorting to always be oldest (`#1035 `_, ggtylerr)
81+ - Apply the same validations when editing comments as when creating them
82+ (`#1038 `_, Lucas Cimon)
6883- Fix ``Offset.localTime() `` failing if ``Offset.update() `` hasn't been called yet.
6984- Fix 'Log Out' button behavior in admin interface.
7085
@@ -82,6 +97,7 @@ Bugfixes & Improvements
8297.. _#1015 : https://github.com/isso-comments/isso/pull/1015
8398.. _#993 : https://github.com/isso-comments/isso/pull/993
8499.. _#1035 : https://github.com/isso-comments/isso/pull/1035
100+ .. _#1038 : https://github.com/isso-comments/isso/pull/1038
85101.. _#1058 : https://github.com/isso-comments/isso/pull/1058
86102
871030.13.1.dev0 (2023-02-05)
0 commit comments