Releases: Daethyra/Discord-AIU
Releases · Daethyra/Discord-AIU
v1.2.0
Description
Backwards Compatible Overhaul
- added command line argument parsing
- Updated
DiscordImageUploaderto have the defaults in the__init__ - Fleshed out some checks
- updating logging
- decreased max_workers to 3
- decreased minimum image size, width, and height
- successfully tested against 102 images with no failures and 32 retries
Fixed logging
- most logs previously went to stdout
- forced them to go into the log file
- decreased min_image_size , min_image_width, and min_image_height
Full Changelog: v1.0.1...v1.2.0
v1.0.1 (Stable)
Changing Versioning to SamVer
I removed the dead webhook from the code and changed the project version in pyproject.toml because this version technically broke what came before it, Release 0.1.2. So Release 0.2.0 should've been Release 1.0.0, therefore this Release is 1.0.1. Make sense? Great✨
What's Changed
Full Changelog: v0.2.0...v1.0.1
v0.2.0
Automagically upload all images, flawlessly
DAIU now features far more robust functionality, is more stable, reliable, and is extremely easy to use.
This version is released with directions to install using PDM (Python Dependency Management), but you can use pip install -r requirements.txt.
Generated Release Notes via GitHub
What's Changed
- Update LICENSE by @Daethyra in #5
- Update README.md by @Daethyra in #7
- Bump python-dotenv from 0.21.1 to 1.0.0 by @dependabot in #8
- Bring branch up to date by @Daethyra in #11
- Working by @Daethyra in #12
- new file: .github/GitHub-Actions_Custom-Workflow.yml by @Daethyra in #14
- Integrating release 2.0 changes by @Daethyra in #17
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v1.2...v0.2.0
v0.1.2
Discord image upload automation Version 1.2
Instructions:
- Specify your webhook address,
- Execute top-level
main.pyto send all images in the CWD to the specified webhook address
Full Changelog: https://github.com/Daethyra/Multi-hooker/commits/v1.0.0