Releases: j178/leetgo
Releases · j178/leetgo
v0.2.2
v0.2.1
Changelog
Features
- 960d5a7: feat: improve leetgo config for debugging (@j178)
- 9ed0e7b: feat: add cache Outdated() (@j178)
- 278a0cc: feat: add safari support (#91) (@acehinnnqru)
- 4f9e8b7: feat: support neovim (#96) (@acehinnnqru)
- 154dbab: feat: reduce wait time for premium user (#100) (@j178)
- fc9a4d8: feat: add retry on 503 (#104) (@j178)
- 8941f2f: feat: add edge support (#107) (@kalifun)
Bug fixes
- f8a6d67: fix: failed to run leetgo init #92 (#93) (@ismdeep)
- 61515c3: fix: handle error in sqlite cache (#95) (@acehinnnqru)
- ef51afd: fix: create cache dir if not exist (@j178)
- 0157722: fix: improve us top-two contest fetch (#103) (@j178)
Others
- c254e50: chore: simplify rate limiter (@j178)
- 889e2a7: chore: move code (@j178)
- c77bdb1: chore: refactor config a bit (@j178)
- 50b1f58: chore: reuse commonEditor for vim/nvim (@j178)
- ff281ad: chore: limit time format to seconds (@j178)
- aceb25c: Revert "chore: limit time format to seconds" (@j178)
- 2a2062f: chore: improve json unmarshal for string fields (@j178)
- 2beda55: chore: add output to question metadata (@j178)
v0.2.0
Changelog
Bug fixes
Others
- a4d53c1: chore: fix update_readme script (@j178)
- 7d21927: chore: convert 403 to ErrUserNotSignedIn error (@j178)
- 64023d7: chore: clean up us client (@j178)
- d36873e: chore: cache username globally (@j178)
- 8a9e4c5: chore: improve spinner (@j178)
- 16c5f0d: chore: improve contest display color (@j178)
- a19c481: Bump github.com/zalando/go-keyring from 0.2.1 to 0.2.2 (#84) (@dependabot[bot])
- fc56b8e: Bump github.com/fatih/color from 1.13.0 to 1.14.1 (#85) (@dependabot[bot])
- b13f92c: Bump github.com/jedib0t/go-pretty/v6 from 6.4.3 to 6.4.4 (#88) (@dependabot[bot])
- d5faab5: Bump github.com/charmbracelet/lipgloss from 0.5.0 to 0.6.0 (#87) (@dependabot[bot])
- 3066b24: Bump github.com/charmbracelet/bubbles from 0.14.0 to 0.15.0 (#86) (@dependabot[bot])
v0.2.0-beta
v0.1.6
Changelog
- 8199408: Add advanced usage (@j178)
- 87757ef: Improve leetgo.yaml missing warning, simplify leetgo git push (@j178)
- 5706be4: Remove early-loading for contest questions (@j178)
- 7bc13af: Support
LEETGO_WORKDIR
(@j178) - 71c635c: Run
golangci-lint run --fix
(@j178) - 8a77f79: Add working dir to config output (@j178)
- 8472193: Add discord release announce (@j178)
- ea25245: Fix environment (@j178)
v0.1.6-beta.3
v0.1.6-beta.2
v0.1.6-beta.1
Changelog
- 93f6177: Add more badges (@j178)
- ed7b555: Remove trackgit (@j178)
- 3034dda: Support database and shell questions (@j178)
- fea9041: Update Readme (@j178)
- 41a060f: impl (@j178)
- ab20d78: Add doc (@j178)
- 9b5cc9d: Improve doc (@j178)
- f3ebe00: Fix addMod (@j178)
- b48a775: Update readme (@j178)
- 565e06b: Fix getSolutionCode (@j178)