Releases: Mnemotechnician/new-console
v1.9.0.2
- This release just adds JitPack support; The mod itself remains unchanged.
v1.9
v1.8.1
— Finally fixed the issue with the open console button having a wrong size on any ui scaling other than 100%.
v1.8
— Syntax highlighting. Yes, you've read it right: new-console now highlights js syntax.
— Automatic insertion of paired characters: when you type one of the following characters: ", ', (, [, {, a paired character is automatically inserted.
— Indentation guides: for every X spaces at the beginning of the line a vertical line is drawn.
— Even more indentation assistance: putting a newline between two brackets will automatically create an indented block, and putting a newline after a closing bracket will decrease the indentation level.
— New settings, allowing you to configure the new features
v1.7
— Script history is now saved between restarts (no more need to worry about lost scripts!). The count of scripts in the history was increased from 50 to 100.
— Pressing the tab key or inserting a tab character any other way now inserts 4 tabs instead of a non-printable character.
— Indent assistance: when you create a new line, the leading spaces on the previous line are copied to the newly created one. This is especially useful when you have over 12 spaces going in a row.
This is not everything, in the future (when i decide to dedicate some time to this mod again) the following things may get implemented: bracket/parenthesis balancing, inserting matching brackets/quote marks, maybe even some basic syntax and error highlighting. But it's very unlikely that any significant improvements will be made before the release of v7. The mod needs a complete rewrite and redesign, I don't like it's current look...
v1.5.1
— Entries in the scripts menu are now sorted alphabetically.
— The ui style is more consistent now, the amount of the eye-burning accent color was reduced.
— Minor improvements.
v1.5
— The console and the log output now use a monospace font (JetBrainsMono), yay!
— Additionally, the console ui no longer randomly breaks when you rapidly close and open it.
v1.41 — v7 compatible release
This release is simmilar to the previous but it's compatible with v7.
v1.41
— Added edit buttons to event entries (autorun menu)
— Fixed odd behavior of spinners
— Slightly improved something (i forgor 💀)
v1.4
— Added an events menu. This menu allows you to execute scripts upon specific events. Be cautious: the scripts are evaluated as if they were pasted into the console.
— Improved scripts menu
— Minor fixes and improvements