Skip to content

Releases: getcodelimit/codelimit

v0.8.0

21 Feb 21:40

Choose a tag to compare

v0.8.0 (2024-02-21)

✨

Other

v0.7.0

07 Oct 10:34

Choose a tag to compare

v0.7.0 (2023-10-07)

πŸ›

🚸

✨

  • ✨ Add a environment / config variable to ignore certain certain function patterns (#25) (733ea15)

  • ✨ Filter functions with # nocl comments (#24) (0ae0dbb)

  • ✨ Show file, normalized usage of default exclusions (ab67eab)

Other

v0.6.2

20 Aug 10:03

Choose a tag to compare

v0.6.2 (2023-08-20)

πŸ›

v0.6.1

20 Aug 09:50

Choose a tag to compare

v0.6.1 (2023-08-20)

πŸ›

  • πŸ› Fix release flow (cbace33)

  • πŸ› Fix release flow (692bdd9)

Other

  • ✏️ Fix release flow (483d424)

  • πŸ‘· Update release flow (aa995ce)

  • πŸ“ Update version (3c89d83)

  • πŸš€ Updated release flow (b47923a)

v0.6.0

17 Aug 21:06

Choose a tag to compare

v0.6.0 (2023-08-17)

✨

  • ✨ Default exclude list (fb7d18c)

  • ✨ Put cache file in cache dir (b6750e5)

Other

  • πŸš€ Add post release flow (0a633cb)

  • πŸ“ Add Homebrew install (581c76d)

  • πŸ‘· Build correct package for PyPi (4d6e14d)

  • Update README.md (a401cc1)

  • πŸš€ Bump version (0273d2c)

v0.5.0

16 Aug 11:50

Choose a tag to compare

v0.5.0 (2023-08-16)

πŸ›

  • πŸ› Fix for Python headers with nested braces (0e95d33)

✨

  • ✨ Issue 15 invoking without tui (#16) (5dda87d)

Other

  • Fix "PythonLanguage" typo (#17) (167f154)

  • πŸ’š Trigger workflow manually (5344210)

v0.4.0

11 Aug 14:09

Choose a tag to compare

v0.4.0 (2023-08-11)

πŸ’„

  • πŸ’„ Show relative path in code screen (7c17a5d)

Other

  • πŸ“ Updated readme (917d27d)

v0.3.1

10 Aug 20:59

Choose a tag to compare

v0.3.1 (2023-08-10)

πŸ›

  • πŸ› Update release flow (960e05f)

v0.3.0

10 Aug 17:57

Choose a tag to compare

v0.3.0 (2023-08-10)

πŸ›

✨

Other

  • Fix workflow (122e9c4)

  • Trigger release (1b16dbb)

  • πŸ“ Update (cab2855)

  • Show summary above refactoring list (8c8cd3b)

  • Update (c14deca)

  • Update (0b7ee53)

  • Deploy to PyPi (f319649)

  • Add badges (6ef9caa)

  • Remove requests types (6dd57c6)

  • Add mypy pre-commit hook (3d67623)

  • Add ruff to pre-commit config (057dcd7)

  • Use Black code formatter (e35c6b2)

  • Exchange build-dist.sh shell script for a pyproject-based task executor. (#13) (b763e00)

  • Merge branch 'main' of github.com:getcodelimit/codelimit (ceac22d)

  • Enable CodeLimit on CodeLimit (9e4ea2c)

v0.2.1

09 Aug 10:04

Choose a tag to compare

v0.2.1 (2023-08-09)

Fix

  • πŸ› fix semantic release (477fa24)

  • fix: πŸ› Fix readme (ea4bfa2)

  • πŸ› Issue 9 fix python header extraction (#10)

  • Hello πŸ‘‹ Token Matching

  • First steps in token matching

  • Fixing Python scope building

  • Reset predicates (121f76e)

Other

  • πŸ› No build during release (8c74c77)

  • πŸ› Fix semantic release (3115c94)

  • Implemented basic pre-commit hook (#14) (6cb2925)

  • Fix release (37fbe2d)

  • Only run on Python files (8ca98df)

  • Update Readme, changed imports (bbdc410)

  • Update Readme, changed imports (14abe3c)

  • Give cool project a cool command-line interface (#11)

  • Give cool project a cool command-line interface

  • Refactored (natch) ./main.py into codelimit/main.py
  • Added typer CLI support