You don't pay for Framagit, because it is funded by donations to Framasoft. Our not-for-profit needs any support you can afford: support.framasoft.org.
Framagit est gratuit car il est financé par les dons à Framasoft. Notre association a besoin de votre soutien sur soutenir.framasoft.org.
Release 8.2.3 - Code cleanup - Bug fixes - pre-commit configuration cleanup
Release 8.2.2 - Bump fpyutils to version 4.0.1: this fixes a regression - Add tests for multiple Python versions - Python >= 3.7 version support
Release 8.2.1 - Clean and improve parts of the code - Improve typing annotations - Update documentation - Minimum supported Python version is now 3.8 Full changelog: https://blog.franco.net.eu.org/software/CHANGELOG-md-toc.html#821--2023-11-07
Release 8.2.0 - Add the new `--diff` option - Add more comparisons in the feature tables (see documentation) - Closed old issue for inactivity
Release 8.1.9 - Improve readme and documentation - Continue to fix issue #25 - Move some cmark constants to appropriate files
Release 8.1.8 - Improvements for issue #38 - Improve TOC list detection - Remove use of pkg_resources - Use of freezed requirements generated dynamically - Improve documentation - Improve Arch Linux packaging
Release 8.1.7 - Use of setup.cfg and pyproject.toml - Add feature table: see issue #36 - Continue to fix emph detection in headings: see issue #25 - Use of list comprehensions - Move some pre-commit options to setup.cfg
Release 8.1.6 - Fix duplicate link label bug. See changelog - Change documentation theme
Release 8.1.5 - Add benchmarks - Fix some docstrings (see issue #39) - Fix variable typing - Improve ignoring emphasis in pointy braces (see issue #25)
- Improved readme according to issue #36. - Improved TOC marker detection and TOC substitution in place.
- Added bracket support detection in emphasis for cmark. - Speed and memory improvements.
- Improved cmark compatibility. See issue #25. - Fixed documentation.
- Fixed issue #30: full support to cmark 0.30 (excluding previously existing bugs to fix in md-toc).
- Fixed issue #33 concerning newlines. - Other minor fixes.
More fixes for the emphasis removal. Fixed parsers CLI. Improved documentation and tests.
Added HTML tags and emphasis filtering for certain parsers. Improved documentation.
Fixed issue #18. Using exceptions instead of assertions to control function inputs. Cleanup.