1. Grey Hack
  2. News
  3. [Nightly] Update v0.7.3265a

[Nightly] Update v0.7.3265a

[h3]Changelog[/h3]

- Fixed critical bug that caused the speed of the scripts to decrease over time to a point where no script could be executed, forcing a server restart.

- Fixed terminal bug where it could cause the client to freeze while trying to process a long text received from the server using the print method.

- Fixed memory leak in the replace method.

[h3][Nightly] Update v0.7.3256a[/h3]
- Improved the cancellation and completion of a script to make sure that the terminal is only released when the execution is completely finished.

- Fixed memory leak and intensive use of cpu when finishing the execution of a script if it had been running for a long time accessing many different filesystems.

- Changes are now sent to open FileExplorer windows in real time from the scripting system.

- Fixed bug in the char method that still kept causing a crash in the script when reading certain codes.

- Fixed regression bug in the scripting system that could cause some variables to lose reference to their contents, causing various problems in script execution.

[h3][Nightly] Update v0.7.3254a[/h3]
- Fixed bug in the char method by allowing codes greater than 16 bit to be converted, causing corruption in the database. The "code" method also does not accept codes greater than 16 bit.

- Fixed bug in terminal when incorrectly processing relative paths.