Update CHANGELOG for v1.3.4 features and fixes

Added support for Base64 links and improved FMHY site matching.
This commit is contained in:
Kenneth Hendricks 2026-01-25 23:11:22 -05:00 committed by GitHub
parent a3ed76ce51
commit b663c05d5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@
- Scraped 48 additional URLs from pastebin links (actual site URLs behind the Base64 encoding).
- Starred sites (GenP, MAS, Myrient, MakeMKV, Firehawk52, Vadapav) now correctly show "starred" status.
- Other wiki-listed sites show "safe" status (Dyren Repacks, Jetbrains guide, etc.).
- Links stored as Base64 encoded in source code and decoded at runtime for obfuscation.
#### **🐞 Bug Fixes**
- **`Fixed FMHY Sites Only Match Exact URLs`**
@ -128,3 +129,4 @@
- `index.js` Added markdown parser, note fetching logic, and reason display with clickable links.
- `warning-page.html` Added CSS for clickable links in reason text.
- `warning-page.js` Added URL-to-link conversion for reason display.