From 0abf9e1b006054a4ae6653dc34f4c9713d2f54c5 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 25 Jan 2026 12:30:53 -0500 Subject: [PATCH] Update CHANGELOG for v1.2.7 features and fixes Added AMOLED theme option and improved markdown handling. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 971e770..46a8751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ - Support for sites with multiple TLDs (e.g., `yts.mx`, `yts.rs`, `yts.lt` all show the same note). - **`Markdown Rendering`** - Notes are rendered with support for links, lists, bold, italic, and code formatting. +- **`AMOLED Theme`** + - Added pure black AMOLED theme option for OLED displays, matching fmhy.net's theme options. #### **🔧 Enhancements** - **`Improved Message Handling`** @@ -33,4 +35,3 @@ - `background.js` – Added notes mapping, fetch/cache logic, and `getNoteForSite` message handler. - `index.html` – Added note display section with CSS styling. - `index.js` – Added markdown parser and note fetching logic. -