Tags give the ability to mark specific points in history as being important
-
1.1.0
43aafe57 · ·1.1.0 Don't ask users to turn on USB Debugging * adb doesn't always work reliably on some machines, driver issues * Sometimes the confirmation prompt won't show up * It just causes issues and adds extra friction at times * Let's still support it behind the scenes because it doesn't cost us much and does work Support parallel flashing in the main program via a flag * It's been a long time since we've been using this, it works ok * Let's make things easier by getting rid of the needed of a separate program * Also fixes "go vet" and thus in turn the CI runs
-
1.0.3
6e288716 · ·1.0.3 Xiaomi Mi A2 (jasmine_sprout) fixes * Show the warning message stating that you need to manually boot into bootloader again * Run fastboot flashing unlock_critical * We don't run lock_critical because even with just 'lock' you can't flash those partitions anyway, and Google says "OTAs should fail to update critical sections if the device is in lock critical state." * We want to be able to update these partitions via OTA.
-
2.0.0
First release of the refactored codebase * Doesn't touch the current directory anymore, uses temporary directories * Need to explicitly pass the image to be flashed using --image