All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.29 (2024-12-29)
- Update CSpell Dictionaries (afe3a20)
4.0.28 (2024-12-24)
4.0.27 (2024-12-22)
- Make sure commit message issues work (#3956) (9e76cde)
- Send back diags using language server (#3960) (d0a32db)
4.0.26 (2024-12-18)
4.0.25 (2024-12-17)
4.0.24 (2024-12-15)
- Fix issues with UNC (#3925) (a673230)
- Make sure VS Code files are not spell checked (#3916) (f2efd7b)
- Update CSpell (main) (#3921) (fb4fb36)
- Update CSpell (main) (#3923) (4c1649a)
4.0.23 (2024-12-05)
- release 4.0.23 (a7ec20a)
4.0.22 (2024-12-04)
- bump @cspell/dict-cspell-bundle from 1.0.10 to 1.0.11 (#3843) (a25b88a)
- Clean up non-visible diagnostics (#3867) (f056daf)
- Improve error messages when a file is blocked. (#3860) (e303d1e)
- Remove debug noise. (#3878) (330f940)
- Set Prerelease Mode to
true
(#3881) (2e895fd) - Update CSpell (main) (#3864) (7f8a038)
4.0.21 (2024-11-20)
4.0.20 (2024-11-19)
- Change the description of
diagnosticLevel
(#3808) (77e3c10) - Fix Info Pane (#3815) (551c779)
- Turn off custom rendering by default. (#3817) (7f7906b)
4.0.19 (2024-11-19)
- Adjust ruler color and underline color (#3806) (212526a)
- Adjust the default color of custom decorations (5a4ae24)
- Do not use custom decorations by default (5a4ae24)
- Remove dot from title (#3803) (c72f34d)
- Set enabledFileTypes default to be easier to extend (#3807) (c740c4e)
4.0.18 (2024-11-18)
4.0.17 (2024-11-18)
- adjust broken links in blocked file hints (#3781) (e22078e)
- Remove
preview
field frompackage.json
(#3795) (fcc96ea)
4.0.16 (2024-11-09)
4.0.15 (2024-11-05)
- add al to default enabledLanguageIds (#3729) (97d3494)
- Update CSpell (main) (#3750) (0105fdd)
- Update CSpell (main) (#3754) (4f70ca3)
4.0.14 (2024-10-18)
- Improve the docs (#3620) (4c4f79c)
- Update CSpell (main) (#3696) (890ce89)
- Update CSpell (main) (#3704) (caf2f33)
- Update CSpell (main) (#3712) (b14e3c1)
4.0.13 (2024-09-04)
4.0.12 (2024-08-26)
4.0.11 (2024-08-20)
4.0.10 (2024-08-19)
4.0.9 (2024-08-18)
- Do not glob match against
untitled:Untitled*
(#3543) (23575b2) - Update CSpell (main) (#3536) (8c78ea8)
4.0.8 (2024-08-13)
4.0.7 (2024-08-03)
4.0.6 (2024-08-02)
4.0.5 (2024-07-30)
- Improve the REPL Check output (#3478) (b546916)
- remove typo (#3463) (d6212e9)
- REPL - remove
./
from rel path (#3452) (0e03b63) - Update CSpell (main) (#3487) (de554f2)
4.0.4 (2024-07-17)
- glob support for non-file urls (#3447) (714ed0d)
- Hide non-visible issues (#3445) (6f1c13e)
- make sure issues in all tabs are visible (#3448) (435032e)
- use opacity instead of background in trace (#3450) (dd2957c)
4.0.3 (2024-06-03)
4.0.2 (2024-05-31)
- Expose API to check documents from other extensions (#3327) (98003f2)
- First pass at supporting non-strict checking (#3329) (895998b)
- Indicate on the status bar that issues are hidden (#3326) (1d9d2c6)
- move
reportUnknownWords
to Experimental (#3333) (ed20aa9)
4.0.1 (2024-05-28)
- Change scope of decoration settings (#3319) (c3bfe3b)
- Stop gap until GlobMatcher supports URLs (#3324) (9ef3093)
- release 4.0.1 (432d5ed)
4.0.0 (2024-05-24)
- release 4.0.0 (1fd9564)
4.0.0-alpha.14 (2024-05-23)
4.0.0-alpha.13 (2024-05-23)
4.0.0-alpha.12 (2024-05-22)
4.0.0-alpha.11 (2024-05-21)
4.0.0-alpha.10 (2024-05-16)
- Be able to enable/disable file type from info view (#3266) (5a5a435)
- Only show spelling issues, not directives (#3263) (9c3334b)
4.0.0-alpha.9 (2024-05-14)
- Add a restart server command. (#3253) (9c1a345)
- Be able to fix spelling issues from the CSpell Panel (#3260) (2ab2a41)
- Reduce traffic volume between client/server (#3256) (9d46a5b)
4.0.0-alpha.8 (2024-05-10)
4.0.0-alpha.7 (2024-05-07)
4.0.0-alpha.6 (2024-05-07)
4.0.0-alpha.5 (2024-04-13)
4.0.0-alpha.4 (2024-04-08)
- Enable support for Live Share by adding
vsls
to the list of supported schemes. (76e1583)
- Enable creating config files on remote servers (#3102) (715ad29)
- Fix word break issue with large documents (#3156) (6ca6d11)
4.0.0-alpha.3 (2024-03-06)
4.0.0-alpha.2 (2024-03-04)
4.0.0-alpha.1 (2024-02-22)
- Update the client/server api (#2859)
- Add command to autofix spelling issues. (#2906) (356fae5)
- Add insert directive commands (#2968) (0c3fe26)
- Add light/dark theme support (#2890) (dc806da)
- Control which settings are passed to cspell (#2868) (68bca74)
- Improve Spelling Issues Viewer (#3005) (1b9a59d)
- Make it easier to decorate issues (#2920) (79f9a8b)
- support custom decorators (#2887) (d179d2e)
- Support inline cspell directives (#2966) (d1b3ac3)
- Support loading local cspell dictionaries (#2955) (d0ed69d)
- Support Virtual Workspaces (#2971) (99c37d1)
- Support Word Tracing (#2987) (001645b)
- Update the client/server api (#2859) (6430b3b)
- Upgrade to CSpell 8 (#2925) (f984dde)
- Upgrade vscode-language-server (#2840) (b0af8f9)
- Add link to suggestions (#2888) (eff9c8c)
- Add suggestions to hover (#2896) (cf88324)
- correct regression with spell checking commit messages (#2872) (6c82393)
- Enable workspace trust (#2993) (15fe163)
- Improve decorations and suggestions (#2900) (1bc7bd0)
- Improve the handling of spelling corrections (#2916) (be8610d)
- lint issues and improve error handling (#2825) (dfa5889)
- Make sure the capabilities are correctly set (#2990) (c2199a9)
- Reduce handshaking between extension and spell checker server (#2863) (73b7c03)
- reduce reloading when opening a cspell config (#2986) (a8a1e18)
- Support Quick Fixes with custom decorators (#2897) (4e93033)
- Typo in README.md (#3037) (96ed582)
- Update list of supported language Ids (#2796) (e169d64)
- Use alpha as the prerelease type (03100de)
3.0.1 (2023-09-11)
3.0.0 (2023-09-07)
- Upgrade to CSpell 7 (#2745)
2.20.5 (2023-06-08)
- Add support for the other of GistPad's two URI schemes
repo://
(e1e6c11)
- deps: bump commonmarker from 0.23.8 to 0.23.9 in /docs (#2623) (fafd542)
- deps: bump nokogiri from 1.14.2 to 1.14.3 in /docs (#2624) (96732fb)
- drop dependency upon cosmiconfig (#2664) (9564f19)
- Update ALL Dependencies (main) -- Workflow Bot (#2621) (317c12f)
- Update ALL Dependencies (main) -- Workflow Bot (#2640) (376cf0a)
- Update ALL Dependencies (main) -- Workflow Bot (#2640) (23159dd)
- Update ALL Dependencies (main) -- Workflow Bot (#2663) (d0c9b4a)
- Update ALL Dependencies (main) -- Workflow Bot (#2665) (2715e5d)
2.20.4 (2023-04-03)
- Update ALL Dependencies (main) -- Workflow Bot (#2612) (11849fc)
- Update ALL Dependencies (main) -- Workflow Bot (#2614) (b999e44)
- Update ALL Dependencies (main) -- Workflow Bot (#2617) (bdb932a)
2.20.3 (2023-03-18)
2.20.2 (2023-03-18)
2.20.1 (2023-03-16)
2.20.0 (2023-03-14)
- Update ALL Dependencies (main) -- Workflow Bot (#2572) (0e5c5f1)
- Update ALL Dependencies (main) -- Workflow Bot (#2587) (2ca91ab)
- Do not show context menu if
editorReadonly
(#2590) (86aeafd) - Update sponsor link (#2577) (bd033bb)
- Use Workspace edits for making fixes. (#2589) (23a0df9)
2.19.0 (2023-03-05)
- deps-dev: bump minimatch from 6.2.0 to 7.2.0 (#2548) (1a43b75)
- fix update dependencies (cfafd2e)
- Update lint rules and fix (#2551) (465e3f8)
- Update ALL Dependencies (main) -- Workflow Bot (#2553) (00b937d)
- Update ALL Dependencies (main) -- Workflow Bot (#2554) (03b5702)
- Update ALL Dependencies (main) -- Workflow Bot (#2555) (5f12670)
- Update ALL Dependencies (main) -- Workflow Bot (#2562) (9e3109d)
- Update ALL Dependencies (main) -- Workflow Bot (#2568) (2f99c1e)
2.18.0 (2023-02-27)
- Update ALL Dependencies (main) -- Workflow Bot (#2538) (c6c4a0e)
- Workflow Bot -- Update ALL Dependencies (main) (#2529) (9d530ec)
- Workflow Bot -- Update ALL Dependencies (main) (#2536) (a4de3db)
2.17.1 (2023-02-20)
- Use upload-release-asserts v2.0.2 (b449738)
2.17.0 (2023-02-20)
- deps-dev: bump @types/vscode from 1.74.0 to 1.74.1 (#2497) (b56e649)
- deps-dev: bump cspell-lib from 6.21.0 to 6.22.0 (#2501) (8d940cf)
- deps-dev: bump github-pages from 227 to 228 in /docs (#2494) (4944199)
- deps: bump cspell from 6.26.1 to 6.26.3 (#2525) (02575e9)
- Workflow Bot -- Update ALL Dependencies (main) (#2499) (c22b9d8)
- Workflow Bot -- Update ALL Dependencies (main) (#2504) (76817b1)
- Workflow Bot -- Update ALL Dependencies (main) (#2510) (fd0425b)
- Workflow Bot -- Update ALL Dependencies (main) (#2511) (36bf10e)
- Workflow Bot -- Update ALL Dependencies (main) (#2524) (f56ede0)
- Do not show duplicate actions. (#2528) (9a29344)
- groundwork towards adding a new viewer (#2509) (f8691ae)
2.16.0 (2023-02-01)
- deps: bump activesupport from 6.0.6 to 6.0.6.1 in /docs (#2485) (4ea9efa)
- deps: bump commonmarker from 0.23.6 to 0.23.7 in /docs (#2470) (6b62852)
- deps: bump tibdex/github-app-token from 1.7 to 1.8 (#2473) (735eea6)
- deps: bump webrick from 1.7.0 to 1.8.0 in /docs (#2474) (4590884)
- deps: bump webrick from 1.8.0 to 1.8.1 in /docs (#2479) (b701a93)
- Workflow Bot -- Update ALL Dependencies (main) (#2476) (09517c0)
- Workflow Bot -- Update ALL Dependencies (main) (#2481) (18781f8)
- Workflow Bot -- Update ALL Dependencies (main) (#2489) (73f3d66)
- Workflow Bot -- Update ALL Dependencies (main) (#2490) (5908b79)
2.15.0 (2023-01-24)
- deps-dev: bump @types/fs-extra from 9.0.13 to 11.0.0 (#2439) (a64771e)
- deps-dev: bump jest-mock-vscode from 1.2.1 to 1.3.0 (#2440) (7460ef2)
- deps-dev: bump minimatch from 5.1.4 to 6.1.6 (#2464) (4c99865)
- deps: bump commander from 9.5.0 to 10.0.0 (#2456) (30ee05f)
- remove dependency upon rimraf (#2468) (1cc9583)
- Use skip-duplicate while publishing (fa711f8)
- Workflow Bot -- Update ALL Dependencies (main) (#2441) (38d3a27)
- Workflow Bot -- Update ALL Dependencies (main) (#2443) (14afbb4)
- Workflow Bot -- Update ALL Dependencies (main) (#2444) (24da74c)
- Workflow Bot -- Update ALL Dependencies (main) (#2445) (5f20cbf)
- Workflow Bot -- Update ALL Dependencies (main) (#2453) (c2c4e2b)
- Workflow Bot -- Update ALL Dependencies (main) (#2469) (354eddb)
2.14.0 (2023-01-08)
- Workflow Bot -- Update ALL Dependencies (3c4a722)
- Workflow Bot -- Update ALL Dependencies (f6049b5)
- Workflow Bot -- Update ALL Dependencies (main) (#2433) (f6049b5)
- Workflow Bot -- Update ALL Dependencies (main) (#2436) (3c4a722)
2.13.0 (2023-01-07)
- deps-dev: bump cspell-glob from 6.17.0 to 6.18.0 (#2414) (16e16f2)
- deps-dev: bump typescript from 4.9.3 to 4.9.4 (#2397) (ebde13c)
- deps: bump actions/setup-node from 3.5.1 to 3.6.0 (#2426) (a5a6ff8)
- deps: bump nokogiri from 1.13.9 to 1.13.10 in /docs (#2395) (9f80ff1)
- Workflow Bot -- Update ALL Dependencies (39db6dd)
- Workflow Bot -- Update ALL Dependencies (aa65703)
- Workflow Bot -- Update ALL Dependencies (bb61f2f)
- Workflow Bot -- Update ALL Dependencies (main) (#2399) (bb61f2f)
- Workflow Bot -- Update ALL Dependencies (main) (#2403) (00c9d3e)
- Workflow Bot -- Update ALL Dependencies (main) (#2404) (aa65703)
- Workflow Bot -- Update ALL Dependencies (main) (#2411) (b899890)
- Workflow Bot -- Update ALL Dependencies (main) (#2415) (39db6dd)
- Workflow Bot -- Update ALL Dependencies (main) (#2417) (8762960)
- Workflow Bot -- Update ALL Dependencies (main) (#2424) (0e40853)
- Workflow Bot -- Update ALL Dependencies (main) (#2428) (2ab8f7e)
2.12.0 (2022-12-06)
- Support Auto Fix of preferred suggestions. (#2392) (29a99a0)
- Update
cspell
to 6.17.0 (a3362c4) - Update
cspell
to 6.17.0 (#2387) (a950ec5)
- deps-dev: bump cspell-lib from 6.15.0 to 6.15.1 (#2380) (7a3c84a)
- deps-dev: bump fs-extra from 10.1.0 to 11.0.0 (#2368) (5ff4b19)
- deps-dev: bump fs-extra from 11.0.0 to 11.1.0 (#2373) (a604f58)
- deps: bump dessant/lock-threads from 3.0.0 to 4.0.0 (#2385) (006694b)
- Workflow Bot -- Update ALL Dependencies (9503960)
- Workflow Bot -- Update ALL Dependencies (14d55a5)
- Workflow Bot -- Update ALL Dependencies (a67fecb)
- Workflow Bot -- Update ALL Dependencies (dca3bd1)
- Workflow Bot -- Update ALL Dependencies (53a2db9)
- Workflow Bot -- Update ALL Dependencies (1f910ca)
- Workflow Bot -- Update ALL Dependencies (946a7c7)
- Workflow Bot -- Update ALL Dependencies (be1d248)
- Workflow Bot -- Update ALL Dependencies (main) (#2361) (be1d248)
- Workflow Bot -- Update ALL Dependencies (main) (#2372) (1f910ca)
- Workflow Bot -- Update ALL Dependencies (main) (#2375) (53a2db9)
- Workflow Bot -- Update ALL Dependencies (main) (#2381) (dca3bd1)
- Workflow Bot -- Update ALL Dependencies (main) (#2383) (a67fecb)
- Workflow Bot -- Update ALL Dependencies (main) (#2384) (ab94a22)
- Workflow Bot -- Update ALL Dependencies (main) (#2388) (14d55a5)
- Workflow Bot -- Update ALL Dependencies (main) (#2391) (9503960)
- remove dependency upon
file-loader
andurl-loader
(#2393) (44ab01a) - Update to CSpell 6.15.0 (#2364) (946a7c7)
2.11.1 (2022-11-23)
- #2335 (d4ce7fc)
- Correct error message for Maximum Word Length Exceeded (#2336) (d4ce7fc), closes #2335
- deps-dev: bump jest-mock-vscode from 1.2.0 to 1.2.1 (#2358) (2d4228e)
- deps-dev: bump typescript from 4.8.4 to 4.9.3 (#2347) (9c1d5fb)
- deps-dev: bump webpack from 5.74.0 to 5.75.0 (#2334) (f3a5d23)
- deps-dev: bump webpack-cli from 4.10.0 to 5.0.0 (#2348) (2e95f65)
- deps: bump cosmiconfig from 7.0.1 to 7.1.0 (#2341) (cf6ef8f)
- deps: bump cosmiconfig from 7.1.0 to 8.0.0 (#2357) (f405ad2)
- deps: bump cspell from 6.14.2 to 6.14.3 (#2351) (eaadd20)
- Workflow Bot -- Update ALL Dependencies (2cf1015)
- Workflow Bot -- Update ALL Dependencies (5ec9b04)
- Workflow Bot -- Update ALL Dependencies (7c76c3e)
- Workflow Bot -- Update ALL Dependencies (b3622c5)
- Workflow Bot -- Update ALL Dependencies (12fb4b1)
- Workflow Bot -- Update ALL Dependencies (246b34f)
- Workflow Bot -- Update ALL Dependencies (main) (#2327) (246b34f)
- Workflow Bot -- Update ALL Dependencies (main) (#2332) (9334311)
- Workflow Bot -- Update ALL Dependencies (main) (#2337) (12fb4b1)
- Workflow Bot -- Update ALL Dependencies (main) (#2339) (b3622c5)
- Workflow Bot -- Update ALL Dependencies (main) (#2345) (7c76c3e)
- Workflow Bot -- Update ALL Dependencies (main) (#2349) (a77287a)
- Workflow Bot -- Update ALL Dependencies (main) (#2354) (f43845b)
- Workflow Bot -- Update ALL Dependencies (main) (#2355) (52cbe5f)
- Workflow Bot -- Update ALL Dependencies (main) (#2356) (5ec9b04)
- Workflow Bot -- Update ALL Dependencies (main) (#2359) (2cf1015)
2.11.0 (2022-11-03)
- deps-dev: bump vsce from 2.11.0 to 2.12.0 (#2301) (fccb9c9)
- deps: bump actions/setup-node from 3.5.0 to 3.5.1 (#2290) (05ee5bd)
- deps: bump tibdex/github-app-token from 1.6 to 1.7 (#2294) (dda4064)
- Workflow Bot -- Update ALL Dependencies (920e97e)
- Workflow Bot -- Update ALL Dependencies (ca0bab5)
- Workflow Bot -- Update ALL Dependencies (932d849)
- Workflow Bot -- Update ALL Dependencies (91e3837)
- Workflow Bot -- Update ALL Dependencies (9ce3a12)
- Workflow Bot -- Update ALL Dependencies (a14f8d7)
- Workflow Bot -- Update ALL Dependencies (9d5e4bd)
- Workflow Bot -- Update ALL Dependencies (6197018)
- Workflow Bot -- Update ALL Dependencies (main) (#2280) (6197018)
- Workflow Bot -- Update ALL Dependencies (main) (#2283) (9d5e4bd)
- Workflow Bot -- Update ALL Dependencies (main) (#2286) (a14f8d7)
- Workflow Bot -- Update ALL Dependencies (main) (#2287) (9ce3a12)
- Workflow Bot -- Update ALL Dependencies (main) (#2288) (548b6e3)
- Workflow Bot -- Update ALL Dependencies (main) (#2293) (91e3837)
- Workflow Bot -- Update ALL Dependencies (main) (#2302) (1e7e3c1)
- Workflow Bot -- Update ALL Dependencies (main) (#2303) (932d849)
- Workflow Bot -- Update ALL Dependencies (main) (#2307) (2847716)
- Workflow Bot -- Update ALL Dependencies (main) (#2313) (ca4ae22)
- Workflow Bot -- Update ALL Dependencies (main) (#2314) (f5a474e)
- Workflow Bot -- Update ALL Dependencies (main) (#2321) (ca0bab5)
2.10.1 (2022-10-03)
- Workflow Bot -- Update ALL Dependencies (3325739)
- Workflow Bot -- Update ALL Dependencies (main) (#2266) (6de2de5)
- Workflow Bot -- Update ALL Dependencies (main) (#2272) (3325739)
2.10.0 (2022-09-30)
2.9.0 (2022-09-30)
- deps-dev: bump @types/mocha from 9.1.1 to 10.0.0 (#2258) (35385d8)
- deps-dev: bump ts-json-schema-generator from 1.1.0 to 1.1.1 (#2246) (6bdff1e)
- deps-dev: bump ts-json-schema-generator from 1.1.1 to 1.1.2 (#2257) (252147b)
- deps: bump actions/setup-node from 3.4.1 to 3.5.0 (#2253) (f3584b4)
- deps: bump commonmarker from 0.23.5 to 0.23.6 in /docs (#2245) (120f48e)
- deps: bump vscode-uri from 3.0.4 to 3.0.6 (#2234) (ac08737)
- Update ts-json-schema-generator (#2242) (0bc5113)
- Workflow Bot -- Update ALL Dependencies (14a83a4)
- Workflow Bot -- Update ALL Dependencies (5cf09e4)
- Workflow Bot -- Update ALL Dependencies (01a3ce9)
- Workflow Bot -- Update ALL Dependencies (9806eaf)
- Workflow Bot -- Update ALL Dependencies (75b94d6)
- Workflow Bot -- Update ALL Dependencies (1660627)
- Workflow Bot -- Update ALL Dependencies (99effbf)
- Workflow Bot -- Update ALL Dependencies (ec1703b)
- Workflow Bot -- Update ALL Dependencies (b6974b1)
- Workflow Bot -- Update ALL Dependencies (b20b138)
- Workflow Bot -- Update ALL Dependencies (main) (#2229) (b20b138)
- Workflow Bot -- Update ALL Dependencies (main) (#2238) (b6974b1)
- Workflow Bot -- Update ALL Dependencies (main) (#2239) (ec1703b)
- Workflow Bot -- Update ALL Dependencies (main) (#2243) (5715fc6)
- Workflow Bot -- Update ALL Dependencies (main) (#2247) (a9e237c)
- Workflow Bot -- Update ALL Dependencies (main) (#2248) (de25b2d)
- Workflow Bot -- Update ALL Dependencies (main) (#2249) (75db3a1)
- Workflow Bot -- Update ALL Dependencies (main) (#2251) (99effbf)
- Workflow Bot -- Update ALL Dependencies (main) (#2252) (1660627)
- Workflow Bot -- Update ALL Dependencies (main) (#2255) (75b94d6)
- Workflow Bot -- Update ALL Dependencies (main) (#2256) (9806eaf)
- Workflow Bot -- Update ALL Dependencies (main) (#2259) (01a3ce9)
- Workflow Bot -- Update ALL Dependencies (main) (#2260) (5cf09e4)
- Workflow Bot -- Update ALL Dependencies (main) (#2261) (14a83a4)
2.8.0 (2022-09-15)
- Workflow Bot -- Update ALL Dependencies (5022568)
- Workflow Bot -- Update ALL Dependencies (1a4e143)
- Workflow Bot -- Update ALL Dependencies (7cbb735)
- Workflow Bot -- Update ALL Dependencies (a24cb5d)
- Workflow Bot -- Update ALL Dependencies (832c028)
- Workflow Bot -- Update ALL Dependencies (fc7a85b)
- Workflow Bot -- Update ALL Dependencies (main) (#2215) (fc7a85b)
- Workflow Bot -- Update ALL Dependencies (main) (#2218) (832c028)
- Workflow Bot -- Update ALL Dependencies (main) (#2219) (a24cb5d)
- Workflow Bot -- Update ALL Dependencies (main) (#2220) (7cbb735)
- Workflow Bot -- Update ALL Dependencies (main) (#2224) (1a4e143)
2.7.3 (2022-09-09)
- Workflow Bot -- Update ALL Dependencies (31dffab)
- Workflow Bot -- Update ALL Dependencies (a2c781c)
- Workflow Bot -- Update ALL Dependencies (285e3d2)
- Workflow Bot -- Update ALL Dependencies (main) (#2201) (285e3d2)
- Workflow Bot -- Update ALL Dependencies (main) (#2204) (a2c781c)
- Workflow Bot -- Update ALL Dependencies (main) (#2208) (31dffab)
2.7.2 (2022-09-05)
- Workflow Bot -- Update ALL Dependencies (cb79434)
- Workflow Bot -- Update ALL Dependencies (main) (#2198) (cb79434)
- deps-dev: bump @types/glob from 7.2.0 to 8.0.0 (#2191) (7fb3e4e)
- update and remove packages (#2202) (50133da)
2.7.1 (2022-09-05)
- Workflow Bot -- Update ALL Dependencies (42901d2)
- Workflow Bot -- Update ALL Dependencies (23e22fc)
- Workflow Bot -- Update ALL Dependencies (main) (#2188) (23e22fc)
- Workflow Bot -- Update ALL Dependencies (main) (#2194) (42901d2)
- Fix glob in description of
spellCheckOnlyWorkspaceFiles
(#2193) (ad01d1e) - Update glob to match only files in workspace folders (#2195) (9c89f2f), closes #2192
2.7.0 (2022-08-28)
- address spelling issue in CHANGELOG.md (c4b475a)
- deps-dev: bump terser from 5.14.2 to 5.15.0 (#2170) (99b6fca)
- Upgrade to TypeScript 4.8.2 (#2178) (64b2571)
- Workflow Bot -- Update ALL Dependencies (37770de)
- Workflow Bot -- Update ALL Dependencies (52a66c9)
- Workflow Bot -- Update ALL Dependencies (#2165) (cbbbc9d)
- Workflow Bot -- Update ALL Dependencies (main) (#2167) (52a66c9)
- Workflow Bot -- Update ALL Dependencies (main) (#2169) (f53fc25)
- Workflow Bot -- Update ALL Dependencies (main) (#2172) (f2696cc)
- Workflow Bot -- Update ALL Dependencies (main) (#2181) (37770de)
2.6.0 (2022-08-18)
- Format runbook (eed1551)
- remove dependency upon standard-release (989e31f)
- Update Publish Run Book (3d8be03)
- Workflow Bot -- Update ALL Dependencies (#2137) (ed93a49)
- Workflow Bot -- Update ALL Dependencies (#2144) (ef35d80)
- Workflow Bot -- Update ALL Dependencies (#2148) (7068936)
- Workflow Bot -- Update ALL Dependencies (#2154) (6e18be3)
- Workflow Bot -- Update ALL Dependencies (#2156) (632789f)
- Workflow Bot -- Update ALL Dependencies (#2160) (3da3583)
- bump cspell from 6.5.0 to 6.6.0 (#2138) (0fd6690)
- Update CSpell dictionaries (3e8a40d)
- Update jest to 28 (#2161) (4a62498)
- Use VSCode FileSystem to read/write config. (#2162) (00e5eea)
2.5.4 (2022-08-07)
- fix permissions (4bb92e1)
- fix publish step (32cb941)
- Remove release-drafter (ccf690d)
- Update the publish workflow (6698079)
2.5.3 (2022-08-07)
- support publishing via release-please (cac7f81)
2.5.2 (2022-08-07)
- fix release-please (42d0920)
- try removing "packages" (56af411)
- Workflow Bot -- Update ALL Dependencies (#2126) (110818c)
- release 2.5.2 (7b68825)
2.5.2-alpha.0 (2022-08-07)
2.5.1 (2022-08-07)
- Bump jest-mock-vscode to 1.0 (67ab7a4)
- Create release-please.yml (f3f7ca2)
- disable Azure integration tests (e49e4d2)
- setting up release-please (8cb6a79)
- use full tag name (ed9f813)
- Workflow Bot -- Update ALL Dependencies (#2125) (ade3bfb)
2.3.0 (2022-07-05)
2.1.2 (2022-01-11)
2.1.1 (2022-01-10)
2.0.15 (2022-01-10)
2.0.14 (2021-12-06)
2.0.13 (2021-11-19)
- 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)
2.0.11 (2021-10-28)
- 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)
2.0.9 (2021-10-06)
2.0.8 (2021-09-29)
2.0.8-alpha.0 (2021-09-29)
2.0.7 (2021-09-23)
2.0.7-alpha.1 (2021-09-23)
2.0.7-alpha.0 (2021-09-20)
2.0.6 (2021-09-20)
- 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)
2.0.4 (2021-09-03)
2.0.4-alpha.0 (2021-09-02)
- 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)
2.0.2 (2021-09-01)
2.0.1 (2021-09-01)
2.0.1-alpha.21 (2021-08-31)
2.0.1-alpha.20 (2021-08-30)
- 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)
- 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)
2.0.1-alpha.17 (2021-08-25)
2.0.1-alpha.16 (2021-08-22)
2.0.1-alpha.15 (2021-08-14)
2.0.1-alpha.14 (2021-08-12)
- Add ability to check only workspace files. (#1146) (85a4586)
- Support
files
in the VS Code config (#1138) (966248a)
2.0.1-alpha.13 (2021-08-07)
- 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)
2.0.1-alpha.11 (2021-08-03)
2.0.1-alpha.10 (2021-07-22)
2.0.1-alpha.9 (2021-07-20)
2.0.1-alpha.8 (2021-07-19)
2.0.1-alpha.7 (2021-07-17)
2.0.1-alpha.6 (2021-07-15)
- add option to create cspell config (#1003) (f0378d2)
- add update support for
package.json
andcspell.config.yaml
(#1012) (f638f7a)
- improved updating of configuration (#1014) (f7750e3)
- Issue with language Extensions and Improve Error Handling of Promises (#998) (2080b9d)
- make sure changes to
package.json
trigger 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)
- 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)
2.0.1-alpha.2 (2021-06-09)
- #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)
- make sure the cspell schema is packaged in the extension (739d383)
2.0.1-alpha.0 (2021-06-07)
- Support Yarn 2 (#921) (58ba900)
- Turn off
virtualWorkspaces
anduntrustedWorkspaces
(#907) (30dfdc5) - Verify Yarn2 projects work (#925) (275f07e)
2.0.0 (2021-05-29)
2.0.0-alpha.4 (2021-05-24)
- 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)
2.0.0-alpha.2 (2021-04-06)
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)
1.11.0-alpha.2 (2021-01-28)
1.11.0-alpha.1 (2021-01-25)
1.11.0-alpha.0 (2021-01-06)
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)
1.9.4 (2020-11-14)
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)
1.9.3-alpha.0 (2020-09-29)
1.9.2 (2020-09-27)
Note: Version bump only for package vscode-spell-checker
1.9.2-alpha.0 (2020-09-27)
1.9.1 (2020-09-23)
1.9.1-alpha.2 (2020-09-20)
1.9.1-alpha.1 (2020-09-17)
1.9.1-alpha.0 (2020-08-29)
Note: Version bump only for package vscode-spell-checker
1.9.0 (2020-05-20)
1.9.0-alpha.5 (2020-05-17)
- 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)
- fix indent in workflow (11aff4f)
1.9.0-alpha.2 (2020-05-14)
1.9.0-alpha.1 (2020-05-11)
1.9.0-alpha.0 (2020-05-09)
1.8.0 (2020-02-23)
1.8.0-alpha.2 (2020-02-23)
1.8.0-alpha.1 (2020-02-22)
- copy: change the language of the tool tip (09949e4)
1.8.0-alpha.0 (2020-02-21)
- Support
${workspaceFolder}
substitution (6d1dfbc)
1.7.24 (2020-02-19)
1.7.24-alpha.1 (2020-02-18)
1.7.24-alpha.0 (2020-02-18)
- 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)
- clean up CodeAction logging to reduce noise (136a0e2)
1.7.23-alpha.1 (2020-02-09)
- fix lint issues in _server, client, and _settingsViewer (bc4fb44)