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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6
6
7
7
---
8
8
9
+
## v1.9.0 — 2026-04-04
10
+
11
+
### ✨ Features
12
+
-**Articles RSS feed** at `/rss/articles` (Open Graph–style HTML in descriptions; feature image when present); sidebar “RSS” points at the feed instead of the sitemap.
13
+
-**Navbar notifications** open a **scrollable popover** with the same feed as the dashboard; full page remains available from the popover and sidebar.
14
+
-**Markdown: bare URLs become links** via a shared Markdoc tokenizer (`linkify`), aligned with RSS HTML rendering (`markdoc-html-string`).
15
+
16
+
### 🔧 Other Changes
17
+
- Refactor dashboard notifications page to use shared `MyNotificationsFeed`.
0 commit comments