🔧 General reliability and performance improvements 🔧
This release focuses on making the web dashboard more reliable and consistent across all devices, along with several optimisations and fixes under the hood.
📋 Changelog
Improvements ✨
- More reliable web server restart after updating to newer version.
- Fix issue with UUID generation in WebUI where button doesn't do anything depending how the UI dashboard is accessed.
- After deploying proxy applications, if new applications have UUIDs and they are generated, it will show up on the Proxies tab under Applications UUID section immediately without requiring page refresh.
Bug Fixes 🐛
- Fixed a cosmetic issue where some version strings were incorrectly displayed with a "v" prefix under Fleet dashboard.
Applications 💽
- Updated AntGain application due to settings changed.
- You will need to reconfigure AntGain as it now requires a UUID. Generate this from the WebUI or via
igm setup. Redeploy the application for the new changes to be picked up.
- You will need to reconfigure AntGain as it now requires a UUID. Generate this from the WebUI or via
- Updated ProxyBase application due to settings changed.
- Remove the current ProxyBase application if deployed and redeploy to pick up the new image and install the newer version.
📝 Update Instructions
Run igm update to update IGM to version 3.0.0-beta.4.
Run igm version to check what version you're on.
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.