diff --git a/src/service-worker.js b/src/service-worker.js index 9b979fc4..25d36fa6 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -7,7 +7,16 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`; const IMAGE_URL = `${self.location.origin}/images/`; -const changelog = ['Update Timeline']; +const changelog = [ + 'Update Tighnari banner', + 'Update weapons', + 'Update timeline', + 'Update furnishing', + 'Update achievement', + 'Add edit furnishing inventory directly on furnishing set', + 'Adjust item order on calculator result', + 'Bug fixes', +]; const channel = new BroadcastChannel('paimonmoe-sw');