Skip to content

Commit 6e89bfa

Browse files
authored
feat: 2026-01-19 changelog updates (#1458)
* feat: 2026-01-19 changelog updates * fix: img alignment
1 parent 1147ed9 commit 6e89bfa

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed
47 KB
Loading
252 KB
Loading
240 KB
Loading

src/lib/constants/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
export const CURRENT_OPTIMIZER_VERSION = 'v4.0.1'
1010

1111
// Represents the beta data content version, used for display but not for update notifications
12-
export const CURRENT_DATA_VERSION = '4.0v1'
12+
export const CURRENT_DATA_VERSION = '4.0v3'
1313

1414
// Controls downtime messaging
1515
export const SHOWCASE_DOWNTIME = false

src/lib/tabs/tabChangelog/ChangelogTab.tsx

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,21 @@ function getChangelogContent() {
117117
{
118118
title: `Current data version: ${CURRENT_DATA_VERSION}`,
119119
date: '',
120+
content: [],
121+
},
122+
{
123+
title: '',
124+
date: '2026-01-19',
120125
content: [
121-
`Updated content to v3.8v3`,
122-
`Fixed various issues with Cyrene damage calculations`,
123-
`Added a tentative Memo Skill damage calculation for Hyacine. More accurate calculations to follow`,
126+
`Updated content to v4.0v3`,
127+
'Added Black Swan Novaflare buffs',
128+
'blackswan.webp',
129+
'Added Sparkle Novaflare buffs',
130+
'sparkle.webp',
131+
'Added Anomaly Arbitration speed breakpoints',
132+
'aa.webp',
133+
'Fix: Added better naming scheme for screenshot downloads',
134+
'Balance: Updated default showcase teams for multiple characters',
124135
],
125136
},
126137
{
@@ -130,6 +141,8 @@ function getChangelogContent() {
130141
`Updated content to v3.8v1`,
131142
`Added The Dahlia showcase`,
132143
`dahlia.webp`,
144+
`Fixed various issues with Cyrene damage calculations`,
145+
`Added a tentative Memo Skill damage calculation for Hyacine. More accurate calculations to follow`,
133146
],
134147
},
135148
{

0 commit comments

Comments
 (0)