Releases: bobbylight/SpellChecker
3.3.1
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
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
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
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
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
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
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 committedenglish_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
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
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
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.