Leetgo-py

Latest version: v0.2.4

Safety actively analyzes 623883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

1.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
* b7794fb4acdaf3fb8e291ca61984f2f7c36b441e: feat!: remove global level configuration file (252) (j178)
* 45076f834a8cd87c4c10a8b6fff2f57e3f7667a9: feat: use CGO-free SQLite for question cache (254) (j178)
* 9073a0f62c87ca77e1d26ee651b2dadfa93581cd: feat: use json cache by default (j178)
Bug fixes
* 4f444acb69110c7e1d39d5f073376454d4c1134f: fix: truncate stdout/stderr message at 1000 length (j178)
Others
* b84af0b8e2787ef533db8f9b2f48ef74003cb3b3: misc: add Makefile (j178)
* 853c80c53f7195ee88bee39f5592858447fdec9d: misc: use forward slash in file path (j178)
* f22252c039450d530efc4f95234c9caecd425479: chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (255) (dependabot[bot])
* 0f2b2007432d6bc4756e942ecc698f6661428a64: chore(deps): bump actions/setup-go from 4 to 5 (263) (dependabot[bot])
* 7788df454105740b3f394782b1c4488178851af4: chore(deps): bump actions/setup-python from 4 to 5 (262) (dependabot[bot])
* 7cbb9694d414e5bdee5c4276727e60afc43d1248: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 (258) (dependabot[bot])
* 9ad2a56c5e6a681df7692abaea22a40085ce3af7: chore(deps): bump github.com/charmbracelet/bubbletea (260) (dependabot[bot])
* be20c2b0f4c60c8e31aaeba3937469f4e0db6c83: chore(deps): bump github.com/JohannesKaufmann/html-to-markdown (259) (dependabot[bot])
* e32b0cc85e10aea235f0d6a07732613952096b52: chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.2 (261) (dependabot[bot])
* e6b6048cc0ea2878424785dc1907dc70fb1e35f3: chore(deps): bump github.com/charmbracelet/bubbles from 0.16.1 to 0.17.1 (257) (dependabot[bot])
* 7315aaa5addeb5f46937d3963287bb05fc446bc5: misc: bump kooky (j178)
* 1061abfbb7c0981ddde99562cb9c2a59e8aa7537: refactor: use strings.Builder over bytes.Buffer (j178)
* 0fe91954d6e18a6cdfaae5e36d6ebbdf5976e129: refactor: use slices.Clone and slices.Replace (j178)

1.3.13

Changelog
Bug fixes
* 9c047e9df25a4f630a5ff4caf9ad9a4125ca0422: fix: truncate long test case for local test (j178)
* 5e8ee844829b1a6a59fe05df244e190c4cd7d16f: fix: support future cargo.toml (250) (j178)
* b613106cc8787324d417687ee33bbb28f0e34dea: fix: abort if interrupte the question prompt (j178)
Others
* 30ec896055e77fe65503f0a24e49448d2233ae3f: misc: bump deps (j178)

1.3.12

Changelog
Features
* 796c13a2fd71a2eb171e6a209ae3b0618b7ee59b: feat: truncate too long test case (244) (j178)
Bug fixes
* 4b40d2639285cf366cbe1e23d8e5fb77a6b35558: fix: bufio.Scanner token too long error (j178)
Others
* 9cf3325d5110c1ad7e504369ec90c7355ba348ce: chore: improve long string truncate (j178)

1.3.11

Changelog
Bug fixes
* 9e09cf1a014763d325c5d4accd956a0b9f29c73c: fix: switch from pkg/browser to cli/browser (241) (j178)

1.3.10

Changelog
Bug fixes
* 4ce4de394415a2ad731d5b2ec3f5c6d0871676c5: fix: special {{.Files}} argument replacement (j178)

1.3.9

Changelog
Features
* 3cdee17494cb6d4860fe3bb6fedc7032e353375e: feat: read testcases.txt when running remotely (221) (j178)
* 20b7bc05f77966703c8788626c1dd4d91997d71d: feat: force submit even if local test failed (224) (j178)
* 3bff88de934eb2bea466fe4fab8346d10376b7ae: feat: retrieve output from LeetCode for custom test cases (223) (j178)
Bug fixes
* 6a40649267e9cc5fb3ded878db8f7709433f8de3: fix: improve go workspace detection (j178)
* f5a47098612f64b021da3f7edf2226215b9d7e49: fix: use slash in Cargo.toml path (j178)
* c5a5811c42618355d7fe79a49c9e8f32826f2b92: fix: add check for nil test case file (238) (pansophism)
* ec5cff5c56d983bc3d48fcd2b99263195a0d6c11: fix: breakage in charmbracelet/log (j178)
* 0dbf80f8463c206b342761d6797b63e919b53ae5: fix: ignore testcases file error when test remotely (j178)
Others
* 534c70f3504d2bdca6591202747dbb54b293cc94: misc: resolve some todos (j178)
* 430a246741cfef25b78c5e74d48a0fabb8263275: misc: remove an extra empty line (j178)
* 48fa7c759c5f007061255369b965699151e0d255: misc: add comments (j178)
* 8c026dfd935835807c57de04573246bf1b9a56ac: ci: use zig for cross compiling (j178)
* 4e673b19e6dc97cfeb5bacb0b148bb6eeeea2934: misc: add comments and change a little bit (j178)
* 4831a6a230ff5972a3ec59c9896838a8e2c6362d: Revert "ci: use zig for cross compiling" (j178)
* 5b8411042be20c4711dba767b580b3f7dadea0dd: misc: use builtin min (j178)
* 5bb9a06459ffa2d1473582d1ca85041881775204: chore(deps): bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 (230) (dependabot[bot])
* 82bc6627b832770d1e967a415a512087c593d83d: chore(deps): bump actions/checkout from 3 to 4 (228) (dependabot[bot])
* 382a6553aaf10a3c4ab2df6f8a11b69709a632f1: chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (227) (dependabot[bot])
* 94fc3b9efd134b9710e07d60061dff827a28fe4b: chore(deps): bump github.com/sashabaranov/go-openai (231) (dependabot[bot])
* e37e0a03dd7f3fe7ec92dc5f73072771ff105bd0: misc: bump dependencies (j178)

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.