- Bumped minimum required Python version to 3.10.
- Added filtering files by platform and file type. (#26)
- Added filtering itch.io URLs by glob and regex. (#26)
- Improved docs and links between GitHub, PyPI, Ko-Fi, etc.
- Added core package versions to the help output for debugging.
- Removed Pydantic from dependencies, decreasing the install size.
- Replaced Poetry with uv and a standard pyproject.toml for faster environment setup. (You can still run the app however you want.)