Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.1.0 #54

Conversation

potatobot-prime[bot]
Copy link
Contributor

🤖 I have created a release beep boop

0.1.0 (2024-03-26)

Features

  • add diagnostics (a69923e)
  • add did_change (c8f3fa1)
  • add did_close (5ceb15a)
  • add quick fix (6bc34d8)
  • better error handling + loglevel (42b36d1)
  • configurable diagnostic severity (7e7e743), closes #17
  • drop vscode Windows 32-bit builds (d7fedba)
  • hello world - initialize with test (26b91bc)
  • ignore typos in config files (1841b4c), closes #47
  • publish typos-lsp during release (1b933c7)
  • restart command + restart when config changes (22d9eba)
  • spellcheck untitled docs (fbcba05)
  • support bundled binary (f980b47)
  • support config files (typos.toml etc.) (#8) (f16a143), closes #6
  • support custom config file (67886b9), closes #19
  • typos 1.16.12 (1426919)
  • typos 1.16.13 (a67f844)
  • typos 1.16.20 (fb013ea)
  • typos 1.16.23 (ae1d36c)
  • typos 1.16.24 (3006f24)
  • typos 1.16.5 (29e2eac)
  • typos 1.17.1 with November/December 2023 dictionary changes (76fc5cf)
  • typos 1.18.0 with January 2024 dictionary changes (dfb3e55)
  • typos 1.19.0 Feb 2024 dictionary changes (250390d)
  • update to typos 1.14.9 (fd19082)
  • update to typos 1.16.1 (b9062af)

Bug Fixes

  • build arm64 binaries using correct target (6f2c9d9), closes #13
  • config files are now used on windows (35080b3)
  • corrections larger than the misspelling (27f53ef)
  • count positions as utf-16 code units (de52345), closes #22
  • error LNK2019: unresolved external symbol _GetLogicalDrives (6ec5abf), closes #33
  • npm lints + test (77a832a)
  • revert back to @types/vscode ^1.77.0 (a90a48a)
  • suppress code action warning (cc3dbc0)
  • trace server (1f993a6)
  • typo start position corrected for multiple code point unicode (e3d2752), closes #22
  • use config file when workspace folder absent (79ae446), closes #31
  • use default policy for empty file uri (34998d4), closes #39
  • use default policy for non-file uris (0265ff1), closes #36

Chores


This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment