Skip to content

Commit

Permalink
feat(cli): add completion.
Browse files Browse the repository at this point in the history
refactor(config): not auto generate config file.
  • Loading branch information
saying121 committed Apr 28, 2024
1 parent 552b9ab commit b427405
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 188 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- shell completion run `lcode --generate <zsh|bash|...>`

### Changed

- `reqwest` feature from gzip to brotli.
- `lcode-config`: change dir name form "leetcode-cn-en-cli" to "lcode".
- Not auto generate config files, run `lcode gencon` generate default config.

## [0.7.18] - 2024-04-22

Expand Down
106 changes: 57 additions & 49 deletions 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/key_parse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "key_parse"
version = "0.1.7"
version = "0.1.8"
description = "parse keymap like neovim"
license = "Apache-2.0"
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/lcode-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lcode-config"
version = "0.3.8"
version = "0.3.9"
license = "MIT OR Apache-2.0"
description = "config mod for [lcode](https://crates.io/crates/lcode)"
edition = { workspace = true }
Expand Down
Loading

0 comments on commit b427405

Please sign in to comment.