- Added optional argument anyKey in user_input to capture the pressed key without having to press Intro to send, including special characters such as KeyArrow, Control, Tab, etc
[Nightly] Update v0.7.3991a
Changelog
- Removed the requirement for root permissions to launch apt methods, now is based on the folder permissions where the script is located.
- Fixed regression bug in Multiplayer mode, which could cause the first connection made to the server after a reboot to be rejected.
- Fixed bug in Chat that could cause private messages to be sent to the wrong player.
- Fixed bug causing set_content to remove the escaping characters if they were next to \n
- Fixed regression bug causing the tutorial mission couldn't be completed after exit the game in SP or after a server restart in MP.
- Several performance improvements in the Mail program.
[Nightly] Update v0.7.3986a
Changelog
- Fixed regression bug in Terminal in Multiplayer mode, causing the method print with long strings not to be sent to client.
- Fixed regression bug in the generation of libraries, which could cause that all vulnerabilities could not be scanned in the last version of a library even using the last metaxploit version. Note: the fix is applied in the new versions of the libraries that are generated from now on.
[Nightly] Update v0.7.3984a
Changelog
- Fixed bug that caused no new vulnerabilities to be generated in old libraries.
- Fixed bug that sometimes caused a library version stuck even though vulnerabilities were reported (related to the previous bug)
- Fixed bug in ExploitReport program which caused the text entered in the input fields to not be visible.
[Nightly] Update v0.7.3980a
Changelog
- Fixed bug in CodeEditor that caused selecting text by click-draging the mouse stops working if the bottom scrollbar isn't all the way to the left.
- Fixed bug in Notepad and CodeEditor that caused moving caret by clicking stops working when clicking text beyond 470 characters on a single line.
- Fixed bug in Notepad and CodeEditor that caused the horizontal scroll bar handle sometimes to have an incorrect size in relation to the width of the line.
- Fixed bug in Notepad and CodeEditor which could cause the width of the line not to be updated correctly if the last character introduced was a space when the scrollbar was all the way to the right.
[Nightly] Hotfix - Update v0.7.3982a
- Fixed regression bug in which the character focus had stopped working when pressing up/down arrow if the cursor was not visible in the window.
- Fixed regression bug in which the character focus had stopped working when clicking on a line if the last character was not visible in the window
- Fixed bug in CodeEditor that caused moving caret by clicking stops working when clicking text beyond 470 characters on a single line (2)
[Nightly] Update v0.7.3979a
Changelog
- Fixed regression bug when opening the source code of any command from the Manual, causing a crash in CodeEditor.
- shell.connect_service now returns a string if there's been an error in the connection.
- ssh source code updated by the previous fix. It only applies to new computers generated from now on. Note: An updated ssh source can be built from the Manual without the need to restart or generating a new computer.
[Nightly] Update v0.7.3975a
Changelog
- Re-implemented Notepad and CodeEditor so that performance is not affected by large amounts of text.
- Fixed several issues with the window focus in Notepad and CodeEditor.
[Nightly] Update v0.7.3976a
- Fixed Bug #750: In CodeEditor if the line length is more than 470 characters, it is wrapped to a new line
[Nightly] Update v0.7.3977a
- Fixed regression bug in Notepad/CodeEditor that could sometimes cause the focus to switch to text selection while moving the window quickly.
[Nightly] Update v0.7.3978a
- Fixed bug in Notepad/CodeEditor causing undo/redo to stop working after interacting with the document for a while.
[Public] Update v0.7.3619a
Changelog
- Fixed Bug #599 - Database in SP is getting locked/corrupted when generating new networks
- Fixed bug in MP that could cause a LAN computer to be returned with incorrect values, causing unexpected behaviours, if it was accessed through two or more routers on the local network. (related to the previous bug)
[Nightly] Update v0.7.3896a
Changelog
- Improved Chat so that performance is not affected by very long conversations.
- Some minor bugs have been fixed in Chat.
[Nightly] Update v0.7.3888a
- Now the windows are shown behind the taskbar.
- Fixed Bug 737: ram leakage when trying to open a file that does not exist with -code parameter in CodeEditor.exe from terminal
- Fixed Bug 741: Email reply text not visible
- Fixed Bug 740: open the folder in FileExplorer /usr/bin/ take you to the /bin folder instead
[Nightly] Update v0.7.3882a
- Improved performance when drawing icons on Desktop and FileExplorer, avoiding the flickering that occurred when creating or deleting files.
- Fixed Bug #647 - Game client freezes if you run multiple scripts that add and remove files or folders continuously from Desktop
[Nightly] Update v0.7.3878a
Changelog
- Increased response speed of print and clear_screen methods.
- Added aptclient.del_repo method.
- Added metamail.delete method.
- The IDs of the scripting API texts have been renamed. Community translations will need to update these identifiers.
[Nightly] Update v0.7.3880a
- Increased more the response speed of clear_screen
- The following characters are now allowed in the terminal: | ^ $ < >
- Fixed performance issue in ClipboardUI when copying large texts and interacting with the clipboard.
- Fixed bug when selecting texts in the clipboard copied from CodeEditor or Notepad, causing the format to be lost when pasting it in the destination.