Releases: j178/leetgo
Releases · j178/leetgo
v1.4.3
v1.4.2
Changelog
Features
Bug fixes
- d8af8f8: fix: rust package import name (@j178)
- 042f87b: fix: provide
cf_clearance
to bypass CloudFlare (@j178) - d2bba14: fix: disable http2 to make leetcode.com work (@j178)
Others
- 02fb109: chore(deps): bump the all group with 3 updates (#277) (@dependabot[bot])
- b295798: chore: minor tweaks (@j178)
- 289d668: chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#280) (@dependabot[bot])
- 52e17a2: chore(deps): bump the all group with 6 updates (#281) (@dependabot[bot])
- 3ecf0e2: deps: go1.22 and bump deps (@j178)
- fa47a90: chore: Bump CI to use go1.22 (@j178)
- 391bce8: Update README.md (@j178)
v1.4.1
Changelog
Features
- b07b977: feat: add installer script for linux/macOS (#270) (@j178)
- 11b7b77: feat: add archlinux user repository installation (#272) (@j178)
Bug fixes
- 19c0f73: fix: improve installer script (@j178)
- c0bcb07: fix: give more time for first execution of the binary (@j178)
- 34b9f1c: fix(rust): pick question panic when there is no bin in Cargo.toml (#274) (@j178)
Others
v1.4
Changelog
Warning
Since v1.4
, leetgo
no longer reads the global ~/.config/leetgo/config.yaml
file, please put all configurations in the project's leetgo.yaml
file.
~/.config/leetgo/config.yaml
can be safely removed.
Features
- b7794fb: feat!: remove global level configuration file (#252) (@j178)
- 45076f8: feat: use CGO-free SQLite for question cache (#254) (@j178)
- 9073a0f: feat: use json cache by default (@j178)
Bug fixes
Others
- b84af0b: misc: add Makefile (@j178)
- 853c80c: misc: use forward slash in file path (@j178)
- f22252c: chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#255) (@dependabot[bot])
- 0f2b200: chore(deps): bump actions/setup-go from 4 to 5 (#263) (@dependabot[bot])
- 7788df4: chore(deps): bump actions/setup-python from 4 to 5 (#262) (@dependabot[bot])
- 7cbb969: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 (#258) (@dependabot[bot])
- 9ad2a56: chore(deps): bump github.com/charmbracelet/bubbletea (#260) (@dependabot[bot])
- be20c2b: chore(deps): bump github.com/JohannesKaufmann/html-to-markdown (#259) (@dependabot[bot])
- e32b0cc: chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.2 (#261) (@dependabot[bot])
- e6b6048: chore(deps): bump github.com/charmbracelet/bubbles from 0.16.1 to 0.17.1 (#257) (@dependabot[bot])
- 7315aaa: misc: bump kooky (@j178)
- 1061abf: refactor: use strings.Builder over bytes.Buffer (@j178)
- 0fe9195: refactor: use slices.Clone and slices.Replace (@j178)
v1.3.13
v1.3.12
v1.3.11
v1.3.10
v1.3.9
Changelog
Features
- 3cdee17: feat: read testcases.txt when running remotely (#221) (@j178)
- 20b7bc0: feat: force submit even if local test failed (#224) (@j178)
- 3bff88d: feat: retrieve output from LeetCode for custom test cases (#223) (@j178)
Bug fixes
- 6a40649: fix: improve go workspace detection (@j178)
- f5a4709: fix: use slash in Cargo.toml path (@j178)
- c5a5811: fix: add check for nil test case file (#238) (@pansophism)
- ec5cff5: fix: breakage in charmbracelet/log (@j178)
- 0dbf80f: fix: ignore testcases file error when test remotely (@j178)
Others
- 534c70f: misc: resolve some todos (@j178)
- 430a246: misc: remove an extra empty line (@j178)
- 48fa7c7: misc: add comments (@j178)
- 8c026df: ci: use zig for cross compiling (@j178)
- 4e673b1: misc: add comments and change a little bit (@j178)
- 4831a6a: Revert "ci: use zig for cross compiling" (@j178)
- 5b84110: misc: use builtin min (@j178)
- 5bb9a06: chore(deps): bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 (#230) (@dependabot[bot])
- 82bc662: chore(deps): bump actions/checkout from 3 to 4 (#228) (@dependabot[bot])
- 382a655: chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#227) (@dependabot[bot])
- 94fc3b9: chore(deps): bump github.com/sashabaranov/go-openai (#231) (@dependabot[bot])
- e37e0a0: misc: bump dependencies (@j178)