Skip to content

Releases: saying121/lcode

v0.9.6

25 Aug 09:15
e01160c
Compare
Choose a tag to compare

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

17 Aug 10:52
fd26e6d
Compare
Choose a tag to compare

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

27 Jul 10:50
Compare
Choose a tag to compare

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

26 Jul 16:17
Compare
Choose a tag to compare

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

24 May 11:30
a843b2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

18 May 08:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

14 May 04:38
Compare
Choose a tag to compare

What's Changed

Added

  • Use toggle trigger submit and test code.
  • Add pop button.

Changed

  • Remove submit_code and test_code keymap, use replace by toggle.
  • 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

28 Apr 15:29
Compare
Choose a tag to compare

What's Changed

  • fix(cli): fix lcode fzy detail and generate help by @saying121 in #6

Full Changelog: v0.8.0...v0.8.1

v0.8.0

28 Apr 14:23
Compare
Choose a tag to compare

What's Changed

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

v0.7.18

22 Apr 13:13
Compare
Choose a tag to compare

What's Changed

  • feat: Edit log file

Full Changelog: v0.7.17...v0.7.18