Skip to content

Releases: screepers/screeps_console

v0.10.0: Auth Tokens, Python3

18 Feb 21:17
Compare
Choose a tag to compare
  • Utilized authentication tokens for screeps.com server.
  • Transparently updates credentials to a token.
  • Python3 improvements.
  • Updated upstream screeps api.

v0.9.0: Shard and Multiple Server Support

05 Aug 09:57
Compare
Choose a tag to compare
  • 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 and gcl commands.

  • Bugfixes.

v0.8.0: The Outputtening

26 Oct 05:10
Compare
Choose a tag to compare
  • Removes messages from ScreepsStats to keep it from cluttering up the console.
  • New console command allows users to suppress console.log output to only show direct user interactions.

v0.7.0: Bug Fixes, Improved History and Filters, More Autocomplete Commands

03 Jul 20:00
Compare
Choose a tag to compare
  • 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 and reconnect commands.
  • Improved log attribute handling.

v0.6.0: Regex Filters and Persistent Command History

31 May 02:53
Compare
Choose a tag to compare
  • 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

30 May 23:32
Compare
Choose a tag to compare

This release adds a basic autocomplete system.

v0.4.0: Command History, Scrolling, Keyboard Shortcuts

28 May 23:04
Compare
Choose a tag to compare
  • Command history can be accessed using the up and down keys.
  • Scrolling through the console history can be done with the page up, page down, alt up and alt 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

26 May 07:17
Compare
Choose a tag to compare

Thanks to @TooAngel and @patrykperduta for the pull requests!

v0.2.0: Interactive Shell

25 May 07:28
Compare
Choose a tag to compare

This release introduces the interactive shell, providing two way communication between the developer and the screeps server.

v0.1.0: First Release

23 May 05:57
Compare
Choose a tag to compare

This version primarily focuses on reading the console output from the Screeps websocket.