Skip to content

Releases: Eta0/DiscordAutoDelete

v1.1.0

19 May 08:43
Compare
Choose a tag to compare

Better Environment Variable Support, and a Dockerfile 🌱 🐋

  • 📂 New option: --cwd-env (-c)
    • Allows you to automatically search your current working directory and its parent directories for the right .env file to use, rather than the installation directory
    • Contributed by @Eta0 (hey, that's me! 👋)
  • 🌳 Environment variable alternatives to --database and --log: AUTODELETE_DATABASE_PATH and AUTODELETE_LOG_PATH
    • These let you configure significantly more of the runtime parameters purely through environment variables, allowing for more setups not requiring command line arguments
      • This means the .env file can now double as a configuration file in many cases, if desired
    • Contributed by @stas in #2 (with a slightly different implementation) and revised by @Eta0
  • 🐋 New Dockerfile!
    • Allows for building a ~108 MB Linux container image with Python and Discord Autodelete (and its dependencies)
    • See the comments in the Dockerfile for more information
    • Contributed by @stas in #2 (with a different implementation) and revised by @Eta0

Thanks @stas! 🎇

v1.0.0

10 Dec 16:41
Compare
Choose a tag to compare

Initial release! 🎉