File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed
public/assets/misc/changelog/2026-01-19 Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 99export 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
1515export const SHOWCASE_DOWNTIME = false
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments