mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-26 00:07:17 +00:00
v1.0.0-beta.9
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
5eb330d0dc
commit
57169b8313
@ -3,6 +3,12 @@
|
|||||||
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.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
|
## [v1.0.0-beta.8] - 2016-06-15
|
||||||
|
|
||||||
### Added
|
### 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 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.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.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.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
|
[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
5630
npm-shrinkwrap.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.8",
|
"version": "1.0.0-beta.9",
|
||||||
"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",
|
||||||
@ -38,7 +38,7 @@
|
|||||||
"builder": {
|
"builder": {
|
||||||
"win": {
|
"win": {
|
||||||
"title": "Etcher",
|
"title": "Etcher",
|
||||||
"version": "v1.0.0-beta.8",
|
"version": "v1.0.0-beta.9",
|
||||||
"publisher": "Resin.io",
|
"publisher": "Resin.io",
|
||||||
"icon": "assets/icon.ico",
|
"icon": "assets/icon.ico",
|
||||||
"verbosity": 1
|
"verbosity": 1
|
||||||
@ -80,6 +80,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"angular-mocks": "^1.4.7",
|
"angular-mocks": "^1.4.7",
|
||||||
"cz-conventional-changelog": "^1.1.6",
|
"cz-conventional-changelog": "^1.1.6",
|
||||||
|
"browserify": "^13.0.1",
|
||||||
"electron-builder": "^2.6.0",
|
"electron-builder": "^2.6.0",
|
||||||
"electron-mocha": "^1.2.2",
|
"electron-mocha": "^1.2.2",
|
||||||
"electron-osx-sign": "^0.3.0",
|
"electron-osx-sign": "^0.3.0",
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 125 KiB |
Loading…
x
Reference in New Issue
Block a user