Back to Changelog

v1.0.201

Patch Released May 8, 2026

Critical fixes: i18n EN slot Arabic corruption, nftables port persistence after reboot, and Ubuntu 24 ssh.socket restart hang

Bug Fixes

3
  • Fixed i18n EN slot Arabic corruption: setup wizard English selection resulted in Arabic panel due to alphabetic locale import order overwriting EN keys with Arabic defaults. Backend now processes en.json first and restricts key creation to English locale only.
  • Fixed reboot lockout after panel/SSH port change: nftables.conf was not updated when ports were changed via API, causing the new port rules to be lost on reboot. New PersistPortReplace helper now updates /etc/nftables.conf via regex after every port change.
  • Fixed ssh.socket restart hang on Ubuntu 24: service manager restart command would hang when active SSH sessions were present. Fixed with explicit stop/kill/reload/start sequence instead of atomic restart.
See the Demo