Skip to content

Commit 1fef05b

Browse files
committed
Update change log and version
1 parent b879bb4 commit 1fef05b

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## Version 2.3
2+
3+
This update complements release of Blockbuster 2.3, Aperture 1.6, Metamorph 1.2.7, Emoticons 1.0, Chameleon 1.0.3, Commander 1.1 and Extended Reach 1.1.
4+
5+
* Added OP check mechanism
6+
* Added copy/paste context menu items to keyframe editors
7+
* Added graphing calculator panel to McLib's dashboard
8+
* Added server-side options editing for OP users
9+
* Added OP access mod options
10+
* Added server side only `/mclib` command for managing mod configuration
11+
* Added ability to select all keyframes in the same column by Alt clicking on a keyframe
12+
* Added copy/paste context menu to texture picker's text field (suggested by Silverx)
13+
* Added an option to refresh multi-skin upon resource pack reloading
14+
* Added a context menu item to reset pose transformations (suggested by Silverx)
15+
* Added auto size, custom width and height options to multi-skin
16+
* Added `/cheats <true|fale>` command to toggle commands in a singleplayer world
17+
* Added string support to math expression parser
18+
* Added an option to change tooltip style (light and dark)
19+
* Added search all blocks section to inventory menu
20+
* Added `<<` (shift left), `>>` (shift right), `|` (or), `&` (and) and `^^` (xor) bitwise operators for
21+
* Fixed the crash with transformation handlers (reported by Andruxioid)
22+
* Fixed math expression parser logical operators order
23+
* Fixed math expression parsing bugs invloving `-`
24+
* Fixed subcommands not showing in the order they were registed in
25+
* Fixed tooltips overlaying the element they are displaying the tooltip for
26+
* Fixed trackpad value gets out of limit when inputting manually
27+
* Fixed context menus that contain too many items to have scroll bar
28+
129
## Version 2.2.2
230

331
This patch updated needed for Blockbuster 2.2.2.

version.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib/",
33
"1.12.2": {
4+
"2.3": "This update complements release of Blockbuster 2.3, Aperture 1.6, Metamorph 1.2.7, Emoticons 1.0, Chameleon 1.0.3, Commander 1.1 and Extended Reach 1.1.",
45
"2.2.2": "This patch updated needed for Blockbuster 2.2.2.",
56
"2.2.1": "This hot patch update fixes an annoying issue with Optifine Shader's Anti-Aliasing.",
67
"2.2": "This update features a couple of cool quality of life tweaks to different GUI elements, as well as GUI rendering optimization.",
@@ -33,8 +34,8 @@
3334
},
3435

3536
"promos": {
36-
"1.12.2-latest": "2.2.2",
37-
"1.12.2-recommended": "2.2.2",
37+
"1.12.2-latest": "2.3",
38+
"1.12.2-recommended": "2.3",
3839
"1.10.2-latest": "1.0.4",
3940
"1.10.2-recommended": "1.0.4",
4041
"1.11.2-latest": "1.0.4",

0 commit comments

Comments
 (0)