Skip to content

Releases: bobbylight/SpellChecker

3.4.1

05 Jan 02:15

Choose a tag to compare

Precompiled jars are available in Maven Central (com.fifesoft:spellchecker:3.4.1). This release brings the following changes:

What's Changed

Full Changelog: 3.4.0...3.4.1

3.4.0

17 Mar 09:49

Choose a tag to compare

Precompiled jars are available in Maven Central (com.fifesoft:spellchecker:3.4.0). This release brings the following changes:

  • Major code modernization
  • Fix #18: Adding some valid words identified as typos.

See also the tickets addressed in this release.

3.3.1

18 Dec 17:49

Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:spellchecker:3.3.1). This release brings the following changes:

  • Fix #15: Adding some valid words identified as typos.

See also the tickets addressed in this release.

3.3.0

02 Oct 21:42

Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:spellchecker:3.3.0). This release brings the following changes:

  • Fix #14: Adding some valid words identified as typos.
  • RSyntaxTextArea dependency to 3.3.0

See also the tickets addressed in this release.

3.2.0

13 Mar 05:19

Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:spellchecker:3.2.0). This release brings the following changes:

  • Fix #13: Spellcheck doesn't occur in markup comments, and also incorrectly spell-checks markup in e.g. Javadoc comments
  • RSyntaxTextArea dependency to 3.2.0
  • Updates CI to build with multiple Java versions (8, 11, 14, and 17) to help catch issues with newer Java versions earlier

See also the tickets addressed in this release.

3.1.4

22 Jan 16:28

Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:spellchecker:3.1.4). This release bumps the RSyntaxTextArea dependency to 3.1.6.

3.1.3

09 Dec 03:31

Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:spellchecker:3.1.3). This release bumps the RSyntaxTextArea dependency to 3.1.4.

3.1.2

14 Jun 22:02

Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:spellchecker:3.1.2). This release bumps the RSyntaxTextArea dependency to 3.1.3.

3.1.1

27 Dec 18:43

Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:spellchecker:3.1.1). This release brings the following changes:

  • Source now includes dictionary files in .dic file format, rather than a committed english_dic.zip. This makes it easier to add new words to the dictionary and allows for diff'ing differences between releases.
  • Added a programming dictionary/word file and an API to include it, which is super useful when editing source code
  • Remove unused "distributions" stuff from build.gradle
  • RSyntaxTextArea dependency bumped to 3.1.2

3.1.0

15 Mar 22:36

Choose a tag to compare

Precompiled jars are available on SourceForge and Maven (com.fifesoft:spellchecker:3.1.0). This release brings the following changes:

  • RSyntaxTextArea dependency bumped to 3.1.0