Skip to content

Releases: agentsofthesystem/agent-smith

Release v1.0.2

18 Jun 20:13
26a7d58
Compare
Choose a tag to compare

1.0.2 (2024-06-18)

  • Additional features.
  • Add new supported game servers!

Supported Dedicated Servers:

https://docs.agentsofthesystem.com/build/html/agent_smith/supported-game-servers.html

Release v1.0.1

29 Mar 17:14
be78635
Compare
Choose a tag to compare

1.0.1 (2024-03-29)

Adds log file capability for debugging deployed instances of Agent Smith.

v1.0.0

22 Mar 16:35
b819a72
Compare
Choose a tag to compare

This is the first Full Release of Agent Smith. Release v1.0.0 is equivalent to v0.0.13.

Feature List:

  1. Ability to install supported dedicated game servers.
  2. Ability to start/stop/restart/update/uninstall dedicated game servers.
  3. Customize game servers with input arguments.
  4. Nginx Reverse Proxy for security enhancement. User can change port, SSL certificate hostname as desired.
  5. Detect when a newer version of a game server is available on current branch; eg latest build.
  6. Pairs with v1.0.0 of Operator Client - https://github.com/agentsofthesystem/operator/releases/tag/v1.0.0
  7. Function PyQt GUI interface as a system tray application.

Known Limitations:

  1. GUI does experience some blocking issues and may freeze up.
  2. Windows Defender flags agent-smith.exe as a "virus" even though it is not...

Documentation Can be found here: https://docs.agentsofthesystem.com/build/html/agent_smith.html

Release v0.0.13

22 Mar 16:25
b819a72
Compare
Choose a tag to compare
Release v0.0.13 Pre-release
Pre-release

0.0.13 (2024-03-22)

Release v0.0.12

06 Mar 23:02
871e6b6
Compare
Choose a tag to compare

0.0.12 (2024-03-06)

Bug Fixes

Release v0.0.11

22 Feb 22:21
8108bc1
Compare
Choose a tag to compare

0.0.11 (2024-02-22)

New Features:

  1. Adds the ability to support game updates and track build ids.
  2. Alerts user on Game Manager if a new game update is available.

0.0.10 (2024-02-04)

  • User is notified when installation process starts / when finished.
  • User is notified when update process starts / when finished.
  • User is asked to confirm game server uninstall.
  • Game Manager buttons are disabled until game server state is determined, and then they are updated. This prevents any accidental button clicks.
  • User is prevented from installing the same game server twice. Closes #40
  • Closes #18
  • Adds Documentation Improvements
  • Closes #17 - The quick action menu updates every 60 seconds on a timer.
  • Closes #12 - Not really a bug, per say, and more of an improvement to the GUI widgets resizing. It's still not perfect.
  • Closes #27 - The information required at GUI startup is consolidated into a single API call, and startup time was improved from 6 seconds down to 3 seconds. Some additional instrumentation was added to see how long certain functions take to run.

0.0.9 (2024-01-20)

New Features:

  • Complete/Tested PalWorld Support.
  • Ability to update a game via the Game Manager GUI.