mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +00:00
v1.0.0-beta.5
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
cb4798e0a5
commit
e4024bfe66
16
CHANGELOG.md
16
CHANGELOG.md
@ -3,6 +3,21 @@
|
|||||||
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.0.0-beta.5] - 2016-05-04
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Add `xz` compression support.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improve "Select Image" supported file types label.
|
||||||
|
- Fix error that prevented the application to be elevated correctly on Windows.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Deprecate GNU/Linux `.tar.gz` installers in favor of AppImages.
|
||||||
|
|
||||||
## [v1.0.0-beta.4] - 2016-04-22
|
## [v1.0.0-beta.4] - 2016-04-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -90,6 +105,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Fix broken state when going to settings from the success screen.
|
- Fix broken state when going to settings from the success screen.
|
||||||
- Fix `Cannot read property 'length' of undefined` frequent issue.
|
- Fix `Cannot read property 'length' of undefined` frequent issue.
|
||||||
|
|
||||||
|
[v1.0.0-beta.5]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.4...v1.0.0-beta.5
|
||||||
[v1.0.0-beta.4]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.3...v1.0.0-beta.4
|
[v1.0.0-beta.4]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.3...v1.0.0-beta.4
|
||||||
[v1.0.0-beta.3]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.2...v1.0.0-beta.3
|
[v1.0.0-beta.3]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.2...v1.0.0-beta.3
|
||||||
[v1.0.0-beta.2]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.1...v1.0.0-beta.2
|
[v1.0.0-beta.2]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.1...v1.0.0-beta.2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.4",
|
"version": "1.0.0-beta.5",
|
||||||
"main": "lib/start.js",
|
"main": "lib/start.js",
|
||||||
"description": "An image flasher with support for Windows, OS X and GNU/Linux.",
|
"description": "An image flasher with support for Windows, OS X and GNU/Linux.",
|
||||||
"homepage": "https://github.com/resin-io/etcher",
|
"homepage": "https://github.com/resin-io/etcher",
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 126 KiB |
Loading…
x
Reference in New Issue
Block a user