mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-21 22:07:18 +00:00

* upgrade: etcher-image-stream to v2.3.0 This version contains support for `hddimg` files. Changelog-Entry: Add support for `hddimg` images. Change-Type: minor Fixes: https://github.com/resin-io/etcher/issues/549 Link: https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md#v230---2016-07-01 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com> * minifix(GUI): add a "many more" tooltip in the first step The amount of image types we support is growing exponentially. Adding the uncompressed extensions and the compressed ones in a tooltip gave us room the breathe in the past, but its not enough anymore. The current approach allows us to scale forever: we list the first three extensions, and add a "many more" tooltip that shows all the rest. Change-Type: patch Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>