File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,25 @@ public void DisplayReleaseNotes()
163163 Version version = Assembly . GetAssembly ( typeof ( CSM ) ) . GetName ( ) . Version ;
164164
165165 string message = $ "Version { version . Major } .{ version . Minor } \n " +
166- "Last Update: May 25th, 2023\n \n " +
166+ "Last Update: September 9th, 2023\n \n " +
167+ "- Features:\n " +
168+ " - Support Match Day DLC\n " +
169+ " - Sync results of football events\n " +
170+ " - Support Campus DLC\n " +
171+ " - Sync settings of the campus management panel\n " +
172+ " - Sync district park policies\n " +
173+ " - Sync campus upgrades and statistics\n " +
174+ " - Support Snowfall DLC\n " +
175+ " - Sync building variations\n " +
176+ " - Sync road adjustments\n " +
177+ " - Sync zone grid settings\n " +
178+ " - Show DLC support info when starting a server\n \n " +
167179 "- Fixes:\n " +
168- " - Fix problems of new hotels update\n " +
169- " - Fix exception reported by a few members on Discord" ;
180+ " - Improve transport lines sync\n " +
181+ " - Detect some sync problems automatically\n " +
182+ " - Fix update of loans tab\n " +
183+ " - Ignore Christmas DLC when joining\n " +
184+ " - Fix ticket prize synchronization for events" ;
170185 SetMessage ( message ) ;
171186
172187 Show ( true ) ;
You can’t perform that action at this time.
0 commit comments