1.3
Changelog:
- Minecraft 1.15 and 1.16 support;
- Brand new add-on system! Easily create new features via a user-friendly JavaScript API. Read the documentation for further information;
- Color codes are now highlighted with their respective colors (see Minecraft -> Highlight color codes);
- Everything is now a click away! CTRL + click a game component (item, entity, effect, etc.) to instantly show wiki-fetched information;
- Chorus now supports GUI formats! Easily load GUIs from text through add-ons (such as ChestCommands; see Minecraft -> GUI Format);
- Navigate through menus lightning fast: improved navigation within drop menu and insert menu;
- Autocompletion got improved in performance and general behavior;
- Game component highlighting is now case-insensitive;
- Obfuscated text (&k) in editor is now displayed upside-down;
- [1.16 only] Enchantments now have greatly detailed information;
- 1.14 block icons don't look weird now;
- Making a new line next to a section key automatically adds extra tab/spaces;
- The text the cursor is on (if surrounded by either quotes or double quotes) is automatically inserted into colored text editor;
- Added font chooser (see Appearance -> Font). Guess what, you can also load custom fonts!;
- Redesigned the settings window;
- Temporarily removed 32 characters limit from GUI titles due to some issues. It might be reintroduced soon;
- Removed the &8 color code from GUI titles;
- Lowered delay on idle from 0.75s to 0.5s (to display quick previews, item icons, etc.);
- FTP connections now use SSL;
- Optimized dropdown notifications;
- Fully migrated to Java 15. Most users won't have compatibility issues again and Linux users won't need to download the openjfx package anymore;
- Updated RichTextFX library: less RAM usage and other performance benefits;
- Yo! A fresh splash menu!
Fixes:
- Fixed laggy cursor when replacing TAB with spaces;
- Fixed menus not properly receiving focus if there are no text inputs;
- Fixed issue with some previews getting unexpectedly low height values;
- Fixed issues with item ID (xxx:yy) highlighting;
- Fixed some item information menus displaying empty images;
- Fixed file refresh temporarily disabling highlighting;
- Fixed line number overlapping with text when the editor is scrolled horizontally;
- Fixed many other minor bugs and errors.