From 1f56893387a51cdc636e25bc6962cb7769d62e9e Mon Sep 17 00:00:00 2001 From: Shibe Drill <53824200+shibedrill@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:59:56 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69a8fa6..f9dc091 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ I need to verify the output of the OS information detection libraries I'm pullin - Alma Linux - Alpine Linux +- Android - Arch Linux - CentOS - Debian GNU/Linux @@ -75,7 +76,8 @@ I need to verify the output of the OS information detection libraries I'm pullin ### Bugs, Quirks, Unintended Behavior, And Other Shenanigans -No weird quirks to report at this time. + - Some information may be vague or incorrect on Android. I might consider switching to new stacks for certain pieces of information. + - GPU detection might require root on certain platforms, such as Android and MacOS. ### To Do & Roadmap @@ -87,7 +89,9 @@ No weird quirks to report at this time. - Add support for user configurability for entries (whether or not an entry shows, its color, units for memory and time) - Add process count detection -- Refactor logic for cleaner code +- Refactor logic for cleaner code +- Fix Android-specific problems +- Make GPU display names more compact (how?) #### Future