Releases: screepers/screeps-multimeter
Releases · screepers/screeps-multimeter
2.1.1 released
- Fixed missing
>>>
prefix for result messages - Added shard name to multimeter.log output
- Moved prettier to devDependencies where it belongs
2.1.0 released
- New feature: Allow passing the token via
SCREEPS_TOKEN
environment variable (thanks @matheusvellone)
2.0.4 released
- Bugfix: Change HTML plugin to parse command results as well as log lines (thanks @HoPGoldy)
2.0.3 released
Bugfix: Align tabs properly (to match screeps web console)
2.0.2 released
- Bugfix: Fix secure config option
2.0.1 released
- Bugfix: Fix output line-wrapping
2.0.0 released
- Bugfix: Improve performance and avoid hanging when there is too much console output
- Bugfix: Fix private server login
- Bugfix: Watch plugin now works with private servers
- Bugfix: Prevent html plugin stripping leading whitespace
- New feature: Horizontal scrolling for command input
- New feature: Automatically detects available shards (using
auth.me
)- The default command shard will be the shard with the most CPU allocated
shard
andwatchShards
config properties are no longer required
- New feature: Support for screeps unified config (
.screeps.yaml
)- Old
screeps-multimeter.json
config is now deprecated (will attempt to migrate automatically) - Use
--server
or-s
arguments to select which server to connect to initially (defaults to "main") - Use
/server
to switch between servers
- Old
1.11.1 released
- Bugfix: Updated HTML plugin to parse5 to fix crash when logging output like "<=="
- Bugfix: Updated screeps-api to fix build errors on Node 12
1.11.0 released
- New feature: You can now use
/shard0
,/shard1
, etc. to switch between shards - New feature: Added shard indicator for console commands
1.10.0 released
- Bugfix: Fixed /help and /alias not working after lodash update
- New feature: Watch plugin now supports multiple shards (thanks @InValidFire)
- New feature: https support for private servers (thanks @KagurazakaNyaa)
- New feature: /pause and /unpause commands (also F9 to toggle)
- New feature: /filter command
- New feature: Multiline paste support (also shift-enter for manual input)