Releases: saying121/lcode
Releases · saying121/lcode
v0.9.7
What's Changed
- fix(avatar): when avatar empty don't panic by @saying121 in #23
- CI: tweak clippy and binstall args and deny warnings by @saying121 in #24
Full Changelog: v0.9.6...v0.9.7
v0.9.6
What's Changed
- feat(tui): show user's avatar by @saying121 in #20
- ci: add machete and use full name cargo-nextest. by @saying121 in #21
- publish: lcode: 0.9.6, leetcode-api: 0.5.0, lcode-config: 0.3.17 by @saying121 in #22
Full Changelog: v0.9.5...v0.9.6
v0.9.5
What's Changed
- Use correct keymap field name
keymap
. by @saying121 in #18 - publish: lcode: 0.9.5, key_parse: 0.2.1, lcode-config: 0.3.16, leetcode-api: 0.4.3 by @saying121 in #19
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
Added
- Config add
dir_with_frontend_id
field, when filled true use frontend id create dir. by @saying121 in #17
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- leetcode-api: add
add_last_test_case
by @saying121 in #14 - Set rust toolchain stable channel and update dependencies by @saying121 in #16
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Ci add cache by @saying121 in #12
- perf: avoid unnecessary render and filter by @saying121 in #13
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Add aur docs. by @saying121 in #9
- docs(readme): tweak by @saying121 in #10
- fix(submit_pop): can't vert scroll by @saying121 in #11
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- new release by @saying121 in #8
Added
- Use
toggle
trigger submit and test code. - Add pop button.
Changed
- Remove
submit_code
andtest_code
keymap, use replace bytoggle
. - Not cycle topic tags.
- ratatui downgrade to 0.26.1 for fix Chinese broken.
- lcode-config: move global.rs upper dir.
Fixed
- Correct apply user keymaps.
- First open will panic.
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- fix(cli): fix
lcode fzy detail
andgenerate
help by @saying121 in #6
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- publish v0.8.0 by @saying121 in #5
Full Changelog: v0.7.18...v0.8.0
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.
migration to v0.8.0
# linux
cp ~/.config/leetcode-cn-en-cli ~/.config/lcode
cp ~/.cache/leetcode-cn-en-cli ~/.cache/lcode
# macos
cp ~/.config/leetcode-cn-en-cli ~/.config/lcode
cp ~/Library/Caches/leetcode-cn-en-cli ~/Library/Caches/lcode