Skip to content

Releases: bobbylight/SpellChecker

3.4.1

Choose a tag to compare

@bobbylight bobbylight released this 05 Jan 02:15

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

Choose a tag to compare

@bobbylight bobbylight released this 17 Mar 09:49

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

Choose a tag to compare

@bobbylight bobbylight released this 18 Dec 17:49

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

Choose a tag to compare

@bobbylight bobbylight released this 02 Oct 21:42

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

Choose a tag to compare

@bobbylight bobbylight released this 13 Mar 05:19

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

Choose a tag to compare

@bobbylight bobbylight released this 22 Jan 16:28

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

Choose a tag to compare

@bobbylight bobbylight released this 09 Dec 03:31

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

Choose a tag to compare

@bobbylight bobbylight released this 14 Jun 22:02

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

Choose a tag to compare

@bobbylight bobbylight released this 27 Dec 18:43

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

Choose a tag to compare

@bobbylight bobbylight released this 15 Mar 22:36

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