NebulaAuth
January 25
🌌 NebulaAuth Update 1.8.1 [eng]
Official channel: https://t.me/nebulaauth
Update 1.8.1 is a small but important patch focused on bug fixes, stability improvements, and refinement of the auto-confirmation error handling system based on user feedback.
🆕 Mafile Export — Flexible Mafile Export Tool
A full-featured mafile export tool has been added, allowing flexible batch export with templates and fine-grained data filtering.
- Export mafiles to a custom directory via a new menu
(Menu → Other → Export). - Support for export templates:
- Batch export using a list of:
- All found mafiles are exported automatically, while missing ones remain in the list — useful for validation.
- Flexible field selection:
- choose which fields to keep in exported mafiles.
- for example: keep only
shared_secretto allow code generation without trade confirmations. - All options include tooltips explaining their purpose.
🆕 Other Improvements
🔁 Reworked Auto-Confirmation Error Handling (MAAC)
The auto-confirmation timer error handling logic has been fully redesigned.
What’s changed:
- The timer no longer disables accounts after the first session error.
- On session errors, the account enters Warning mode (highlighted in yellow).
- In Warning mode:
- If the session cannot be restored after 3 hours, the account switches to Error status.
- This allows:
Additional details:
- Accounts in Warning / Error status display the error reason on hover.
- Timing limits are currently configured via
settings.json:
{
"MaacErrorThreshold": "03:00:00",
"MaacRetryInterval": "00:15:00"
}MaacErrorThreshold— time before switching to Error statusMaacRetryInterval— retry interval in Warning mode
UI configuration for these parameters will be added in future versions.
🌍 Localization
- 🇫🇷 French — https://github.com/klNuno
- 🇨🇳 Chinese — https://github.com/77155331
Thanks to everyone contributing with testing, bug reports, and improvements 💜