Releases: mt4monitor/MT4-Monitor-Pro
Release list
v1.0.2
Fixed: False disconnect alerts on startup
Accounts no longer trigger false "disconnected" notifications right after the app launches. The app now waits for a fresh heartbeat from each account before it starts watching for disconnects — with a 3-minute safety timeout to make sure accounts that are genuinely offline still get flagged.
Fixed: Removed accounts couldn't be re-added properly
Removing an account now fully deletes its settings instead of just hiding them. This means re-adding a previously removed account will work correctly and report status as expected.
v1.0.1
App Update Notes
- Regenerated Electron build artifacts to ensure the app ships with the latest code changes.
- Updated the compiled main process file (
build/electron/main.cjs) and webhook endpoints file (build/electron/webhook-endpoints.cjs) to match recent source updates. - Refreshed the underlying source for
electron/main.cjsandfrontend/src/App.tsxto keep the app logic and UI in sync. - Synchronized the built bundles with the latest source, including updated minification and obfuscation of the main Electron bundle.
- Applied corresponding UI and logic adjustments in
App.tsxfor a smoother, more consistent user experience.
v1.0.0
App Update: Auto-Updater & Webhook Sync (vX.Y.Z)
We've released an important update to streamline app updates and payment integrations. This version fixes synchronization issues between source code and build artifacts while improving reliability for auto-updates and Stripe webhooks.
Key Improvements
- Electron Main Process: Enhanced auto-updater handling for seamless background updates.
- Build Artifacts: Fixed desyncs in packaged outputs.
- Webhook Endpoints: Improved Stripe session helpers and IPC communication.
- Frontend: Better update progress and payment status in App.tsx.
Benefits
- Smoother auto-updates with user notifications.
- Reliable Stripe webhook integration.
- Real-time dashboard updates.
Restart the app to apply. Full details in app menu.