UBports Installer 0.9.6-beta
A snap package can be installed by running snap install ubports-installer
on any Linux distribution.
What's Changed
- Fix bug in
adb:reconnect
by @NeoTheThird in #2543 - Fix
adb:update
action and allowadb:shell
action to take an array by @NeoTheThird in #2542 - setup-dev.sh: Add Void Linux support by @JamiKettunen in #2603
- Disable manual download buttons during checksum test by @llewelld in #2622
- Delay activation of manual device select button by @llewelld in #2611
- Add unit to speedText span by @pajlow in #2637
- Update dependencies by @amartinz in #2613
- main: do not lower priority of rendering when in background by @amartinz in #2546
- Fix restart button when Done by @llewelld in #2610
- Use sveltestrap by @pajlow in #2559
- Keep track of ignored errors, resolves #2533 by @NeoTheThird in #2681
- plugins: fastboot: add commands for interacting with logical partitions by @amartinz in #2748
New Contributors
- @JamiKettunen made their first contribution in #2603
- @llewelld made their first contribution in #2622
Full Changelog: 0.9.5-beta...0.9.6-beta
Developer notes
This adds support for fastboot dynamic partitions
- actions:
- fastboot:create_logical_partition:
partition: "partition_name"
size: 3221225472
- fastboot:delete_logical_partition:
partition: "partition_name"
- fastboot:resize_logical_partition:
partition: "partition_name"
size: 3221225472