🔧 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 ✨
- Fleet Dashboard — Grouped containers with batched actions and combined logs; data ready instantly, streaming in real time.
- Performance — Dashboard updates patch in place instead of rebuilding the whole table; the server does minimal work when idle.
- Security & updates — Updates are verified before installing and install cleanly; peer connections are validated and login protections tightened.
Bug Fixes 🐛
- Stuck states — Actions can't wedge, live streams survive refreshes, duplicate clicks are gone, and healthy nodes no longer falsely show as offline.
- App data directories — Apps that need a data folder now use the right location on macOS (
~/.data), and app aliases resolve correctly during installs.
📝 Update Instructions
- Run
igm updateto update IGM to version3.0.0-beta.6. - Run
igm versionto check what version you're on.
⚠️ If for reason IGM WebUI still shows as beta 5, runigm 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.