Update changelog
parent
61a7d4c06b
commit
b144c4e8e4
|
@ -8,6 +8,11 @@
|
||||||
<div class="lg:ml-64 pt-20 lg:pt-8">
|
<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>
|
<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">
|
<pre class="text-white px-4 md:px-8">
|
||||||
|
2022/12/17
|
||||||
|
- Add TCG Deck builder
|
||||||
|
- Fix todo crash
|
||||||
|
- Update timeline
|
||||||
|
|
||||||
2022/12/07
|
2022/12/07
|
||||||
- Add Wanderer and Faruzan
|
- Add Wanderer and Faruzan
|
||||||
- Add Turkey and Italian language
|
- Add Turkey and Italian language
|
||||||
|
|
|
@ -8,16 +8,9 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
||||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||||
|
|
||||||
const changelog = [
|
const changelog = [
|
||||||
'Add Wanderer and Faruzan',
|
'Add TCG Deck builder, check it out on TCG menu!',
|
||||||
'Add Turkey and Italian language (only for the item names, if you want to help translate please check our Discord!)',
|
'Fix todo crash caused by Redcrest renamed to Henna Berry',
|
||||||
'Update timeline',
|
'Update timeline',
|
||||||
'Update achievement',
|
|
||||||
'Update weapons',
|
|
||||||
'Update banners',
|
|
||||||
'Update artifacts',
|
|
||||||
'Update furnishing',
|
|
||||||
'Update fishing book',
|
|
||||||
'Update radiant spincrystal',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||||
|
|
Loading…
Reference in New Issue