You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [Unreleased]
7
7
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.
0 commit comments