v0.6.2
Full Changelog: v0.6.1...v0.6.2
CHANGES
- Centralized package version management using
__init__.py
andpyproject.toml
. - Added a cool new
--version
flag to show current version. - Introduced
-l
/--list
flag to easily list available scripts. - Improved CLI argument parsing with clear, organized option groups.
- Now automatically finds scripts in the default
scripts
directory! - Made the script argument optional for listing or version commands.
- Enhanced script finding logic for a much better user experience.
- Refactored utility function to optionally return only script filenames.
- Cleaned up unused imports in the web UI configuration utilities.
- Updated project configuration for dynamic version handling via setuptools.