Skip to content

Fire-Tools

Latest
Compare
Choose a tag to compare
@mrhaydendp mrhaydendp released this 06 Jun 02:28
· 2 commits to main since this release
fcdbef9
  • 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.popen commands with safer subprocess equivalents
  • Update tool now uses os.chmod instead 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)