Skip to content

Releases: digo5ds/pygitguard

1.0.4

20 Jul 19:36
5985f2d

Choose a tag to compare

1.0.4

  • Standarize project to upload in pipy

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

22 Jun 01:49
016b8d2

Choose a tag to compare

📦 Version History

1.0.3

  • Fix: "Do not block commits in cases of recommendations."
  • Adding context message after run
  • Docs: "Documenting some files to maintain consistency."

1.0.2

16 Jun 05:14
1817241

Choose a tag to compare

📦 Version History

1.0.2

  • Refactor: Standarize a bit lines with black linter.

1.0.1

22 Jun 01:48
87115a5

Choose a tag to compare

📦 Version

1.0.1

  • Fix: pip install support.
  • Fix: pre-commit support.
  • Fix: Improvements to config in .pre-commit-config.yaml.
  • Fix: Add pre-commit to requirements.txt.
  • Fix: Creating config files if they do not exist.
  • Fix: Remove interactive mode with input (not supported with pre-commit).

1.0.0

16 Jun 02:35
66acb84

Choose a tag to compare

📦 Version

1.0.0 – First version with the basic planned functions.

Included features:

  • 🚫 Detection of sensitive content using regex (e.g., passwords, tokens, API keys).
  • 🧾 Identification of sensitive file patterns (e.g., .env, .pem, id_rsa).
  • ⚠️ File size validation with configurable maximum size.
  • 📄 Best practice file recommendations (e.g., README.md, .gitignore, LICENSE).
  • ✅ Integration support with pre-commit hooks.
  • ⚙️ Auto-generation of pygitguard.yaml and .pre-commit-config.yaml configuration file on first run.