@@ -184,25 +184,19 @@ public void DisplayReleaseNotes()
184184 Version version = Assembly . GetAssembly ( typeof ( CSM ) ) . GetName ( ) . Version ;
185185
186186 string message = $ "Version { version . Major } .{ version . Minor } \n " +
187- "Last Update: September 9th, 2023 \n \n " +
187+ "Last Update: November 15th, 2025 \n \n " +
188188 "- Features:\n " +
189- " - Support Match Day DLC\n " +
190- " - Sync results of football events\n " +
191- " - Support Campus DLC\n " +
192- " - Sync settings of the campus management panel\n " +
193- " - Sync district park policies\n " +
194- " - Sync campus upgrades and statistics\n " +
195- " - Support Snowfall DLC\n " +
196- " - Sync building variations\n " +
197- " - Sync road adjustments\n " +
198- " - Sync zone grid settings\n " +
199- " - Show DLC support info when starting a server\n \n " +
189+ " - Support Industries DLC\n " +
190+ " - Sync initial variation of industry buildings\n " +
191+ " - Sync changing the variation of industry buildings\n " +
192+ " - Support Concerts DLC\n " +
193+ " - Sync changing the ticket price\n " +
194+ " - Sync chance of concert being a success\n " +
195+ " - Improve setting the security budget\n " +
196+ " - Display info about TM:PE support addon\n \n " +
200197 "- Fixes:\n " +
201- " - Improve transport lines sync\n " +
202- " - Detect some sync problems automatically\n " +
203- " - Fix update of loans tab\n " +
204- " - Ignore Christmas DLC when joining\n " +
205- " - Fix ticket prize synchronization for events" ;
198+ " - Campus DLC: Sync changing color of varsity sports\n " +
199+ " - Improve mod equality check when joining" ;
206200 SetMessage ( message ) ;
207201
208202 Show ( true ) ;
0 commit comments