From 39fadeb79495c4570d65451fe365827a16690eb9 Mon Sep 17 00:00:00 2001 From: krassowski Date: Fri, 30 Jul 2021 23:05:05 +0100 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efa7adb..9583e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 69def7a..da5f876 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ijmbarr/jupyterlab_spellchecker", - "version": "0.6.0", + "version": "0.7.0", "description": "A spell checker for JupyterLab.", "keywords": [ "jupyter",