This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
Releases: AFPy/pospell
Releases · AFPy/pospell
v1.1
v1.0.13: Bump requirements.
Fixed docutils compatibility issue.
v1.0.12
Support for docutils 0.17 thanks to mondeja and xi.
v1.0.11
Fixed
- Better handling of FileNotFound, PermissionDenied, or IsADirectory errors.
v1.0.10
Fixed
- Use
^
escape char on each line while invoking hunspell, avoiding
it to think some line are comments.
v1.0.9
Changed
- pospell now uses
hunspell -a
(was usinghunspell -l
), so
hunspell can tell on which line an error is, instead of having
pospell (wrongly) guess it.
v1.0.8
Fixed
- Missing Sphinx option in hardcoded settings from 1.0.7.
v1.0.7
- Hunspell is invoqued a single time.
- Avoid calling docutils.frontend.OptionParser, hardcode settings, saving lots of time.
- pospell is now twice faster on python-docs-fr.
v1.0.6
Fixed
- Hunspell compounding mishandling caused some errors to be hidden by pospell.
v1.0.5
Some spellings were not reported due to Hunspell not reporting them in auto mode.