2023-07-03 15:30:14 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
2023-07-07 08:18:04 +02:00
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
2023-07-03 15:30:14 +02:00
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2024-11-07 14:32:20 +01:00
|
|
|
|
|
|
|
## [v0.3.0] - 2023-11-07
|
2023-07-11 12:42:28 +02:00
|
|
|
### Added
|
|
|
|
- Added `list` alias to `queue show`
|
|
|
|
- Added `delete` alias to `queue remove`
|
2024-11-06 11:16:12 +01:00
|
|
|
- config option to toggle colored output
|
|
|
|
- Docker build for armv7, arm64 and amd64
|
2023-07-11 10:39:47 +02:00
|
|
|
|
2023-07-11 13:03:32 +02:00
|
|
|
### Changed
|
|
|
|
- Changed table output style
|
2024-11-06 11:16:12 +01:00
|
|
|
- various default config values (see examples/config.yaml)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- missing error handling
|
2023-07-11 13:03:32 +02:00
|
|
|
|
2023-07-11 10:39:47 +02:00
|
|
|
## [v0.2.1] - 2023-06-11
|
2023-07-11 10:36:56 +02:00
|
|
|
### 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
|
2023-07-07 11:05:07 +02:00
|
|
|
|
2023-07-11 09:58:08 +02:00
|
|
|
## [v0.2.0] - 2023-06-11
|
2023-07-11 09:57:29 +02:00
|
|
|
### Added
|
2023-07-11 10:36:56 +02:00
|
|
|
- Added cli option `queue show` to list currently queued bundles
|
2024-11-07 14:32:20 +01:00
|
|
|
[#2](https://code.lila.network/adoralaura/humble-bot/issues/2)
|
2023-07-11 10:36:56 +02:00
|
|
|
- Added cli option `queue fill` to query humblebundle.com for new bundles and then fill the queue
|
2024-11-07 14:32:20 +01:00
|
|
|
[#2](https://code.lila.network/adoralaura/humble-bot/issues/2)
|
|
|
|
- Added cli option `queue remove` to remove a queued up bundle [#2](https://code.lila.network/adoralaura/humble-bot/issues/2)
|
2023-07-11 09:57:29 +02:00
|
|
|
|
2023-07-11 09:56:20 +02:00
|
|
|
### Fixed
|
2024-11-07 14:32:20 +01:00
|
|
|
- [[BUG] Error parsing mastodon response field time](https://code.lila.network/adoralaura/humble-bot/issues/1)
|
2023-07-11 09:56:20 +02:00
|
|
|
|
2023-07-11 10:04:57 +02:00
|
|
|
### Removed
|
|
|
|
- BREAKING: Removed action when executing `./humble-bot` without arguments, moved to `queue fill`
|
|
|
|
|
2023-07-07 11:05:07 +02:00
|
|
|
## [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
|
2023-07-07 08:18:04 +02:00
|
|
|
|
2023-07-07 09:32:46 +02:00
|
|
|
## [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
|
|
|
|
|
2023-07-07 08:18:04 +02:00
|
|
|
## [v0.1.0] - 2023-06-07
|
2023-07-03 15:30:14 +02:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Fetch Bundles from humblebundle.com
|
|
|
|
- Post to Mastodon
|
2023-07-07 08:18:04 +02:00
|
|
|
- Postgres as Database and queue
|
|
|
|
|
|
|
|
|
2023-07-07 09:32:46 +02:00
|
|
|
|
2024-11-07 14:32:20 +01:00
|
|
|
[unreleased]: https://code.lila.network/adoralaura/humble-bot/compare/v0.3.0...HEAD
|
|
|
|
[v0.3.0]: https://code.lila.network/adoralaura/humble-bot/compare/v0.2.1...v0.3.0
|
|
|
|
[v0.2.1]: https://code.lila.network/adoralaura/humble-bot/compare/v0.2.0...v0.2.1
|
|
|
|
[v0.2.0]: https://code.lila.network/adoralaura/humble-bot/compare/v0.1.2...v0.2.0
|
|
|
|
[v0.1.2]: https://code.lila.network/adoralaura/humble-bot/compare/v0.1.1...v0.1.2
|
|
|
|
[v0.1.1]: https://code.lila.network/adoralaura/humble-bot/compare/v0.1.0...v0.1.1
|
|
|
|
[v0.1.0]: https://code.lila.network/adoralaura/humble-bot/releases/tag/v0.1.0
|