Patcher 1.1.0
This release has been automatically generated by a GitHub Action.
Installation Instructions
For detailed installation instructions, please refer to the Wiki or the README
Release notes
- 8e537ce - Utilize log directory in place of data directory
- 7422cab - Project directory no longer hidden by default, custom fonts copy into project directory instead of referencing
- c44ba73 - Formatted stdout messages with proper spacing
- 34635d9 - Ignore deprecation warnings
- 886cccb - Refactored async into coroutine to address Deprecation Warnings. Added animation functionality to stdout and formatted error, success messages.
- 9fca331 - Removed symlink creation, added
--user
flag to requirements install - 674efd4 - Removed shebang, updated DocString for async function
- ee2efb6 - Added reST DocStrings to functions
- e1cd823 - Wrapped variables written to .env file in single quotations
- bd56e07 - Ignore log directory
- 0dbd9e9 - Python version and pip prereqs
- 2e69056 - Errors written to stderr as well as log file
- b0f1369 - Added Bearer Token validation logic, fetching new token, and updating .env accordingly
- 84eecf6 - Validates current Bearer Token is valid, attempts to generate and save a new one if expired.
- b1be6b8 - Added automated tests for updating .env file, API failures and token validity checks
- 0aedcec - Updated pillow per CVE-2024-28219
- 5c9d9d1 - Merge pull request #8 from liquidz00/dev
- ff33bec - Resolves #7; Date header now includes day by default. Additional date formats can be passed with
--date-format
option. - 4663c3d - Added release badge, fixed usage statement to reflect
python3
- da6faca - Merge pull request #9 from liquidz00/dev
- 3fbfa99 - Updated release runner
- ffd2a88 - Added proper permissions for release runner