From 38bfe11ef45ca1a924c9e1adb364cdcc6efbe326 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:54:36 -0500 Subject: [PATCH] Enhance Firefox update support and link functionality Added support for Firefox auto-updates and clickable links in FMHY notes. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b543a..0b704c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - **`Firefox Auto-Update Support`** - Added `update_url` to Firefox manifest for automatic extension updates. - Firefox users will now receive updates automatically without manual reinstallation. +- **`Clickable Links in FMHY Notes`** + - Raw URLs in FMHY Notes are now automatically converted to clickable links. ---