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)