v1.0.0-beta.9

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-06-20 12:37:07 -04:00
parent 5eb330d0dc
commit 57169b8313
4 changed files with 5640 additions and 2 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [v1.0.0-beta.9] - 2016-06-20
### Changed
- Don't interpret image file name information between dots as image extensions.
## [v1.0.0-beta.8] - 2016-06-15
### Added
@ -156,6 +162,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix broken state when going to settings from the success screen.
- Fix `Cannot read property 'length' of undefined` frequent issue.
[v1.0.0-beta.9]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.8...v1.0.0-beta.9
[v1.0.0-beta.8]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.7...v1.0.0-beta.8
[v1.0.0-beta.7]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.6...v1.0.0-beta.7
[v1.0.0-beta.6]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.5...v1.0.0-beta.6

5630
npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "etcher",
"displayName": "Etcher",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"main": "lib/start.js",
"description": "An image flasher with support for Windows, OS X and GNU/Linux.",
"homepage": "https://github.com/resin-io/etcher",
@ -38,7 +38,7 @@
"builder": {
"win": {
"title": "Etcher",
"version": "v1.0.0-beta.8",
"version": "v1.0.0-beta.9",
"publisher": "Resin.io",
"icon": "assets/icon.ico",
"verbosity": 1
@ -80,6 +80,7 @@
"devDependencies": {
"angular-mocks": "^1.4.7",
"cz-conventional-changelog": "^1.1.6",
"browserify": "^13.0.1",
"electron-builder": "^2.6.0",
"electron-mocha": "^1.2.2",
"electron-osx-sign": "^0.3.0",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 125 KiB