Skip to content

Releases: trypsynth/codestats

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:17
Fix lockfile for Rust 1.88.0

Nightly Build

Nightly Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Feb 16:50

Automated nightly build from master branch.

Commit: f9e468b
Date: 2026-06-25T18:22:38-06:00

These are development builds — use at your own risk.

0.6.0

Choose a tag to compare

@trypsynth trypsynth released this 21 Jan 00:12

0.6.0

  • Added the ability to filter in or out certain languages from the analysis
  • Added support for glob-based path exclusions
  • Added --fail-on-error to opt into non-zero exit codes when files are skipped
  • Added many new languages, bringing the total to 464
  • Added support for shell completions with the completions subcommand
  • Brang back langs as a subcommand, rather than a top-level flag
  • Documented the code better
  • Fixed a couple edgecases with whitespace classification
  • Fixed the handling of shebangs with whitespace after the #!
  • Improved UTF-16 detection without BOMs
  • Updated dependencies to their latest versions

0.5.0

Choose a tag to compare

@trypsynth trypsynth released this 13 Dec 16:34
Update lockfile.

0.4.0

Choose a tag to compare

@trypsynth trypsynth released this 30 Nov 21:32
Update version in cargo.toml.

0.3.1

Choose a tag to compare

@trypsynth trypsynth released this 28 Nov 16:46
Update lockfile

0.3.0

Choose a tag to compare

@trypsynth trypsynth released this 27 Nov 12:18
Update readme.

0.2.0

Choose a tag to compare

@trypsynth trypsynth released this 13 Sep 21:05
Fix a couple more warnings.