- Update the link to the Status image in the README file
- Update dependencies
- Extend the `Config` to allow storing more items locally (using YAML)
- Initialize the `Config` inside the `App` class to handle errors during the `Config` loading
- Add `Schedule`, `ScheduleStorage` and `ScheduleFileStorage` classes for storing scheduled posts
- Change the post scheduling to the UTC time
- Implement the post scheduling based on the data provided by the `Schedule` class
- Add the `ScheduleWikiStorage` class for storing scheduled posts on Reddit's wiki