Update changelog

pull/1/head
Made Baruna 2022-09-28 05:31:10 +07:00
parent 619b6c0d15
commit 11d63b0a0e
2 changed files with 25 additions and 1 deletions

View File

@ -8,6 +8,23 @@
<div class="lg:ml-64 pt-20 lg:pt-8">
<h1 class="font-display px-4 md:px-8 font-black text-5xl text-white">{$t('settings.changelog')}</h1>
<pre class="text-white px-4 md:px-8">
2022/09/28
- Update characters
- Update weapons
- Update timeline
- Update furnishing
- Update achievement
2022/09/20
- Update excel import to accept other language
2022/09/06
- Added checklist for commission achievements
- Added character & weapon reruns timeline
2022/08/30
- Update fishing spot
2022/08/27
- Update wish import instruction
- Update radiant spincrystal list

View File

@ -7,7 +7,14 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = ['Update timeline'];
const changelog = [
'Added Cyno & Candace',
'Added new weapons',
'Added new banners',
'Update achievements',
'Update furnishing',
'Update timeline',
];
const channel = new BroadcastChannel('paimonmoe-sw');