Skip to content

Commit

Permalink
Merge pull request #87 from krassowski/v0.7.0
Browse files Browse the repository at this point in the history
Release v0.7.0
  • Loading branch information
krassowski authored Jul 31, 2021
2 parents aa63a73 + 39fadeb commit 9ced5de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 0.7.0 (2021-07-31)
- 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)

### 0.6.0 (2021-06-01)
- change the dictionary loading mechanism from internal static into a server extension (#69)
- dictionaries will now be discovered in operating system specific paths if available
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ijmbarr/jupyterlab_spellchecker",
"version": "0.6.0",
"version": "0.7.0",
"description": "A spell checker for JupyterLab.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 9ced5de

Please sign in to comment.