-
Notifications
You must be signed in to change notification settings - Fork 20
/
CHANGELOG
27 lines (19 loc) · 1015 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Changes
=======
0.4
---
* [Other] Bumped to Python 3.11 baseline
* [Other] Explicitly added BeautifulSoup4 to requirements and encouraged its use in blocklists
0.3
---
* [Added] Expanded blocklist functionality to support blocking based on skipping a particular paragraph when checking or skipping an entire article using a `check_article` or `check_paragraph` function.
* [Removed] Old blocklist format using a `check` function. **This is a breaking change for any projects that are using this blocklist format.**
* [Performance] Improved HTTP session management when requesting feeds.
* [Other] Added linters (flake8, black, isort) and updated code to satisfy them.
* [Other] Switched to Poetry for dependency management.
0.2
---
* [Added] Support for posting to Mastodon.
0.1.11
------
* [Fixed] Unbroke Twitter support by switching to using the v2 API for posting Tweets. The v1 API was largely discontinued. You will need to ensure your API creds are valid for the Twitter v2 API or provision new ones.