Releases: EasyDevv/pyhunt
Releases · EasyDevv/pyhunt
v1.1.2
🔄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
🔄Changes
- fix: cli coloring issue
📦Update
uv add pyhunt --upgrade
v1.1.0
🔄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
🔄Changes
- modify: the argument type output format
- add: limit on the number of loop iteration
📦Update
uv add pyhunt --upgrade
v1.0.1
Full Changelog: https://github.com/EasyDevv/pyhunt/commits/v1.0.1