lcode

An application of terminal write leetcode.一个终端刷力扣的应用。

OTHER License

Downloads
45.6K
Stars
11

Bot releases are visible (Hide)

lcode - v0.9.5 Latest Release

Published by github-actions[bot] 2 months ago

What's Changed

Full Changelog: https://github.com/saying121/lcode/compare/v0.9.4...v0.9.5

lcode - v0.9.4

Published by github-actions[bot] 3 months ago

What's Changed

Added

Full Changelog: https://github.com/saying121/lcode/compare/v0.9.3...v0.9.4

lcode - v0.9.3

Published by github-actions[bot] 3 months ago

What's Changed

Full Changelog: https://github.com/saying121/lcode/compare/v0.9.2...v0.9.3

lcode - v0.9.2

Published by github-actions[bot] 5 months ago

What's Changed

Full Changelog: https://github.com/saying121/lcode/compare/v0.9.1...v0.9.2

lcode - v0.9.1

Published by github-actions[bot] 5 months ago

What's Changed

Full Changelog: https://github.com/saying121/lcode/compare/v0.9.0...v0.9.1

lcode - v0.9.0

Published by github-actions[bot] 5 months ago

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: https://github.com/saying121/lcode/compare/v0.8.1...v0.9.0

lcode - v0.8.1

Published by github-actions[bot] 6 months ago

What's Changed

Full Changelog: https://github.com/saying121/lcode/compare/v0.8.0...v0.8.1

lcode - v0.8.0

Published by github-actions[bot] 6 months ago

What's Changed

Full Changelog: https://github.com/saying121/lcode/compare/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
lcode - v0.7.18

Published by github-actions[bot] 6 months ago

What's Changed

  • feat: Edit log file

Full Changelog: https://github.com/saying121/leetcode-cn-en-cli/compare/v0.7.17...v0.7.18

lcode - v0.7.17

Published by github-actions[bot] 6 months ago

Full Changelog: https://github.com/saying121/leetcode-cn-en-cli/compare/v0.7.16...v0.7.17

  • Fix: when browser is empty panic.
  • Feat: check cookies expiry by decrypt-cookies v0.5.3
lcode - v0.7.16

Published by github-actions[bot] 6 months ago

lcode - 0.7.10

Published by saying121 7 months ago

  • feat(lcode::editor): when editor is vim or nvim, will open question and code.
  • feat: auto get cookies add more browser support.
lcode - 0.7.8

Published by saying121 8 months ago

perf: remove unnecessary memory alloc

lcode - 0.7.7

Published by saying121 8 months ago

feat: timely update data
chore: panic = "abort" ,opt-level = "z"

lcode - 0.7.5

Published by saying121 8 months ago

fix(leetcode-api): get_info download avatar.
feat(lcode): show user infos.

lcode - 0.7.4

Published by saying121 8 months ago

fix(topic_tags): close sync bar

lcode - 0.7.3

Published by saying121 9 months ago

update: ratatui 0.26.0, miette 6.0.0

lcode - 0.7.2

Published by saying121 9 months ago

fix(decrypt-cookies): edge cookies

lcode - 0.7.1

Published by saying121 9 months ago

feat: notify checkin

lcode - 0.7.0

Published by saying121 9 months ago

release(lcode): 0.7.0, add cargo integer, keymap, better start/end
breaking change:

  • default code start/end, example rust : start = "//start/" to // start /,
  • split database to cn and com,
  • split config file.