🔧 App Update, Stability and Performance Improvements 🔧
This release includes additional system hardening, bug fixes and performance improvements, resulting in a faster, more reliable and more efficient platform.
📋 Changelog
Improvements ✨
-
Grass App — Updated IGM to handle the new Grass app update, which now requires access token as part of credentials handling.
- Remove existing Grass app and reconfigure Grass credentials.
- Refer to the following guide on how to obtain the access token.
- Redeploy Grass will now supply the access token to the new Grass app.
-
Overall system stability — Improved fleet peer detection, faster discovery, and more reliable server stop/restart lifecycle.
-
Performance — Server runs more efficiently on constrained hardware with reduced resource usage.
Bug Fixes 🐛
- General fixes — Squashed various internal bugfixes across fleet and platform.
📝 Update Instructions
- Run
igm updateto update IGM to version3.0.0-beta.7. - Run
igm versionto check what version you're on.
⚠️ If for reason IGM WebUI still shows as a previous version, run
igm web restartto restart the server.
If the update doesn't work, run the installer to force the update.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/XternA/income-generator/installer/install.sh | shWindows
Run the following installer outside of WSL with Command Prompt.
curl -fsSL https://raw.githubusercontent.com/XternA/income-generator/installer/install.cmd -o install.cmd && install.cmd && del install.cmdRun igm web restart to restart the server.