Skip to content

Releases: mdingena/att-client

att-client v0.4.0

25 Jul 08:32
Compare
Choose a tag to compare
att-client v0.4.0 Pre-release
Pre-release

Changes

  • att-client is now a hybrid ES Modules and CommonJS package.

Full Changelog: v0.3.0...v0.4.0

att-client v0.3.0

22 Jul 02:51
Compare
Choose a tag to compare
att-client v0.3.0 Pre-release
Pre-release

What's Changed

  • Adds support for user credentials by @mdingena in #1
  • Fixes many stability issues.

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

03 Jun 14:17
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Features

  • Automatically refreshes API access token.
  • Automatically migrates WebSocket connections.
  • Additional log verbosity "Quiet", letting you silence all logging coming from ATT Client.
  • Added subscription event message types for improved developer experience:
    • ObjectKilled
    • PlayerJoined
    • PlayerKilled
    • PlayerLeft
    • PlayerMovedChunk
    • PlayerStateChanged
    • PopulationModified
    • TraceLog
    • TradeDeckUsed

Fixes

  • Fixed library exports.

v0.1.0

02 Jun 14:51
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Hello, World!

This is a barebones release with minimal functionality needed to create a bot client that is capable of

  • automatically accepting group invites;
  • automatically detecting group role changes, so that it knows whether or not it has Console permissions;
  • automatically connecting to server consoles when bot has Console permissions for that server group and server is online;
  • automatically disconnecting from server consoles when that server goes offline or the bot is removed from the group;
  • subscribing to server events when a server console connection is opened; and
  • sending console commands to servers via a console connection.

More features are planned for upcoming releases.