Skip to content

Commit fcd3d93

Browse files
feat: release 1.5.0
1 parent b0d6ae7 commit fcd3d93

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [1.5.0] 2025-04-15
9+
10+
### Added
11+
- **Custom Footers:** Added support for customizable footers for both Discord and Slack announcements.
12+
- Controlled via `ENABLE_CUSTOM_DISCORD_FOOTER` and `ENABLE_CUSTOM_SLACK_FOOTER` environment variables.
13+
- Reads content from Markdown files (`discord_footer.md`, `slack_footer.md`).
14+
- Default footer template files are now included in the Docker image.
15+
- Added an entrypoint script (`entrypoint.sh`) to automatically copy default footer templates to a user's mounted volume (`/app/custom_footers`) on first run if the files don't already exist there, simplifying customization.
16+
17+
### Changed
18+
- Discord custom footer is now sent as a separate message *after* all daily embeds.
19+
- Slack custom footer is now sent as a separate message using a `context` block (resulting in smaller text per Slack standards).
20+
21+
### Fixed
22+
- Resolved configuration loading errors ("can't set attribute") during application startup.
23+
- Fixed `TypeError` when formatting days for Discord due to an incorrect argument.
24+
- Corrected Slack message assembly to ensure header blocks are consistently sent along with daily attachments.
25+
826
## [1.4.2] 2025-04-15
927

1028
### Fixed

0 commit comments

Comments
 (0)