mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-17 00:06:32 +00:00
v1.2.0
This commit is contained in:
parent
4e891151f4
commit
a87b05c9f7
34
CHANGELOG.md
34
CHANGELOG.md
@ -3,6 +3,40 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## v1.2.0 - 2017-11-22
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Display actual write speed
|
||||||
|
- Add the progress and status to the window title.
|
||||||
|
- Add a sudo-prompt upon launch on Linux-based systems.
|
||||||
|
- Add optional progress bars to drive-selector drives.
|
||||||
|
- Increase the flashing speed of usbboot discovered devices.
|
||||||
|
- Add eye candy to usbboot initialized devices.
|
||||||
|
- Integrate Raspberry Pi's usbboot technology.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Fix bzip2 streaming with the new pipelines
|
||||||
|
- Remove Linux elevation meant for usbboot.
|
||||||
|
- Fix `LIBUSB_ERROR_NO_DEVICE` error at the end of usbboot.
|
||||||
|
- Gracefully handle scenarios where a USB drive is disconnected halfway through the usbboot procedure.
|
||||||
|
- Make sure the progress button is always rounded.
|
||||||
|
- Fix permission denied issues when XDG_RUNTIME_DIR is mounted with the `noexec` option.
|
||||||
|
- Fix Etcher being unable to read certain zip files
|
||||||
|
- Fix "Couldn't scan the drives: An unknown error occurred" error when there is a drive locked with BitLocker.
|
||||||
|
- Fix "Missing state eta" error when speed is zero
|
||||||
|
- Fix "Stuck on Starting..." error
|
||||||
|
- Fix situations where the process would get stuck while flashing
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
- Add the Python version (2.7) to the CONTRIBUTING doc.
|
||||||
|
- Remove duplicate debug enabling in usbboot module.
|
||||||
|
- Update Electron to v1.7.9
|
||||||
|
- Retry ejection various times before giving up on Windows.
|
||||||
|
- Try to use `$XDG_RUNTIME_DIR` to extract temporary scripts on GNU/Linux.
|
||||||
|
|
||||||
## v1.1.2 - 2017-08-07
|
## v1.1.2 - 2017-08-07
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"version": "1.1.2",
|
"version": "1.2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/angular": {
|
"@types/angular": {
|
||||||
"version": "1.6.17",
|
"version": "1.6.17",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.1.2",
|
"version": "1.2.0",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"updates": {
|
"updates": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 100 KiB |
Loading…
x
Reference in New Issue
Block a user