humble-bot/CHANGELOG.md
Adora Laura Kalb 812b3394b9
All checks were successful
ci/woodpecker/push/docker-deploy Pipeline was successful
ci/woodpecker/pr/docker-deploy Pipeline was successful
bump version to v0.3.0
2024-11-07 14:32:20 +01:00

2.7 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.3.0 - 2023-11-07

Added

  • Added list alias to queue show
  • Added delete alias to queue remove
  • config option to toggle colored output
  • Docker build for armv7, arm64 and amd64

Changed

  • Changed table output style
  • various default config values (see examples/config.yaml)

Fixed

  • missing error handling

v0.2.1 - 2023-06-11

Changed

  • when starting the app in daemon mode, the app will now wait one complete interval until it posts the next post instead of immediately posting one bundle

v0.2.0 - 2023-06-11

Added

  • Added cli option queue show to list currently queued bundles #2
  • Added cli option queue fill to query humblebundle.com for new bundles and then fill the queue #2
  • Added cli option queue remove to remove a queued up bundle #2

Fixed

Removed

  • BREAKING: Removed action when executing ./humble-bot without arguments, moved to queue fill

v0.1.2 - 2023-06-07

Added

  • logging for new mastodon post now also logs the post url

Fixed

  • example config file description of mastodon.visibility

Changed

  • Logging will not show timestamps when app is started via systemd

v0.1.1 - 2023-06-07

Added

  • shortflag for using different config file
  • config option mastodon.visibility to set post visibility
  • config validation for mastodon.visibility
  • systemd service file in examples/
  • --version and -v cli flags to display the current version

Removed

  • cli option to generate bash completion file

v0.1.0 - 2023-06-07

Added

  • Fetch Bundles from humblebundle.com
  • Post to Mastodon
  • Postgres as Database and queue