Releases: j178/leetgo
Releases · j178/leetgo
v1.3.7
v1.3.6
Changelog
Features
Bug fixes
- 5b40f04: fix: improve compatibility with manual questions (@j178)
- d1cd4dd: fix: golangci-lint errors (@j178)
Others
- 9cf9696: chore: fix goreleaser deprecation warnings (@j178)
- 90ca664: misc: add analysis scripts (@j178)
- 6571381: chore: minor improvement about unsupported languages (@j178)
- 3a1a9cc: chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 (#209) (@dependabot[bot])
- 3dc509e: chore(deps): bump github.com/sashabaranov/go-openai (#210) (@dependabot[bot])
v1.3.5
v1.3.4
Changelog
Features
Bug fixes
Others
- 46b4559: chore(deps): bump github.com/sashabaranov/go-openai from 1.9.5 to 1.12.0 (#203) (@dependabot[bot])
- e326801: chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7 (#204) (@dependabot[bot])
- 372b2dc: chore(deps): bump github.com/charmbracelet/bubbletea (#205) (@dependabot[bot])
v1.3.3
v1.3.2
v1.3.1
v1.3
Changelog
Features
- fe23a4e: feat: improve any order detection (@j178)
- 3882fe6: feat: improve logging and color sytle (#198) (@j178)
- 041f6e9: feat: add
--skip-editor
toleetgo pick
(@j178) - 1244c17: feat: add leetgo version to generated file (@j178)
- 3c97c3c: feat: support subgroup of files (#200) (@j178)
Bug fixes
- d4180c2: fix: abort if global config not found (#196) (@j178)
- 4e5cdd0: fix: question of date (
today-1
) not work (#199) (@j178) - 555cdc3: fix: editor substitute arguments (@j178)
- 2f2aef8: fix: don't run preRun for auto command (@j178)
Others
v1.2
v1.1
Breaking change in v1.1
Providing LeetCode cookies and password in config file is no longer supported. Previously you can provide cookies or password in the config file:
leetcode:
credentials:
from: cookies
session: xxx
csrftoken: xxx
Now, you should provide them through env variables instead:
export LEETCODE_SESSION=xxx LEETCODE_CSRFTOKEN=xxx
leetcode:
credentials:
from: cookies
or
export LEETCODE_USERNAME=xxx LEETCODE_PASSWORD=xxx
leetcode:
credentials:
from: password
Changelog
Features
- feat!: remove credentials from config file, read from env vars instead by @j178 in #190
- feat: support {{.Folder}} in editor arguments by @j178 in #185
- feat: add
LEETGO_HOME
by @j178 in #192
Bug fixes
Others
- chore(deps): bump github.com/k3a/html2text from 1.1.0 to 1.2.1 by @dependabot in #189
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17 by @dependabot in #188
- chore(deps): bump github.com/charmbracelet/bubbles from 0.15.0 to 0.16.1 by @dependabot in #187
- chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #186
Full Changelog: v1.0...v1.1