Skip to content

Releases: Daethyra/Discord-AIU

v1.2.0

16 Oct 19:24
701d477

Choose a tag to compare

Description

Backwards Compatible Overhaul

  • added command line argument parsing
  • Updated DiscordImageUploader to 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)

15 Feb 05:45
5aee162

Choose a tag to compare

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

04 Nov 03:07
49f474b

Choose a tag to compare

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

New Contributors

Full Changelog: v1.2...v0.2.0

v0.1.2

28 Jul 22:05
49f474b

Choose a tag to compare

Discord image upload automation Version 1.2

Instructions:

  • Specify your webhook address,
  • Execute top-level main.py to send all images in the CWD to the specified webhook address

Full Changelog: https://github.com/Daethyra/Multi-hooker/commits/v1.0.0