Skip to content

Commit 41d3908

Browse files
committed
doc: update Changelog
1 parent cdf9e1a commit 41d3908

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@
55
- Show reading list title and reading list actions when scrolling up.
66
- Improve browser extension:
77
- Display site title instead of nothing for feed links without a title attribute.
8+
- Can go back to list of actions from error, article & feed.
9+
- Can delete article from extension.
10+
- Display on actions chooser whether the sure is subscribed feeds.
11+
- Display on actions chooser whether the article is already saved.
12+
- Can delete and disable/enable a feed from the extension.
813
- API changes:
914
- Switch from `link` to `url` to save articles. This is done to have a consistant naming in the codebase.
15+
- Can list articles and filter them by URLs.
16+
- Can list feeds and filter them by feed URLs and enabled status.
17+
- Correct Django admin styling.
18+
- This was caused by the update to `django-csp` 4.0 which changed how CSP rules are computed. It caused the admin to be unable to load its script files and stylesheets.
19+
- Allow base64 encoded images.
20+
- Keep h1 titles when we have more than 1.
21+
- Some invalid articles may have multiple h1, keep them in this case since they are "normal" article titles and thus must be kept.
1022

1123
## 25.04.1
1224

0 commit comments

Comments
 (0)