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
+12
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,20 @@
5
5
- Show reading list title and reading list actions when scrolling up.
6
6
- Improve browser extension:
7
7
- 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.
8
13
- API changes:
9
14
- 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.
0 commit comments