Skip to content

Releases: Mnemotechnician/new-console

v1.9.0.2

27 Mar 13:48
Compare
Choose a tag to compare
  • This release just adds JitPack support; The mod itself remains unchanged.

v1.9

22 Mar 12:30
Compare
Choose a tag to compare
  • The floating button now appears exactly where you left it before leaving the game.

v1.8.1

03 Sep 16:51
Compare
Choose a tag to compare

— Finally fixed the issue with the open console button having a wrong size on any ui scaling other than 100%.

v1.8

29 Aug 18:02
Compare
Choose a tag to compare

— 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

25 Aug 01:02
Compare
Choose a tag to compare

— 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

14 Aug 13:21
Compare
Choose a tag to compare

— 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

14 Aug 00:25
Compare
Choose a tag to compare

— 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

01 Jul 17:11
a544fbe
Compare
Choose a tag to compare

This release is simmilar to the previous but it's compatible with v7.

v1.41

07 Dec 15:57
Compare
Choose a tag to compare

— Added edit buttons to event entries (autorun menu)
— Fixed odd behavior of spinners
— Slightly improved something (i forgor 💀)

v1.4

06 Dec 18:45
Compare
Choose a tag to compare

— 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