Releases: mdaltoon10/D-UI
Releases · mdaltoon10/D-UI
Release list
Release v1.5.7
- Fix update inbound node dirty logic
- Bug fixes and optimizations
v1.5.6 (Final Fix for Reseller Clients)
Permanent Fix for Client Migration
- Fix: Safely disabled the previous
undomigration which was too destructive. Thev1.5.5update forcibly cleared thecreated_byfield for all users, mistakenly returning genuine reseller users back to the master admin. - If you updated to
v1.5.4and noticed merged users, please restore your database backup as you did. Anyone updating from earlier versions straight tov1.5.6will now skip the buggy migration completely and users will remain separated securely. - Restored complete separation between Main Panel clients and Admin Panel clients.
v1.5.5 (Hotfix)
Hotfix for v1.5.4
- Fix: Reverted the broken migration in v1.5.4 that accidentally assigned Master Admin clients to Reseller Admins.
- This update automatically runs an
Undomigration to clear the falsecreated_byassignments from the database, bringing all clients back to the Master Admin. - Note: If any Reseller Admin had legitimately created a few clients recently, those clients will also be moved back to the Master Admin and will need to be re-created or ignored.
v1.5.4
Changes
- Fix: Back-end migration to assign missing
created_byattributes for legacy clients in theclientstable and thesettingsJSON to the corresponding Reseller Admins. This resolves the issue where reseller admins see 0 clients.
v1.5.3
Changes
- Implement dynamic self-repair migration for legacy clients without a
createdByfield in local storage. This automatically assigns them to the correct Reseller Admin based on inbound permissions. - Support setting
createdByexplicitly during client creation if provided. - Bump package version to v1.5.3.
v1.5.2
fix: resolve checkClientIpJob fail2ban excessive execution causing pa…
v1.5.1
fix: restore corrupted README preview images again
v1.5.0
feat: publish v1.5.0 with real-time client traffic speed display
Release v1.4.9
v1.4.9 Release
- 🆕 Features & Improvements:
- Added the command to check, install, or upgrade PostgreSQL client tools ( and ) automatically from the CLI and interactive menu.
- Enhanced shell script integration to delegate setup automatically and handle fallback processes seamlessly.
- Bumped panels and frontend configurations to v1.4.9 with complete type safety, compilation verification, and successful linter execution.