Skip to content

Commit 3cb7deb

Browse files
committed
chore(release): v1.9.0
Made-with: Cursor
1 parent 63e853d commit 3cb7deb

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66

77
---
88

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`.
18+
- Remove deprecated Cloudflare cron documentation; assorted README / release-note docs; remove stray `issue93-body.md`.
19+
- Chore: drop unused Markdoc import in `ArticleEditor`.
20+
21+
---
22+
923
## v1.8.0 — 2026-04-03
1024

1125
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "techdiary.dev-next",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)