All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
1.4 KiB
1.4 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]
Added
- Search and filter controls for the data viewing commands
Fixed
- RSS feeds without a build date would break the subscription task
- TypeError when an RSS item lacks a title or description
- Fix an issue with a missing field on the Subscription model
Changed
- Show whether a subscription is active or inactive when using a data view command
- Added
unique_content_rules
field toSubscription
dataclass (support latest pyrss-website version) - Update changelog to follow Keep a Changelog
[0.2.0] - 2024-08-19
Added
- Command to view tracked content from the relevant server
- Command to test the bot's permissions in a specified channel
GuildSettings
dataclass
Fixed
- channels are
NoneType
because they didn't exist in the cache, fixed by fetching from API
Changed
- Subscription task will ignore subscriptions flagged as 'inactive'
- Code optimisation
Removed
- Unused and commented out code
[0.1.1] - 2024-08-17
Added
- Start of changelog
- Versioning with tagged docker images