Update changelog

This commit is contained in:
Made Baruna 2022-08-02 16:54:12 +07:00
parent 768bacb5f9
commit eeffdf426a
2 changed files with 15 additions and 1 deletions

View file

@ -8,6 +8,20 @@
<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/08/02
- Update Yoimiya banner
- Add connstellation count to global stats
- Update furnishing data
- Add constellation items to weapon and character page
- Update timeline
- Add weapon total pull to weapon list page
- Improve website caching for faster loading
2022/07/13
- Add Heizou
- Various data update
- Various bug fixes
2022/07/13
- Add Heizou
- Various data update

View file

@ -8,8 +8,8 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = [
'Add Yoimiya & the weapon banner',
'Add total pull on weapon list page',
'Adjust wish counter layout for small resolution',
'Add commissions location to achievement tracker',
];