Skip to content

Releases: kantord/SeaGOAT

v0.35.3

07 Oct 08:37
Compare
Choose a tag to compare

v0.35.3 (2023-10-07)

Performance

  • perf: further optimization of result formatting (#298) (8cb5574)

v0.35.2

06 Oct 21:19
Compare
Choose a tag to compare

v0.35.2 (2023-10-06)

Chore

  • chore(deps): update dependency pylint to v3.0.1 (511f01f)

  • chore(deps): update dependency mkdocs-material to v9.4.4 (7d52d54)

  • chore(deps): update dependency pylint to v3 (6b7f288)

  • chore(deps): update dependency mkdocs-material to v9.4.3 (#288)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (153a127)

  • chore(deps): update dependency ipython to v8.16.1 (33a0323)

  • chore(deps): update dependency pylint to v2.17.7 (947ae04)

  • chore(deps): update dependency ipython to v8.16.0 (88d471f)

Documentation

  • docs: document auto formatting (6aa4663)

  • docs: add social image (b5756ec)

  • docs: fix typo in readme

langauges -> languages (6a86568)

  • docs: add note about contribution licensing (aff116b)

  • docs: fix typo (#279) (a4be2e2)

  • docs: remove duplicated contributig section (#278) (ed0fd5b)

  • docs: add CONTRIBUTING.md (44ab255)

  • docs: add contribution info to developer docs (#276) (b52b565)

  • docs: add developer documentation (0356687)

  • docs: add CODE_OF_CONDUCT.md (02cd682)

Performance

  • perf: improve performance for larger repositories

  • chore: decrease queue get timeout

  • perf: avoid checking for new files too often

  • perf: cache regex-based sorting (585729e)

Refactor

  • refactor: add type checking to server info logic (e042617)

Unknown

  • fix : kill the process when stopping server (#284)

Fixes #210

  • fix : kill the process when stopping server

  • Fix process problem

  • Improve test

  • Fix format

  • Run pre-commit

  • Change multiprocessing context in tests

  • Add a conditional branch for multiprocessing context (26bcee6)

v0.35.1

28 Sep 19:32
Compare
Choose a tag to compare

v0.35.1 (2023-09-28)

Fix

  • fix: display files correctly when remote server is divergent (f852e06)

Refactor

  • refactor: extract result filtering to separate functions (ea0cf79)

v0.35.0

28 Sep 11:05
Compare
Choose a tag to compare

v0.35.0 (2023-09-28)

Chore

  • chore(deps): update dependency pyright to v1.1.329 (b4f81c1)

Ci

Feature

  • feat: support ignoring files that are not gitignored (bb6e53f)

Fix

  • fix: make config file checking more accurate (92167b7)

Refactor

  • refactor: remove ripgrepy as a dependency (b9a5847)

Test

  • test: normalize path in seagoat to support '.'

tests #125 (f035203)

  • test: remove redundant sleep() (6c48425)

  • test: join server processes (b63865b)

v0.34.0

27 Sep 13:35
Compare
Choose a tag to compare

v0.34.0 (2023-09-27)

Chore

  • chore(deps): update dependency pyright to v1.1.328 (03d49bf)

Documentation

  • docs: fix configuration docs link in readme.md (0d61332)

Feature

  • feat: allow cli to connect to a remote server (#262)

fixes #236 (86b12e9)

v0.33.0

26 Sep 15:56
Compare
Choose a tag to compare

v0.33.0 (2023-09-26)

Chore

  • chore(deps): update dependency python-semantic-release to v8.1.1 (#258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (b077c39)

Feature

  • feat: support config files

  • feat: allow users to create repo-wide configuration

  • feat: support global config files

  • feat: allow overriding global config from repo config

  • feat: allow configuring port via config file (6f337ce)

v0.32.2

25 Sep 19:57
Compare
Choose a tag to compare

v0.32.2 (2023-09-25)

Fix

  • fix(deps): update dependency chromadb to v0.4.13 (#257)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (3b8fdb5)

v0.32.1

25 Sep 15:51
Compare
Choose a tag to compare

v0.32.1 (2023-09-25)

Chore

  • chore(deps): update dependency pylint to v2.17.6 (#254)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (b04a361)

  • chore(deps): update dependency mkdocs-material to v9.4.2 (#253)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (559ba1d)

Fix

  • fix: avoid crashing because of misdetected encoding (#255)

fixes #250 (5d471ea)

v0.32.0

25 Sep 11:36
Compare
Choose a tag to compare

v0.32.0 (2023-09-25)

Feature

  • feat: penalize text files compared to code files (#252) (c79a6fa)

v0.31.0

24 Sep 16:57
Compare
Choose a tag to compare

v0.31.0 (2023-09-24)

Feature

  • feat: include cache folders in server info JSON (#249) (3bdc226)