diff --git a/src/routes/changelog.svelte b/src/routes/changelog.svelte index 18df6762..9e60e13f 100644 --- a/src/routes/changelog.svelte +++ b/src/routes/changelog.svelte @@ -8,6 +8,12 @@
+2022/08/27 +- Update wish import instruction +- Update radiant spincrystal list +- Fix commission achievement tag +- Adjust constellation color if C6+ + 2022/08/24 - Update Tighnari Banner - Update weapons diff --git a/src/service-worker.js b/src/service-worker.js index 117ee3c9..9b4d383f 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -7,7 +7,12 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`; const IMAGE_URL = `${self.location.origin}/images/`; -const changelog = ['Update wish import instruction', 'Fix Traveler Dendro talent calculator']; +const changelog = [ + 'Update wish import instruction', + 'Update radiant spincrystal list', + 'Fix commission achievement tag', + 'Adjust constellation color if C6+', +]; const channel = new BroadcastChannel('paimonmoe-sw');