-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.html
35 lines (30 loc) · 1.34 KB
/
changelog.html
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
<h3>Latest release v4.0.8</h3>
<ul>
<li><b>Updated: Updated to support Minecraft 1.20.6+</b></li>
</ul>
<h3>v4.0.7</h3>
<ul>
<li><b>Fixed: DefaultSettings now recognizes scancode keys</b></li>
</ul>
<h3>v4.0.6</h3>
<ul>
<li><b>Fixed: Improved keybinding detection to fix incompatibility with FTB Ultimine Addition</b></li>
</ul>
<h3>v4.0.5</h3>
<ul>
<li><b>Fixed NPE occuring on freshly setup modpacks</b></li>
<li><b>Fabric: Fixed bugged version checker, introduced in version 4.0.3</b></li>
<li><b>Forge: Removed unused legacy event hook, causing error messages appearing in versions beyond 1.12</b></li>
</ul>
<h3>v4.0.4</h3>
<ul>
<li><b>Added automatic "creator check" to the /ds commands; Running them as the modpack's user (not the creator) will prompt you with a warning now.</b></li>
</ul>
<h3>v4.0.3</h3>
<ul>
<li><b>Added support for wildcard to the /ds saveconfigs command (thanks to ClaudiusMinimus)</b></li>
<li><b>The /ds saveconfigs command now supports whitespaces and quotes</b></li>
<li><b>Enhanced check if the current instance starts up the first time (thanks to ClaudiusMinimus and zaftnotameni)</b></li>
<li><b>DefaultSettings now prints more information, if the interaction with JCPlugin fails</b></li>
<li><b>Note: Fabric 1.16-1.19.3 and Forge 1.7.10-1.19.3 now share the same codebase! No more quirky differences!</b></li>
</ul>