Releases: kawre/leetcode.nvim
Releases · kawre/leetcode.nvim
v0.3.1
What's Changed
- fix: Remove s when it's 1 problem solved by @New9c in #149
- fix(
Leet inject
): update index after buffer changed by @phanen in #151 - feat:
folke/snacks.nvim
picker support by @BYT0723 in #177
New Contributors
- @New9c made their first contribution in #149
- @phanen made their first contribution in #151
- @BYT0723 made their first contribution in #177
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.0
What's Changed
- interact with leetcode sessions
Leet session change name=...
Leet session create name=...
Leet session update
- better premium indicators for premium users
- new footer with daily streak counter and session related statistics
- improved responsiveness of judge notifications
Leet restore
try to restore default layout of the current question in case it went out of place
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial Release
Recent changes
Leet open
for opening currently opened question in a default browserLeet reset
reset question to default code definitionLeet last_submit
retrieve last submitted code for the current question- Normalize blobs returned by leetcode API to avoid crashes
- Add padding on code run for a 1:1 diagnostics align