From 6ed2209a3f5e8a267c8ade3ccb1dfca3d7c3d1e2 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:48:26 -0500 Subject: [PATCH] Add Firefox auto-update support Added Firefox auto-update support for the extension. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f000500..24b543a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v1.3.2 (01/25/2026) + +#### **🔧 Enhancements** +- **`Firefox Auto-Update Support`** + - Added `update_url` to Firefox manifest for automatic extension updates. + - Firefox users will now receive updates automatically without manual reinstallation. + +--- + ## v1.3.1 (01/25/2026) #### **🐞 Bug Fixes**