Skip to content

Releases: EasyDevv/pyhunt

v1.2.0

11 Sep 11:35
8c1869b

Choose a tag to compare

🔄Changes

  • File Logging Support: Session-based output to log files
  • Color Control: CLI option to enable/disable colored output
  • Log File Configuration: --log-file option for custom log file paths
  • Improved CLI: Simplified argument parsing
  • Text Indicators: Emoji alternatives for colorless output
  • Documentation Added: AGENTS.md and CLAUDE.md files
  • Test Improvements: Added CLI options tests and fixed existing tests

📦Update

uv add pyhunt --upgrade

v1.1.2

22 Apr 09:25

Choose a tag to compare

🔄Changes

  • Log repetition limit: The hunt --repeat [count] command limits excessive repeated log outputs.
  • Root directory setting: The hunt --root command allows you to specify the current project path, enabling more accurate log paths.
  • New examples: Added examples to cover various scenarios.
  • Improved stability: Added internal tests.
  • Native coloring: Removed the dependency on rich and implemented native coloring to improve performance.

📦Update

uv add pyhunt --upgrade

v1.1.1

18 Apr 00:17

Choose a tag to compare

🔄Changes

  • fix: cli coloring issue

📦Update

uv add pyhunt --upgrade

v1.1.0

17 Apr 01:35

Choose a tag to compare

🔄Changes

  • add: new examples
  • modify: remove rich dependency, apply native coloring, and improve performance.
  • fix: github actions, build system

📦Update

uv add pyhunt --upgrade

v1.0.2

15 Apr 13:33

Choose a tag to compare

🔄Changes

  • modify: the argument type output format
  • add: limit on the number of loop iteration

📦Update

uv add pyhunt --upgrade

v1.0.1

13 Apr 12:06

Choose a tag to compare