Skip to content

Commit

Permalink
Add downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Feb 11, 2025
1 parent 7b28705 commit 9692b63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[0.1.16]

- Added a download manager for adding many different dictionaries later
- Using a larger en_us dictionary as default
- Now checks on every change, instead of on save. May add an option later to toggle this off
- Add a command to the LSP binary to clear cache

[0.1.15]

- Check words for different cases (#2)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/codebook-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codebook-lsp"
version = "0.1.15"
version = "0.1.16"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 9692b63

Please sign in to comment.