Releases: agentsofthesystem/agent-smith
Releases · agentsofthesystem/agent-smith
Release v1.0.6
1.0.6 (2024-08-28)
Add ability to check for updates manually.
Release v1.0.5
1.0.5 (2024-08-27)
Hotfix for last release.
Release v1.0.4
1.0.4 (2024-08-27)
- Release Tags are now built into packaged executable so end users can call up what version of software is being run.
- Bug Fixes
Release v1.0.3
1.0.3 (2024-07-31)
Bugs fixed:
- Resolves #78 - Removed option to create a new argument and make it required. Users should not be able to add a required argument.
- Resolves #79 - Devs can now block users from adding any arguments for a given game server implementation.
- Resolves #74 - Correct linux paths from showing up on windows in the new argument window/widget.
- Resolves #76 - Fix duplicate arguments adding while adding a single argument. There was an issue where the Game Manager windows refreshing itself would cause a delay which resulted in the duplication.
Other fixes:
- Decreased refresh interval on Game Manager window from 15 to 6 seconds.
Release v1.0.2
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
1.0.1 (2024-03-29)
Adds log file capability for debugging deployed instances of Agent Smith.
v1.0.0
This is the first Full Release of Agent Smith. Release v1.0.0 is equivalent to v0.0.13.
Feature List:
- Ability to install supported dedicated game servers.
- Ability to start/stop/restart/update/uninstall dedicated game servers.
- Customize game servers with input arguments.
- Nginx Reverse Proxy for security enhancement. User can change port, SSL certificate hostname as desired.
- Detect when a newer version of a game server is available on current branch; eg latest build.
- Pairs with v1.0.0 of Operator Client - https://github.com/agentsofthesystem/operator/releases/tag/v1.0.0
- Function PyQt GUI interface as a system tray application.
Known Limitations:
- GUI does experience some blocking issues and may freeze up.
- 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
0.0.13 (2024-03-22)
Release v0.0.12
0.0.12 (2024-03-06)
Bug Fixes
Release v0.0.11
0.0.11 (2024-02-22)
New Features:
- Adds the ability to support game updates and track build ids.
- 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.