-
2.0.0 Stable
released this
2024-01-17 04:45:54 +00:00 | 262 commits to main since this releaseBreaking
- Implement
msgspecfor loading configuration. Unfortunately this introduces a breaking change with how
boolean values a configured.
Specifically, the value for the configuration fieldbot_post_medianeeds to be changed from "True" or "False"
totrue, orfalserespectively.
Added
- MrClon added feed filters to filter some text with configurable actions.
(Details see PRs #18 and #19)
Changed
-
Move css selector for images to config (thank you MrClon for pull request #16)
With this change users can determine what images from original feed should be posted.
Now default is img[src] which mean all img tags with src attribute -
Updated dependencies versions
Fixed
- Re-factored a little to address issue #17
Security
- Address potential vulnerability in dependency.
Details: https://github.com/advisories/GHSA-j225-cvw7-qrx7
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Implement