Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Releases: AFPy/pospell

v1.1

26 Nov 09:43
204417d
Compare
Choose a tag to compare
  • pospell can now run in parallel, and does it by default. Contributed by @rtobar in #32
  • --glob can now be used alone. Contributed by @rtobar in #31

v1.0.13: Bump requirements.

28 Oct 05:30
8b0d6d8
Compare
Choose a tag to compare

Fixed docutils compatibility issue.

v1.0.12

09 Apr 22:14
Compare
Choose a tag to compare

Support for docutils 0.17 thanks to mondeja and xi.

v1.0.11

13 Oct 23:05
Compare
Choose a tag to compare

Fixed

  • Better handling of FileNotFound, PermissionDenied, or IsADirectory errors.

v1.0.10

13 Oct 23:05
Compare
Choose a tag to compare

Fixed

  • Use ^ escape char on each line while invoking hunspell, avoiding
    it to think some line are comments.

v1.0.9

13 Oct 23:06
Compare
Choose a tag to compare

Changed

  • pospell now uses hunspell -a (was using hunspell -l), so
    hunspell can tell on which line an error is, instead of having
    pospell (wrongly) guess it.

v1.0.8

13 Oct 23:06
Compare
Choose a tag to compare

Fixed

  • Missing Sphinx option in hardcoded settings from 1.0.7.

v1.0.7

13 Oct 23:07
Compare
Choose a tag to compare
  • 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

13 Oct 23:07
Compare
Choose a tag to compare

Fixed

  • Hunspell compounding mishandling caused some errors to be hidden by pospell.

v1.0.5

01 Jul 15:51
Compare
Choose a tag to compare

Some spellings were not reported due to Hunspell not reporting them in auto mode.