mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
45 KiB
45 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.11 (2022-03-30)
2.1.10 (2022-03-30)
Bug Fixes
2.1.9 (2022-03-28)
2.1.8 (2022-03-27)
2.1.7 (2022-02-15)
Bug Fixes
2.1.6 (2022-02-08)
2.1.5 (2022-02-04)
2.1.4 (2022-01-12)
Bug Fixes
2.1.3 (2022-01-11)
2.1.2 (2022-01-11)
2.1.1 (2022-01-10)
2.0.15 (2022-01-10)
2.0.14 (2021-12-06)
Bug Fixes
2.0.13 (2021-11-19)
Bug Fixes
- docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities (#1539) (30abf4f)
- Put cspell autocompletion behind a configuration setting. (#1545) (c5b0b7f)
- use short path name in statusbar message. (#1485) (6edabe7)
2.0.12 (2021-10-29)
Bug Fixes
2.0.11 (2021-10-28)
Bug Fixes
- Fix issue with links in info page. (#1478) (d4de03e)
- Fix issue with validation not running after config change (#1480) (ec1638f), closes #1421
- fix wording of excluded message (#1432) (1c3a6f7)
2.0.10 (2021-10-09)
Bug Fixes
2.0.9 (2021-10-06)
Bug Fixes
2.0.8 (2021-09-29)
Bug Fixes
2.0.8-alpha.0 (2021-09-29)
Bug Fixes
2.0.7 (2021-09-23)
2.0.7-alpha.1 (2021-09-23)
Bug Fixes
2.0.7-alpha.0 (2021-09-20)
2.0.6 (2021-09-20)
Bug Fixes
- Always add a new line at the end of (#1316) (62b7894)
- check all files by default (#1314) (30853a6), closes #1283 #1308
- Fix add / remove locale from configuration (#1325) (b5699ef)
- Fix Enable / Disable Locale matching logic. (#1318) (b745e39)
- Fix Toggle Enable Spell Checker (#1329) (0812d6a), closes #1289
2.0.5 (2021-09-12)
Bug Fixes
2.0.4 (2021-09-03)
Bug Fixes
2.0.4-alpha.0 (2021-09-02)
Bug Fixes
- Have the completion provider auto fill ignore, words, and dictionaries (#1255) (98f17f2)
- make
cSpell.blockCheckingWhen*settingslanguage-overridable(#1258) (08e8359)
2.0.3 (2021-09-02)
Bug Fixes
2.0.2 (2021-09-01)
Bug Fixes
2.0.1 (2021-09-01)
Bug Fixes
2.0.1-alpha.21 (2021-08-31)
2.0.1-alpha.20 (2021-08-30)
Bug Fixes
- Make suggestions menu consistent (#1227) (7b53242)
- Make sure it is possible to spell check all files in a workspace (#1219) (80745fa)
2.0.1-alpha.19 (2021-08-28)
Bug Fixes
- Block checking of minified documents to prevent high-cpu usage. (#1217) (204e3a2)
- fix Experimental RegEx (#1208) (8c3b0f5)
2.0.1-alpha.18 (2021-08-27)
Bug Fixes
2.0.1-alpha.17 (2021-08-25)
2.0.1-alpha.16 (2021-08-22)
Bug Fixes
2.0.1-alpha.15 (2021-08-14)
Bug Fixes
2.0.1-alpha.14 (2021-08-12)
Features
- Add ability to check only workspace files. (#1146) (85a4586)
- Support
filesin the VS Code config (#1138) (966248a)
2.0.1-alpha.13 (2021-08-07)
Bug Fixes
- be able to select config file to create. (#1122) (6ffe7d0)
- Improve experience to add words to dictionary (#1132) (e9895da)
- Improve user experience when creating CSpell config or a custom dictionary. (#1131) (fb86d94)
2.0.1-alpha.12 (2021-08-03)
Bug Fixes
2.0.1-alpha.11 (2021-08-03)
Features
Bug Fixes
2.0.1-alpha.10 (2021-07-22)
Bug Fixes
2.0.1-alpha.9 (2021-07-20)
Bug Fixes
2.0.1-alpha.8 (2021-07-19)
Features
2.0.1-alpha.7 (2021-07-17)
Bug Fixes
2.0.1-alpha.6 (2021-07-15)
Features
- add option to create cspell config (#1003) (f0378d2)
- add update support for
package.jsonandcspell.config.yaml(#1012) (f638f7a)
Bug Fixes
- improved updating of configuration (#1014) (f7750e3)
- Issue with language Extensions and Improve Error Handling of Promises (#998) (2080b9d)
- make sure changes to
package.jsontrigger a config reload (#1023) (e7de974) - preserve existing format of config files (#1020) (b5db1e1)
- Support case sensitive file types (#1047) (933fb99), closes #1043
2.0.1-alpha.5 (2021-06-27)
2.0.1-alpha.4 (2021-06-16)
Bug Fixes
- Clean up the status bar (#950) (2ae4915), closes #949
- Upgrade to cspell 5.6.3 to improve accent support (#942) (e4c2479)
2.0.1-alpha.3 (2021-06-10)
Bug Fixes
2.0.1-alpha.2 (2021-06-09)
Bug Fixes
- #541 - Only split the selection on word boundaries (#933) (6c7e92d)
- Update cspell to fix accent word break issues (#936) (2d6ee37)
2.0.1-alpha.1 (2021-06-07)
Bug Fixes
- make sure the cspell schema is packaged in the extension (739d383)
2.0.1-alpha.0 (2021-06-07)
Bug Fixes
- Support Yarn 2 (#921) (58ba900)
- Turn off
virtualWorkspacesanduntrustedWorkspaces(#907) (30dfdc5) - Verify Yarn2 projects work (#925) (275f07e)
2.0.0 (2021-05-29)
2.0.0-alpha.4 (2021-05-24)
Bug Fixes
- do NOT split words when adding to dictionaries. (2676af0)
- Do not try to update unsupported config file formats (#893) (6ed7393)
- Ensure the right config for all docs (#866) (032afe3)
- remove HexDigit from predefined patterns (#889) (859b953)
2.0.0-alpha.3 (2021-05-13)
Bug Fixes
2.0.0-alpha.2 (2021-04-06)
Bug Fixes
2.0.0-alpha.1 (2021-03-15)
Note: Version bump only for package vscode-spell-checker
1.11.0-alpha.3 (2021-03-06)
Features
1.11.0-alpha.2 (2021-01-28)
Bug Fixes
1.11.0-alpha.1 (2021-01-25)
Bug Fixes
1.11.0-alpha.0 (2021-01-06)
Features
1.10.2 (2020-11-27)
Note: Version bump only for package vscode-spell-checker
1.10.1 (2020-11-19)
Note: Version bump only for package vscode-spell-checker
1.10.0 (2020-11-16)
Bug Fixes
Features
1.9.4 (2020-11-14)
Bug Fixes
1.9.3 (2020-11-09)
Note: Version bump only for package vscode-spell-checker
1.9.3-alpha.3 (2020-11-09)
Note: Version bump only for package vscode-spell-checker
1.9.3-alpha.2 (2020-11-01)
Bug Fixes
1.9.3-alpha.0 (2020-09-29)
Bug Fixes
1.9.2 (2020-09-27)
Note: Version bump only for package vscode-spell-checker
1.9.2-alpha.0 (2020-09-27)
Bug Fixes
1.9.1 (2020-09-23)
Bug Fixes
1.9.1-alpha.2 (2020-09-20)
Bug Fixes
1.9.1-alpha.1 (2020-09-17)
Bug Fixes
1.9.1-alpha.0 (2020-08-29)
Note: Version bump only for package vscode-spell-checker
1.9.0 (2020-05-20)
Bug Fixes
1.9.0-alpha.5 (2020-05-17)
Bug Fixes
- Adjust the workspace resolver paths (#494) (fee200c)
- Update cspell-lib and other packages (#492) (426b0da)
1.9.0-alpha.4 (2020-05-14)
Note: Version bump only for package vscode-spell-checker
1.9.0-alpha.3 (2020-05-14)
Bug Fixes
- fix indent in workflow (11aff4f)
1.9.0-alpha.2 (2020-05-14)
Bug Fixes
1.9.0-alpha.1 (2020-05-11)
Bug Fixes
1.9.0-alpha.0 (2020-05-09)
Bug Fixes
Features
(2020-05-02)
1.8.0 (2020-02-23)
1.8.0-alpha.2 (2020-02-23)
Bug Fixes
1.8.0-alpha.1 (2020-02-22)
Bug Fixes
- copy: change the language of the tool tip (09949e4)
Features
1.8.0-alpha.0 (2020-02-21)
Bug Fixes
Features
- Support
${workspaceFolder}substitution (6d1dfbc)
1.7.24 (2020-02-19)
Bug Fixes
1.7.24-alpha.1 (2020-02-18)
1.7.24-alpha.0 (2020-02-18)
Bug Fixes
- Try to detect some common bad regex patterns and fix them. (822da97)
1.7.23 (2020-02-15)
1.7.23-alpha.2 (2020-02-15)
Bug Fixes
- clean up CodeAction logging to reduce noise (136a0e2)
1.7.23-alpha.1 (2020-02-09)
Bug Fixes
- fix lint issues in _server, client, and _settingsViewer (bc4fb44)