diff --git a/core/main.js b/core/main.js index 68271a8d..3999f02f 100644 --- a/core/main.js +++ b/core/main.js @@ -110,7 +110,7 @@ main._showReleaseNotes = function (details) { oldValue = items.lastMappingUpdate; - if (oldValue !== newValue) { + if (oldValue !== newValue || !items.hideReleaseNotes) { // Updated mappings.js chrome.storage.sync.set({ [Setting.LAST_MAPPING_UPDATE]: newValue diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 9094b311..59770cb8 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -24,7 +24,7 @@ New in LocalCDN:
Generate rule sets for uBlock or uMatrix