From abcbf092572daff16def1a77357127baabd7a92d Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 13 Jul 2020 18:49:20 +0200 Subject: [PATCH] Open changelog after an update fixed --- core/main.js | 2 +- pages/updates/updates.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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