- Updated "requests" version requirement to 2.32.0 because of CVE-2024-35195
- Fixed formatting inconsistancies
- Updated code comments
- Fixed Play Store crashes by re-installing after initial Gapps install
- Replaced
os.system/os.popencommands with safersubprocessequivalents - Update tool now uses
os.chmodinstead of Shell command - Appinstaller function can now accept idividual packages as an input
- Custom DNS & xdg-open/open -e commands now use try/except instead of Bash/Posix operators
- Enabled/disabled packages on the UI are now generated by enabled & disabled arrays (might be easier to update lists on the fly)