Releases: j178/leetgo
Releases · j178/leetgo
v0.3.0
Changelog
Features
- 52f8584: feat: support
leetgo open
(#115) (@forestmgy) - 5386c69: feat: support generate description in a separate markdown file, defaults to false (question description will be included in the code file) (#94) (@j178)
- 806fd0d: feat: replace hclog with charmbracelet/log (#118) (@j178)
- 27cc397: feat: add TypeScript generation (@j178)
- a9a1056: feat: bump kooky to include support of chromium-based Edge on macOS (#120) (@j178)
Bug fixes
- ac2fc69: fix:
leetgo open
usage and example (@j178) - 3589408: fix: respect
--yes
inleetgo fix
(@j178) - 2764426: fix: bump kooky (@j178)
Others
- 844448a: chore: use relative path (@j178)
- 11bd0d8: chore: hide
leetgo extract
(@j178) - 1971b91: chore: tweak commands (@j178)
- 5734417: chore: minor improvements (@j178)
- 4a34504: chore: refactor generator (@j178)
- 17f884c: chore: clean up (@j178)
- 5233282: chore: use lipgloss for color (@j178)
- 0968759: chore: remove mod replace (@j178)
v0.2.3
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)