-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpatchnotes.txt
More file actions
9 lines (9 loc) · 641 Bytes
/
patchnotes.txt
File metadata and controls
9 lines (9 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
V1.1.3
• Fixed issue where battery info was not being updated after the initial boot.
• Changed from using for loops to get CPU / Mem usage to using Regex and or grep directly
• Changed how to get sleep state of device and now only use Grep instead of a for loop
• If MEMAVAILABLE is not found then we will use MemFree instead, this may result in inaccurate memory calculation.
• replaced most of print statements with g_log
• removed all the if statements for device_commands and made the values in the dropdown match the dictionary key
• Simplified getting battery states
• made source code available for any improvements