mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00
1.7 KiB
1.7 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
v1.0.0-beta.2 - 2016-03-07
Added
- Implement a new drive selector modal widget.
- Log Etcher version in Mixpanel and TrackJS events to aid debugging.
- Implement write validation support.
- Add a setting to enable/disable write validation.
Changed
- Heavy general refactoring.
- Make sure window size is uniform between platforms.
- Fix "Use same image" button not preserving the image selection.
- Fix step vertical bars slight mis-alignment.
- Fix vertical spacing between success message and disk unmount notice label.
- Fix focus CSS style being persisted in the buttons after a click in some cases.
- Fix uncaught exception if no file was selected from a dialog.
- Fix external URL opening freezing applications in GNU/Linux.
- Fix code-signing issues in OS X in some systems.
Removed
- Remove drive selector dropdown.
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.