From 0a49daeb64d0eb73c08e9d4ead163870e9e38e84 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Sat, 27 Aug 2022 18:24:40 +0700 Subject: [PATCH] Update changelog --- src/routes/changelog.svelte | 6 ++++++ src/service-worker.js | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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 @@

{$t('settings.changelog')}

+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');