Skip to content

Releases: jupyterlab-contrib/spellchecker

v0.8.4

28 Jul 20:17
2936119
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

v0.8.3

05 Jul 18:58
a705651
Compare
Choose a tag to compare

What's Changed

  • Fix dictionaries location, improve UI, support comments in C-like languages by @krassowski in #133
    • fix old status persisting in status bar when switching editors (but not typing anything yet)
    • fix dictionaries not being copied over on install
    • spellcheck in block comments and line comments in languages with C-like syntax
    • show language in the dialog for enabling spellcheck in current document
  • Bump loader-utils from 2.0.0 to 2.0.4 by @dependabot in #129

If upgrading from 0.7.x please see https://github.com/jupyterlab-contrib/spellchecker/releases/tag/v0.8.0

Full Changelog: v0.8.2...v0.8.3

v0.8.2

04 Jul 23:56
53e5834
Compare
Choose a tag to compare

Please see https://github.com/jupyterlab-contrib/spellchecker/releases/tag/v0.8.0

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

04 Jul 23:32
abd4d7a
Compare
Choose a tag to compare

Please see https://github.com/jupyterlab-contrib/spellchecker/releases/tag/v0.8.0

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

04 Jul 23:12
1bac610
Compare
Choose a tag to compare

What's Changed

  • JupyterLab 4.0/CodeMirror6 support by @krassowski in #128
    • this is a substantial rewrite of editor integration, if something broke please let us know!
    • this rewrite enables selectively checking spelling in comments (on by default) and strings (off by default)

Note: installing 0.8.3 or newer is advised.

Screenshot from 2023-07-04 23-56-13

Full Changelog: v0.7.3...v0.8.0

v0.7.3

08 Feb 19:00
b41c9d5
Compare
Choose a tag to compare

What's Changed

Dependabot:

Full Changelog: v0.7.2...v0.7.3

v0.7.2

08 Oct 10:06
1ece893
Compare
Choose a tag to compare
  • fallback to base_name if babel crashes (#95)
  • bump ansi-regex from 5.0.0 to 5.0.1 (#97)

v0.7.1

01 Sep 16:56
7a569db
Compare
Choose a tag to compare
  • bump tar from 6.1.5 to 6.1.11 (#92)
  • bump url-parse from 1.5.1 to 1.5.3 (#91)
  • bump path-parse from 1.0.6 to 1.0.7 (#90)
  • add new trove classifiers (#89)
  • bump tar from 6.1.0 to 6.1.5 (#88)

v0.7.0

31 Jul 22:02
9ced5de
Compare
Choose a tag to compare
  • added possibility of using remote "online" dictionaries by specifying URLs for .aff and .dic files (#85)
  • added support for translations of the text shown in the interface (#84)
  • fixed the behaviour of the dictionary selector when an invalid dictionary is initially set in the settings (#83)
  • bumped normalize-uri to 4.5.1 (#82)
  • enable strict null checks, switch to modern compilation targets; add more Jupyter projects to spellcheck ignore (#86)

v0.6.0

01 Jun 13:05
6603fdc
Compare
Choose a tag to compare
  • change the dictionary loading mechanism from internal static into a server extension (#69, #70, #74)
    • dictionaries will now be discovered in operating system specific paths if available
    • choice is now possible from one of multiple dictionaries using the same locale
  • add the possibility to add custom dictionary (#66, #70, #74)

Users who previously installed the extension via Extension Manager or jlpm labextension install will need to install this version using pip or conda instead for the dictionaries to work.