Skip to content

Releases: bobbylight/SpellChecker

3.3.1

18 Dec 17:49
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

3.0.4

18 Jan 17:02
Compare
Choose a tag to compare

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

  • RSyntaxTextArea dependency is now fetched from Maven Central to make local builds easier

3.0.3

29 Dec 05:25
Compare
Choose a tag to compare

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

  • Adding more programming words to the standard dictionary. Properly treat '.' as a word separator character
  • Convert the library into a multi-module Gradle project, so demo source isn't shipped with the library.