Skip to content

Releases: facelessuser/pyspelling

2.12.1

26 Nov 21:46
a6f91a9

Choose a tag to compare

2.12.1

  • NEW: Don't disallow the size option in Aspell.

2.12

27 Oct 19:00

Choose a tag to compare

2.12

  • NEW: When jobs is set to 0, use maximum available cores.

2.11

27 Aug 15:37

Choose a tag to compare

2.11

  • NEW: Add new command line option --skip-dict-compile which will skip the dictionary compiling step if the
    dictionary already exists. Changes to a custom dictionary will be ignored.
  • NEW: Drop support for Python 3.8.
  • NEW: Add official support for Python 3.13.
  • NEW: Add official support for Python 3.14.
  • NEW: Python filter is now aware of Python 3.14+ t-strings.

2.10

13 Jan 06:07

Choose a tag to compare

2.10

  • NEW: Allow specifying parallel processes to speed up spell checking. Number of jobs can be specified either
    by command line or via the config. Command line overrides the config.

2.9

02 Sep 14:35

Choose a tag to compare

2.9

2.9

  • NEW: Officially support Python 3.11 and 3.12.
  • NEW: Drop support for Python 3.7.

2.8.2

17 Feb 14:24

Choose a tag to compare

2.8.2

  • FIX: Ensure that Aspell actually uses the encoding passed to it for dictionaries.
  • FIX: Use a disallow list for problematic or unsupported arguments to the underlying spell checker instead of using
    a more restrictive allow list.
  • FIX: Fix logic bug in JavaScript filter.

2.8.1

19 Jul 01:43

Choose a tag to compare

2.8.1

  • FIX: Fix missing command line application after migration to new build system.

2.8

19 Jul 00:31
d6e4742

Choose a tag to compare

2.8

2.8

  • NEW: Officially drop support for Python 3.6 and add support for Python 3.10.
  • NEW: Switch build system to Hatchling.
  • FIX: Fix typo in Aspell accepted parameters.

2.7.3

07 Aug 04:27

Choose a tag to compare

2.7.3

  • FIX: Fix context reporting in the XML, HTML, and other filters derived from XML the filter.

2.7.2

31 Jan 19:16

Choose a tag to compare

2.7.2

  • FIX: Add note in --help option about --source behavior.
  • FIX: Better documentation on language options and Unicode normalization in international languages.