From 1fef05bc99e3aa5a2f4eaa72d7d160e733b0c4b3 Mon Sep 17 00:00:00 2001 From: McHorse Date: Thu, 1 Jul 2021 15:09:52 +0100 Subject: [PATCH] Update change log and version --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ version.json | 5 +++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad36be3..ad30ee92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## Version 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. + +* Added OP check mechanism +* Added copy/paste context menu items to keyframe editors +* Added graphing calculator panel to McLib's dashboard +* Added server-side options editing for OP users +* Added OP access mod options +* Added server side only `/mclib` command for managing mod configuration +* Added ability to select all keyframes in the same column by Alt clicking on a keyframe +* Added copy/paste context menu to texture picker's text field (suggested by Silverx) +* Added an option to refresh multi-skin upon resource pack reloading +* Added a context menu item to reset pose transformations (suggested by Silverx) +* Added auto size, custom width and height options to multi-skin +* Added `/cheats ` command to toggle commands in a singleplayer world +* Added string support to math expression parser +* Added an option to change tooltip style (light and dark) +* Added search all blocks section to inventory menu +* Added `<<` (shift left), `>>` (shift right), `|` (or), `&` (and) and `^^` (xor) bitwise operators for +* Fixed the crash with transformation handlers (reported by Andruxioid) +* Fixed math expression parser logical operators order +* Fixed math expression parsing bugs invloving `-` +* Fixed subcommands not showing in the order they were registed in +* Fixed tooltips overlaying the element they are displaying the tooltip for +* Fixed trackpad value gets out of limit when inputting manually +* Fixed context menus that contain too many items to have scroll bar + ## Version 2.2.2 This patch updated needed for Blockbuster 2.2.2. diff --git a/version.json b/version.json index 9d1175f6..2f378f36 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib/", "1.12.2": { + "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.", "2.2.2": "This patch updated needed for Blockbuster 2.2.2.", "2.2.1": "This hot patch update fixes an annoying issue with Optifine Shader's Anti-Aliasing.", "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 @@ }, "promos": { - "1.12.2-latest": "2.2.2", - "1.12.2-recommended": "2.2.2", + "1.12.2-latest": "2.3", + "1.12.2-recommended": "2.3", "1.10.2-latest": "1.0.4", "1.10.2-recommended": "1.0.4", "1.11.2-latest": "1.0.4",