From c7ef0553a170d76e7ff28f7cabecb45705d142cf Mon Sep 17 00:00:00 2001 From: Jayesh Bhoot Date: Sat, 13 Jun 2020 19:53:17 +0530 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca59c6f..8c287d0 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ The toolbar icon also acts as a visual cue: If it is coloured, then browser font - [x] Customizable keyboard shortcut Firefox now lets the user to set a custom keyboard shortcut for each add-on -- [x] Configuration per website. As such, Firefox's setting is browser-wide. But I see a possibility of piping through the various extension APIs to make per-website configuration possible. +- [x] **Now available from v1.** Configuration per website. As such, Firefox's setting is browser-wide. But I see a possibility of piping through the various extension APIs to make per-website configuration possible. # Current Limitations -- Firefox stores this configuration browser-wide, not per-site. There is a way to emulate per-site enforcement, which is a milestone in the roadmap. +- ~~Firefox stores this configuration browser-wide, not per-site. There is a way to emulate per-site enforcement, which is a milestone in the roadmap.~~ **Now available from v1** - Firefox has not (yet) implemented [this API](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/types/BrowserSetting/onChange), without which the addon cannot detect when user toggles the document fonts outside of addon, from browser preferences. Hence, the addon icon will go out of sync, at least until user uses the addon to toggle the fonts, or restarts the browser. This is not such a major annoyance, but worth mentioning anyway.