Skip to content

Releases: iamgio/chorus

1.4.0

16 Sep 17:19
Compare
Choose a tag to compare

Chorus 1.4 is here!

  • Added support for Minecraft 1.19 and 1.20;
  • SFTP and FTP server lists in settings are now accessible via user-friendly tables, instead of the former text areas;
  • Substantial optimizations were made: the editor should now feel smoother than ever:
    • Minecraft components now load faster and take up less memory;
    • Autocompletion has been heavily optimized, reducing lag while typing;
    • Auto-saving is more efficient;
    • Tab-to-spaces is more efficient;
    • Unnecessary reflection calls have been removed;
  • A text now appears on the top right corner of the editor when the current document is saved;
  • Added a small left margin to the editor;
  • Unsuccessful SFTP and FTP connections now show the error message instead of ‘Invalid’;
  • Wiki information was fixed;
  • The native menu bar is now used on macOS (#23);
  • Key combinations on macOS have been improved to give a more native feel. For instance, settings are now opened via command+comma as many other applications do.
 Option+space now opens the quick drop-down menu;
  • Changed key combination of the Make string action;
  • Fixed settings not loading correctly in some cases;
  • Fixed donors list not loading correctly;
  • Added x86 and ARM macOS releases.

This is going to be Chorus' last major release. I'm extremely thankful for the support this software has received and I'm glad you enjoyed it! However, 5 years have passed since its initial release, and I feel the need to move on to some new, exciting projects that would teach me new things along the way. After all, this is what coding is: 5-years-ago me made some design choices that I would not have picked now, but I guess that's how you grow up: you fail and learn, and I'm proud of what Chorus has taught me.
❤️

1.4.0

1.3.2

10 Jun 11:12
Compare
Choose a tag to compare

Changelog:

  • Fixed simplified Chinese not loading correctly (#35);
  • Added missing Italian translations;
  • Added a notification asking for restart when language is changed.

1.3.1

07 Jun 14:46
Compare
Choose a tag to compare

Changelog:

  • Two brand-new translations: simplified Chinese by @ahdg6 and Russian by Phantomchik;
  • Added optional smooth animations to drop menu, previews, colored-text editor, information box, 'add as variable' menu, custom API menus (via animated). See Appearance -> Enable animations to toggle;
  • Made head of information boxes "frosty" (translucent with background blur) (via froxty);
  • Made information boxes fetch data completely asynchronously;
  • Added a visual transition to the armor preview color;
  • Added MacOS standalone .app.zip download (#31);
  • Added a console output when a S/FTP log-in fails for debug purposes.

Fixes:

  • Fixed parent folder not appearing in S/FTP file chooser in some cases (#34);
  • Fixed S/FTP servers not showing up until restart (#34);
  • Fixed error when trying to open a remote file on the same logged-in session;
  • Fixed wrong output from colored-text editor when confirming with the cursor in the middle;
  • Fixed color picker from armor color preview.

1.3

26 Feb 14:48
Compare
Choose a tag to compare
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.

1.3

1.2.1 - FTP fix

07 Jun 15:42
Compare
Choose a tag to compare

Changelog:

  • Fixed issues related to FTP (freezes and nullpointers mainly)

Closed issues: #12

1.2 - The big update

31 May 14:22
Compare
Choose a tag to compare

Changelog:

  • Multilanguage! Try Chorus in English, Italian and German
  • Minecraft 1.14 support
  • SSH keys support (beta)
  • New ban/kick preview
  • New dyed armor preview
  • New Black & White theme
  • Automatically preview text where cursor is on if surrounded by quotes
  • Fixed reading errors: Chorus will now try to open files using both UTF-8 and ISO-8859
  • File browsing window will now start from current file location
  • Added 'Make string' function to surround text with quotes
  • Made 'Help' windows resizable
  • Improved update checker

1.1.0 - Minecraft 1.13 and FTP support

18 Jul 17:55
Compare
Choose a tag to compare

Changelog:

  • Minecraft 1.13 support
  • FTP support
  • Create new files (local only)
  • GUI preview, MOTD preview and sign preview are now more realistic
  • Implement copy-paste in elements inside of GUIs. CTRL + middle mouse click copies, middle mouse click pastes.
  • Insert many missing icons
  • SFTP/FTP window is now resizable
  • [1.12 only] CTRL + click on any icon in Insert Item inserts the meta of the item too

v1.0.3 - Stability update

06 Jun 21:46
Compare
Choose a tag to compare

Update based on stability.

Fixes:

  • Fix graphical errors in Settings and SFTP
  • Fix errors when inserting long numbers in numeric text fields
  • Fix and close #1 - GUI reset issue
  • Fix update checker

What's new:

  • Zoom in/out using CTRL+Scroll up/down
  • Automatically load last GUI when opening GUI preview
  • Add 'Clear' button in GUI preview

v1.0.2a

05 Jun 19:09
Compare
Choose a tag to compare

Fix opening issues

v1.0.2

05 Jun 17:35
Compare
Choose a tag to compare

What's new:

  • Declare SFTP ports in server manager.
  • Go to the last visited folder when accessing an SFTP server.

Fixes:

  • Fix title not changing its name to 'Chorus' when all tabs are closed.
  • Add bottom padding in settings screen.