mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
v1.0.0-beta.7
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
efe931cae5
commit
94bd796daa
19
CHANGELOG.md
19
CHANGELOG.md
@ -3,6 +3,24 @@
|
||||
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.7] - 2016-05-26
|
||||
|
||||
### Added
|
||||
|
||||
- Add `gzip` compression support.
|
||||
- Add `bzip2` compression support.
|
||||
- Provide a GUI elevation dialog for GNU/Linux.
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade Electron to v1.1.1.
|
||||
- Fix broken image drag and drop functionality.
|
||||
- Prevent global shortcuts from interferring with another applications.
|
||||
- Prevent re-activating the "Flash" button with the keybaord shortcuts when a flash is already in process.
|
||||
- Various improvements to the build system.
|
||||
- Fix certain non-removable Windows devices not being filtered out.
|
||||
- Display non-mountable Windows drives in the drive selector.
|
||||
|
||||
## [v1.0.0-beta.6] - 2016-05-12
|
||||
|
||||
### Added
|
||||
@ -120,6 +138,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.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.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
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.0.0-beta.6",
|
||||
"version": "1.0.0-beta.7",
|
||||
"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.3",
|
||||
"version": "v1.0.0-beta.7",
|
||||
"publisher": "Resin.io",
|
||||
"icon": "assets/icon.ico",
|
||||
"verbosity": 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user