Multi-layout screen layout will now switch between screen layout without completely redraw the whole screen
Added a new auto-error recovery detection algorithm to predict and react to potential errors that may occur
Added a new error-recover-retry-reboot (E3R) system. This will automatically detect error, attempt to recover from the error, retry the command and reboot if still remain failed
Added a new fastboot bootloader feature to allow fastreboot when E3R is requesting a reboot
Added a new execution load pruning with 2 steps x 5 seconds look ahead
Added a new intelligent algorithm to reduce device power consumption with process tree alpha/beta pruning algorithm
Added a new network communication error-correction algorithm for both UDP/TCP calls
Bug Repair
Repaired a problem where fail to resolve DNS may cause the system to become unstable
Repaired a problem where false DNS resolution to OnePass server will cause the system to become unstable
Repaired a problem where transmitting Wi-Fi signal exceed TCP standard TTL due to interference will cause the system to become unstable
Repaired a problem where network retry during TTL will cause memory sectors to be locked exclusively until network is back online
Repaired a problem where checking for network connectivity will cause an infinite loop if the Wi-Fi network is unstable
Repaired a problem where Color #(251, 251, 251) will show as pure white Color #(254, 254, 254)
Repaired a problem where Color #(2, 2, 2) will show as pure black Color #(0, 0, 0)
Repaired a problem where framerate will drop after internal bug reporting system reported a bug
Repaired a problem where network interface will not turn on during a restart request
Repaired a problem where CPU did not resume clock rate immediately if GPU only takes one tick to process the request
Repaired a problem where weak Wi-Fi signal will cause the network interface to become non-responsive
Repaired a problem where weak Wi-Fi signal will cause the screen to flicker (black frames) if signal strength increase and decrease frequently
Repaired an infinite loop during error reporting process for E3R system
Repaired a problem in alpha/beta pruning algorithm where it did not fully eliminate unnecessary process
Repaired a problem where network communication error-correction algorithm is falsely detecting errors
Reduced the sensitivy and priority for execution load pruning system during heavy screen rendering
Reduced E3E attempt to retry from 30 times in 30 minutes down to 10 times in 30 minutes
Increased execution load pruning from 2 steps look ahead to 3 steps look ahead
Reduced execution load pruning from 5 seconds look ahead to 4 seconds look ahead
Shorten the UDP packet TTL-Retry time from 5 seconds to 3 seconds