forked from Raytwo/ARCropolis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.toml
43 lines (38 loc) · 1.53 KB
/
changelog.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
title = "ARCropolis update: Ver. 3.10.1"
date = "11/24/2022"
description = "Thank you for updating to the latest version of ARCropolis.<br/>Please read the following changelog."
[[entries]]
section_title = "New feature(s)"
contents = """
<ul>
<li>New option to skip the opening cutscene in the configuration editor menu (by Raytwo/jozz)</li>
<li>Merging support for bgm_property.bin files (by jozz)</li>
<li>Uncompiled lua files can now be loaded in place of compiled ones by renaming the extension to .lc (by itsmeft24)</li>
</ul>"""
[[entries]]
section_title = "Bug fix(es)"
contents = """
<ul>
<li>The prompt asking if you'd like to enable new mods found at boot time now works properly</li>
<li>Users with stacked echo fighters should now have chara_1 display again for the echo (by CoolSonicKirby)</li>
</ul>"""
[[entries]]
section_title = "Improvement(s)"
contents = """
<ul>
<li>Opening the mod manager on boot should now happen after being prompted to enable new mods and should properly display them as enabled</li>
<li>ARCropolis is now noticeably smaller in size</li>
<li>ARCropolis will now warn you if you are not on the latest version of the game until an issue is solved</li>
</ul>"""
[[entries]]
section_title = "Removal(s)"
contents = """
<ul>
<li>(Reminder) Support for rom:/arc merged modpack has been dropped</li>
</ul>"""
[[entries]]
section_title = "Note(s)"
contents = """
<ul>
<li>ARCropolis is now considered feature complete. Expect mostly bugfixes and QoL improvements from now on.</li>
</ul>"""