Update changelog

pull/1/head
Made Baruna 2022-12-17 02:05:52 +08:00
parent 61a7d4c06b
commit b144c4e8e4
2 changed files with 7 additions and 9 deletions

View File

@ -8,6 +8,11 @@
<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/12/17
- Add TCG Deck builder
- Fix todo crash
- Update timeline
2022/12/07
- Add Wanderer and Faruzan
- Add Turkey and Italian language

View File

@ -8,16 +8,9 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = [
'Add Wanderer and Faruzan',
'Add Turkey and Italian language (only for the item names, if you want to help translate please check our Discord!)',
'Add TCG Deck builder, check it out on TCG menu!',
'Fix todo crash caused by Redcrest renamed to Henna Berry',
'Update timeline',
'Update achievement',
'Update weapons',
'Update banners',
'Update artifacts',
'Update furnishing',
'Update fishing book',
'Update radiant spincrystal',
];
const channel = new BroadcastChannel('paimonmoe-sw');