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]
|
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
|
|
|
|
2023-07-07 11:05:07 +02:00
|
|
|
[unreleased]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.2...HEAD
|
|
|
|
[v0.1.2]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.1...v0.1.2
|
2023-07-07 09:33:28 +02:00
|
|
|
[v0.1.1]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.0...v0.1.1
|
|
|
|
[v0.1.0]: https://git.lauka.net/lauralani/humble-bot/releases/tag/v0.1.0
|