Releases: screepers/screeps_console
Releases · screepers/screeps_console
v0.10.0: Auth Tokens, Python3
v0.9.0: Shard and Multiple Server Support
-
New
shard
commands to manage shard IO. -
Simpler interactive configuration system.
-
Support for multiple servers, including automatic support for PTR when the main server is configured.
-
Added
whoami
andgcl
commands. -
Bugfixes.
v0.8.0: The Outputtening
- Removes messages from
ScreepsStats
to keep it from cluttering up the console. - New
console
command allows users to suppressconsole.log
output to only show direct user interactions.
v0.7.0: Bug Fixes, Improved History and Filters, More Autocomplete Commands
- Support for larger console output (which was compressed by the server).
- Added built in filter to make it easier to find logs with specific words or phrases in them.
- Settings can now be stored in the users home directory.
- Added
disconnect
andreconnect
commands. - Improved log attribute handling.
v0.6.0: Regex Filters and Persistent Command History
- The
filter
command has been added to allow console output to be filtered by regular expressions. - Command history is now saved between sessions using the
~/.screeps_history
file.
v0.5.0: Autocomplete
This release adds a basic autocomplete system.
v0.4.0: Command History, Scrolling, Keyboard Shortcuts
- Command history can be accessed using the
up
anddown
keys. - Scrolling through the console history can be done with the
page up
,page down
,alt up
andalt down
. - Keyboard shortcuts for editing line (
ctrl u
to clear,ctrl a
to do to the beginning of a line,ctrl e
to go to the end). - Improved memory usage.
- Early connect to Screeps server to detect errors sooner.
v0.3.0: Scrolling, Themes, Compatibility, Documentation
Thanks to @TooAngel and @patrykperduta for the pull requests!
v0.2.0: Interactive Shell
This release introduces the interactive shell, providing two way communication between the developer and the screeps server.
v0.1.0: First Release
This version primarily focuses on reading the console output from the Screeps websocket.