Skip to content
Compare
Choose a tag to compare
@p-dor p-dor released this 26 Jan 18:28
· 1 commit to main since this release
  • Debug log level adjustments for easy read - all app logs now level l / traffic logs now level 2.
  • Improved security with secret key generated dynamically, stored in a Key.txt file and encrypted with a unique hardware key. New version will ask for passwords again (when cookie expires).
  • New bouton to configure automatic notifications by email + CSV file for important device events. #37
  • Fixed "Modify" buttons in NAT/PAT rules enabled while no rule is selected.
  • Support of forced signin to repeater when reported as inactive.
  • Field labels uniformization (DHCP, NAT/PAT, Graph)
  • Fixed issue with DHCPTab. #64
  • Usage of QtCore.QDir.toNativeSeparators() after selecting folders or files
    d = QtWidgets.QFileDialog.getExistingDirectory(...)
    d = QtCore.QDir.toNativeSeparators(d)
  • Translated french error messages in LmSession (URL redirections).
  • Display NMC.Reboot.BootCounter in Livebox & Repeaters infos -> real total nb of reboots.
  • Fixed voltage & BIAS display unit for LB6 & LB7.
  • Usage of CSV package to generate CSV files. New configuration parameter to specify the CSV delimiter.
  • New button for DynDNS support. #60
  • New button for DMZ support.
  • New option to prevent PC to go to sleep while program is running.
  • New option to specify timeout margin. #43
  • LmSession optimizations - package and method are now passed separately.
  • Wifi Scheduler status & control adaptations for new firmware, for LB & repeaters.
  • Added mode of operation, WPS mode and link type display in repeater Wifi infos.
  • New features to assign local names from Livebox names for all unknown devices. New button in device list tab and question asked at startup if MacAddrTable is empty. #67
  • All error, status, question and infos dialogs are now displayed well centered according to main window.
  • All messages boxes are now translated in French. #8
  • New WakeOnLAN button in device info tab, sending WOL signal to selected device (wakeup if WOL supported). Thanks to @matrixbx for the suggestion.
  • Edit contact from call list search by number first. #78
  • Improved Wifi repeater identification.
  • Support of backup/restore features in Action tab. #70
  • Spam button added in Phone tab allowing to check the origin of a call. #76
  • New "Save passwords" preference allowing to stop saving the Livebox/Repeater passwords in the configuration. #74
  • Adjusted the ONT RX/TX power colors check to XGS-PON link type.