Skip to content

3.0.0-beta.6

Latest

Choose a tag to compare

@XternA XternA released this 15 Aug 12:34
3.0.0-beta.6

🔧 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 update to update IGM to version 3.0.0-beta.6.
  • Run igm version to check what version you're on.

⚠️ If for reason IGM WebUI still shows as beta 5, run igm web restart to 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 | sh

Windows

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.cmd

Run igm web restart to restart the server.