mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
v1.0.0-beta.1
This commit is contained in:
parent
8187fdf4db
commit
a252b3a7e7
22
CHANGELOG.md
Normal file
22
CHANGELOG.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Change Log
|
||||||
|
|
||||||
|
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.1] - 2016-03-28
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Allow window to be dragged from anywhere.
|
||||||
|
- Add more application metadata to installation package.
|
||||||
|
- Setup code-signing for Windows.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Fix uncaught error after rejecting elevation in OS X.
|
||||||
|
- Upgrade `drivelist` to v2.0.9, which includes various drive scanning improvements.
|
||||||
|
- Make sure error is logged if its trapped with an error dialog.
|
||||||
|
- Fix broken state when going to settings from the success screen.
|
||||||
|
- Fix `Cannot read property 'length' of undefined` frequent issue.
|
||||||
|
|
||||||
|
[v1.0.0-beta.1]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.0...v1.0.0-beta.1
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.0",
|
"version": "1.0.0-beta.1",
|
||||||
"main": "lib/etcher.js",
|
"main": "lib/etcher.js",
|
||||||
"description": "An image burner with support for Windows, OS X and GNU/Linux.",
|
"description": "An image burner with support for Windows, OS X and GNU/Linux.",
|
||||||
"homepage": "https://github.com/resin-io/etcher",
|
"homepage": "https://github.com/resin-io/etcher",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user