From 37769efbeda0abe7993d95e2b2aea2f461edd307 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:56:40 +0200 Subject: [PATCH] v1.5.116 --- .versionbot/CHANGELOG.yml | 3350 +++++++++++++++++++++---------------- CHANGELOG.md | 60 + npm-shrinkwrap.json | 4 +- package.json | 2 +- 4 files changed, 1990 insertions(+), 1426 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a741ce3360..dcf97c26ea 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,5 +1,164 @@ +- commits: + - subject: Only cleanup temporary decompressed files in child-writer + hash: 48b5e8b9d90fdd9df98e099db1947bb6b2490a5a + body: '' + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: [] + - subject: Add .versionbot/CHANGELOG.yml + hash: 1f138f0ecc13046ffe4f0bce2795c492fc3d4486 + body: '' + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: [] + - subject: 'Stop using node-tmp, use withTmpFile from etcher-sdk instead' + hash: 73f67e99ca7608a43afb326ab4a63e9507b769a1 + body: '' + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: [] + - subject: Update etcher-sdk from 5.2.2 to 6.1.0 + hash: 9114da2445df0df85fc97aa3d83797c72963aba6 + body: | + Update etcher-sdk from 5.2.2 to 6.1.0 + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: + - commits: + - subject: Prefix temporary decompressed images filenames + hash: 58b0ba2d9362536a105ff2b1152915540a9efb1e + body: '' + footer: + Change-type: minor + change-type: minor + author: Alexis Svinartchouk + nested: [] + version: etcher-sdk-6.1.0 + date: 2021-02-03T13:41:11.058Z + - commits: + - subject: Ignore ENOENT errors on unlink in withTmpFile + hash: 7bb2a23c4e94dcda6a7b494fe0435c0b59b56b06 + body: > + The temporary file might have been already deleted by + cleanupTmpFiles + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: [] + version: etcher-sdk-6.0.1 + date: 2021-02-02T14:57:11.116Z + - commits: + - subject: Export tmp and add prefix and postfix options + hash: bd80af3ec5a87229fb3aebe2c77787371ab20253 + body: '' + footer: + Change-type: major + change-type: major + author: Alexis Svinartchouk + nested: [] + version: etcher-sdk-6.0.0 + date: 2021-02-01T18:03:42.334Z + - commits: + - subject: upgrade lint + hash: 172bf453b5f96d6ebe06dc6564dec6613b97e3c7 + body: '' + footer: + Change-type: patch + change-type: patch + author: Zane Hitchcox + nested: [] + version: etcher-sdk-5.2.3 + date: 2021-01-26T12:07:58.336Z + - subject: Revert "Change some border colors to have higher contrast" + hash: 554bbcc780f96b007b5b28610e1c724fab863cb5 + body: | + This reverts commit 8c4edaabba832a5771caea69356e4d565a2c2e13. + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: [] + - subject: Update electron to v9.4.1 + hash: 4db2289cfdd02f41523b6ece2982c22114372f40 + body: '' + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: [] + - subject: Update etcher-sdk from 5.2.1 to 5.2.2 + hash: c15b56bc237207fd16b432c22e612c20f16b451a + body: | + Update etcher-sdk from 5.2.1 to 5.2.2 + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: + - commits: + - subject: Update drivelist from 9.2.2 to 9.2.4 + hash: cebb5202f81572aac786c332c9c71c537602774c + body: | + Update drivelist from 9.2.2 to 9.2.4 + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + nested: + - commits: + - subject: >- + Pass strings between methods as std::string instead of + char * + hash: 1ec6a8ffc4c9e138b78210f0db84a9ebd6c9182b + body: > + - Fixes "basic_string::_M_construct null not valid" + exception + aborting program, because WCharToUtf8() returned NULL + in some cases, and NULL was being fed to string constructor. + - Fixes memory leak because memory allocated with + calloc() + in WCharToUtf8() was not being freed anywhere + - Fixes undefined behavior because GetEnumeratorName() + returns + pointer to stack memory, that goes outside of scope while + pointer still is being used. + + Closes #381 + + Closes #382 + footer: + Change-type: patch + change-type: patch + author: Floris Bos + version: drivelist-9.2.4 + date: 2021-01-19T13:27:50.033Z + - commits: + - subject: >- + Support lsblk versions that do no support the pttype + column + hash: a6d568bb64e53c0dc3aeb226cbd0b19bbb090671 + body: '' + footer: + Change-type: patch + change-type: patch + author: Alexis Svinartchouk + version: drivelist-9.2.3 + date: 2021-01-19T13:07:29.910Z + version: etcher-sdk-5.2.2 + date: 2021-01-19T17:24:06.603Z + version: 1.5.116 + date: 2021-02-03T13:58:32.420Z - version: 1.5.115 - date: 2021-01-18T12:07:12Z + date: 2021-01-18T12:07:12.000Z commits: - hash: 361c32913ccab6dffacce47dbac22eac61b4abc9 author: Alexis Svinartchouk @@ -8,14 +167,14 @@ subject: Update etcher-sdk from 5.1.12 to 5.2.1 body: Update etcher-sdk from 5.1.12 to 5.2.1 - version: 1.5.114 - date: 2021-01-15T12:28:32Z + date: 2021-01-15T12:28:32.000Z commits: - hash: 93db90c725bdc56967eb73eace8cc09d6d4b1c70 author: Alexis Svinartchouk footers: change-type: patch subject: Disable screensaver while flashing (on balena-electron-env) - body: + body: null - hash: 3521b61a817e5094425b9c631ec5bd485f50c0e9 author: Aaron Shaw footers: @@ -28,26 +187,26 @@ footers: change-type: patch subject: Fix typo in webpack.config.ts comment - body: + body: null - hash: b74069eb41e88826a26a893c43624001db919a62 author: Alexis Svinartchouk footers: changelog-entry: Update webpack to v5 change-type: patch subject: Update webpack to v5 - body: + body: null - hash: f82996bfd1b7b562f2889eeddc5589df62817f5b author: Alexis Svinartchouk footers: change-type: patch subject: Update @balena/lint to 5.3.0 - body: + body: null - hash: 53954e81fd148f25da67d56cff32cf89171e13a4 author: Alexis Svinartchouk footers: change-type: patch subject: Update dependencies - body: + body: null - hash: f9d7991dc8aaca8ebeeb56309f52ec7cc5141058 author: Alexis Svinartchouk footers: @@ -66,9 +225,9 @@ changelog-entry: Remove libappindicator1 debian dependency change-type: patch subject: Remove libappindicator1 debian dependency - body: + body: null - version: 1.5.113 - date: 2020-12-08T13:54:21Z + date: 2020-12-08T13:54:21.000Z commits: - hash: 8c4edaabba832a5771caea69356e4d565a2c2e13 author: Lorenzo Alberto Maria Ambrosi @@ -76,7 +235,7 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Change some border colors to have higher contrast - body: + body: null - hash: d3df2fe57eae0c05d031dabd3f4e0454d0b3849d author: Alexis Svinartchouk footers: @@ -97,9 +256,9 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Change some border colors to have higher contrast - body: + body: null - hash: 2f08142f5abe91b2ba09357c18e2750621484181 - author: bulldozer-balena[bot] + author: 'bulldozer-balena[bot]' subject: 'Merge pull request #3379 from balena-io/high-contrast-lines' body: Change some border colors to have higher contrast - hash: 409b78fc21c7d9b09e15671fcf085e54ac1ca357 @@ -108,52 +267,52 @@ changelog-entry: Fix effective flashing speed calculation for compressed images change-type: patch subject: Fix effective flashing speed calculation for compressed images - body: + body: null - hash: c32e485f279d462a83f687d66b0a84158da815f5 author: Alexis Svinartchouk footers: change-type: patch subject: Remove dead code in settings modal - body: + body: null - hash: fe0b45cae63878ee9bdf40cea943ce29a484ff97 author: Alexis Svinartchouk footers: change-type: patch subject: Only show auto-updates setting on supported targets - body: + body: null - hash: 1f94f44b182ee24831bd3bd702df58e72faee807 author: Alexis Svinartchouk footers: changelog-entry: Remove unmountOnSuccess setting change-type: patch subject: Remove unmountOnSuccess setting - body: + body: null - hash: de0010eb72240da28f4cebd8aa1830b4bad1f6f1 author: Alexis Svinartchouk footers: change-type: patch subject: Update rgb leds colors - body: + body: null - hash: 3987078c11f7fefa32571e0f48dfab107d9d324e author: Giovanni Garufi footers: change-type: patch subject: Update npm to v6.14.8 - body: + body: null - hash: b1e4e681d12ffaf7dae1d7a06b9d0d76fcae40ca author: Alexis Svinartchouk footers: changelog-entry: Update electron to v9.4.0 change-type: patch subject: Update electron to v9.4.0 - body: + body: null - hash: 36d05724c00015e7c655d6afbd66d9c8904f74cc author: Alexis Svinartchouk footers: changelog-entry: Improve hover message when the drive is too small change-type: patch subject: Improve hover message when the drive is too small - body: + body: null - hash: b4b8c89aad31dcb191e54a2e96ec9feab94e3206 author: Aaron Shaw footers: @@ -165,7 +324,7 @@ author: Aaron Shaw footers: change-type: patch - closes: https://github.com/balena-io/etcher/issues/3191 + closes: 'https://github.com/balena-io/etcher/issues/3191' signed-off-by: Aaron Shaw subject: 'docs: add documentation links' body: "add documentation and faq links\r\n\r" @@ -174,16 +333,16 @@ footers: change-type: patch subject: Fix red leds not showing for failed devices - body: + body: null - hash: c54856a616446b0ea3f9fd569a9558a2aeb5ede2 author: Alexis Svinartchouk footers: changelog-entry: Show the first error for each drive (not the last) change-type: patch subject: Only store the first error for each target - body: + body: null - version: 1.5.112 - date: 2020-12-03T15:17:29Z + date: 2020-12-03T15:17:29.000Z commits: - hash: da3a22d0f6254c6563c3be5ec192300970880dab author: Alexis Svinartchouk @@ -191,7 +350,7 @@ changelog-entry: Set useContentSize to true so the size is the same on all platforms change-type: patch subject: Set useContentSize to true so the size is the same on all platforms - body: + body: null - hash: 8bd11a01aebedd8f83fee0ba95fc14ab37389e16 author: Alexis Svinartchouk footers: @@ -204,45 +363,45 @@ footers: change-type: patch subject: Fix modal content height on Windows - body: + body: null - hash: 4e68955981827f4be5c50557e18e1f7d70297ac6 author: Alexis Svinartchouk footers: change-type: none subject: Target commit instead of branch name for sudo-prompt - body: + body: null - hash: 50730bd3dfa7058e2834a7571159e74cee59acd0 author: Alexis Svinartchouk footers: change-type: none subject: Fix imports in child-writer.ts - body: + body: null - hash: fa593e33d1568e4863ae0057b5133cc1dc2d10b7 author: Alexis Svinartchouk footers: change-type: none subject: Update repo.yml to enable nested changelogs - body: + body: null - hash: 2158e20380276240e725da4da5baa4a563be6a35 author: Alexis Svinartchouk footers: changelog-entry: Improve flashing error handling change-type: patch subject: Improve flashing error handling - body: + body: null - hash: f46176fd105fbe9ac8d062bcd871af3f0a77105c author: Alexis Svinartchouk footers: changelog-entry: Fix layout when the featured project is not showing change-type: patch subject: Fix layout when the featured project is not showing - body: + body: null - hash: edabacfb3a7a327557d00da02dbdc5d7cac2c54d author: Alexis Svinartchouk footers: change-type: none subject: Fix spectron test to work on Windows in all cases - body: + body: null - hash: 2e5a39dcd83cb614804c93859aff71cb1a91d237 author: Alexis Svinartchouk footers: @@ -255,108 +414,112 @@ footers: change-type: patch subject: Add rendition and sys-class-rgb-led to repo.yml - body: + body: null - version: 1.5.111 - date: 2020-11-23T17:52:39Z + date: 2020-11-23T17:52:39.000Z commits: - hash: 560ed91e2ec02a9abb8a62da78312fdfa68930e4 author: Alexis Svinartchouk footers: - changelog-entry: Update etcher-sdk to 5.1.1, use WASM ext2fs module + changelog-entry: 'Update etcher-sdk to 5.1.1, use WASM ext2fs module' change-type: patch - subject: Update etcher-sdk to 5.1.1, use WASM ext2fs module - body: + subject: 'Update etcher-sdk to 5.1.1, use WASM ext2fs module' + body: null - hash: bddb89e4a1c7b6ef75e7b1762d725e219239ebc0 author: Alexis Svinartchouk footers: changelog-entry: Update electron to v9.3.3 change-type: patch subject: Update electron to v9.3.3 - body: + body: null - hash: e2c2b4069030e0fce9c928e1d113c8f63419674d author: Alexis Svinartchouk footers: - changelog-entry: Remove "Validate write on success" setting. Validation is always enabled, press the "skip" button to skip it. + changelog-entry: >- + Remove "Validate write on success" setting. Validation is always + enabled, press the "skip" button to skip it. change-type: patch subject: Remove "Validate write on success" setting - body: Validation is always enabled, press the "skip" button to skip it. + body: 'Validation is always enabled, press the "skip" button to skip it.' - hash: 1c52379ee3da40306ae2c14751f9026d59e7a6c3 author: Alexis Svinartchouk footers: change-type: patch subject: Add drivesOrder setting - body: + body: null - hash: e58cfd89c58649ed3ae32e2304495f31b057d865 author: Alexis Svinartchouk footers: change-type: patch subject: Add successBannerURL setting - body: + body: null - hash: ef3b8915d895d59ea4878137d5b4280056ca912b author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to 5.1.2 - body: + body: null - hash: 1e0a6a3129735641dc9920eec7ae9acd7495afce author: Alexis Svinartchouk footers: change-type: patch - subject: Removed disableExplicitDriveSelection setting, use autoSelectAllDrives instead - body: + subject: >- + Removed disableExplicitDriveSelection setting, use autoSelectAllDrives + instead + body: null - hash: e7b4f0902166cc78dfbf728a6c708586667fb884 author: Alexis Svinartchouk footers: changelog-entry: Allow selecting a locked SD card as the source drive change-type: patch subject: Allow selecting a locked SD card as the source drive - body: + body: null - hash: 644d955f08756cacab866d4bdeb1031fb6f84049 author: Alexis Svinartchouk footers: change-type: patch subject: Prevent opening more than one file selector - body: + body: null - hash: e37ae2743f20d08cd2c2c7dafa55053fc4228aa9 author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to 5.1.3 - body: + body: null - hash: a2c7a542df3c64e5d91e8ebe70b14abe0c0d1854 author: Alexis Svinartchouk footers: changelog-entry: Use a different icon when no source drive is available change-type: patch subject: Use a different icon when no source drive is available - body: + body: null - hash: af2b6bc8ca0cdd0b68b62d54a208cad8c4553a1a author: Alexis Svinartchouk footers: change-type: patch subject: Update typescript to 4.1.2 - body: + body: null - hash: 0597c0e908c952eb424efe0c06c37addb775b06e author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to 5.1.5 - body: + body: null - hash: c69b2fa053241d6d32073df09c363b1f9d2b7f85 author: Alexis Svinartchouk footers: changelog-entry: Warn when the source drive has no partition table change-type: patch subject: Warn when the source drive has no partition table - body: + body: null - hash: 446e8e1253091ea65f518f23ab3fbed74eff4189 author: Alexis Svinartchouk footers: change-type: patch subject: Update bl - body: + body: null - version: 1.5.110 - date: 2020-11-05T11:54:37Z + date: 2020-11-05T11:54:37.000Z commits: - hash: db09b7440d4172df4f416bb287013d92d2ee126c author: Lorenzo Alberto Maria Ambrosi @@ -365,7 +528,7 @@ changelog-entry: Rework success screen signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Rework success screen - body: + body: null - hash: 7e7ca9524e6486fdccc59fc4964454be8d925e30 author: Lorenzo Alberto Maria Ambrosi footers: @@ -373,56 +536,56 @@ changelog-entry: Add skip function to validation signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add skip function to validation - body: + body: null - hash: e484ae98372ab7661e62e4a0cb79420edcc87325 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Cleanup after child-process is terminated - body: + body: null - hash: 611e6596268f43f3cff3b463dec87001a5498c0a author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add retry button to the errors modal in success screen - body: + body: null - hash: 06997fdf291d675f1059d33b38da93ff9557e2eb author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix zoomFactor in webviews - body: + body: null - hash: e74dc9eb6002202e392cd55b841b0ed4be777fa4 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update rendition to v18.8.3 - body: + body: null - hash: 31409c61ca1cf0b7e66195ad8190eb081bef017c author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Use drive-selector's table for flash errors table - body: + body: null - hash: a7637ad8d45164dad290edf3a4250579d225de7a author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix settings spacing - body: + body: null - hash: 640a7409ee364bedc89d812786ed293a20a1492f author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add dash on table when selecting only some rows - body: + body: null - hash: 4872fa3d6e975385df81a1615d1fcb742c6f82a8 author: Lorenzo Alberto Maria Ambrosi footers: @@ -430,14 +593,14 @@ changelog-entry: Fix URL not being selected with custom protocol signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix URL not being selected with custom protocol - body: + body: null - hash: deb3db0fff97358a1fb3c47d761179be4b0acbb5 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add more typings & refactor code accordingly - body: + body: null - hash: 6c49c71b3fe6eb02da290a7c53a889de052439bf author: Lorenzo Alberto Maria Ambrosi footers: @@ -445,32 +608,36 @@ changelog-entry: Remove console.log in tests signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Remove console.log in tests - body: + body: null - hash: 40e5fb22878576488c5896c266beb8770184b5db author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add primary colors to default flow - body: + body: null - version: 1.5.109 - date: 2020-09-14T16:25:48Z + date: 2020-09-14T16:25:48.000Z commits: - hash: 7c2644ec51097e9251ac587845552ac23036084c author: Alexis Svinartchouk footers: - changelog-entry: Workaround elevation bug on Windows when the username contains an ampersand + changelog-entry: >- + Workaround elevation bug on Windows when the username contains an + ampersand change-type: patch - subject: Workaround elevation bug on Windows when the username contains an ampersand - body: + subject: >- + Workaround elevation bug on Windows when the username contains an + ampersand + body: null - hash: 0a28a7794d4a5fa2fb55e11999b69d3a982536d3 author: Alexis Svinartchouk footers: change-type: patch subject: Update ext2fs to v2.0.5 - body: + body: null - version: 1.5.108 - date: 2020-09-10T17:31:36Z + date: 2020-09-10T17:31:36.000Z commits: - hash: b9076d01af583572aa914968994b2c6e05f9c88c author: Alexis Svinartchouk @@ -478,9 +645,9 @@ changelog-entry: Fix content not loading when the app path contains special characters change-type: patch subject: Fix content not loading when the app path contains special characters - body: + body: null - version: 1.5.107 - date: 2020-09-07T09:48:17Z + date: 2020-09-07T09:48:17.000Z commits: - hash: 377dfb8e220276549364094ea9c1a88cdd63f50c author: Lorenzo Alberto Maria Ambrosi @@ -488,7 +655,7 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Split drive selector from target selector - body: + body: null - hash: dda022df37133d638808bae4271982789d8e584f author: Lorenzo Alberto Maria Ambrosi footers: @@ -496,7 +663,7 @@ changelog-entry: Add clone-drive workflow signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add clone-drive workflow - body: + body: null - hash: bb04098062f84462200468159510cc4b77cb9ea5 author: Lorenzo Alberto Maria Ambrosi footers: @@ -504,21 +671,21 @@ changelog-entry: Reword macOS Catalina askpass message signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Reword macOS Catalina askpass message - body: + body: null - hash: aa72c5d3bb051f552ab3cfd0a67681dcc5407e53 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Ignore vscode workspace folder - body: + body: null - hash: 42838eba095220ecb254aadc314df5d88822d170 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Override cached window's zoomFactor - body: + body: null - hash: 093008dee7a936c91b9ecdde8bebee9e6dace5b5 author: Lorenzo Alberto Maria Ambrosi footers: @@ -526,51 +693,51 @@ changelog-entry: Rework system & large drives handling logic signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Rework system & large drives handling logic - body: + body: null - hash: 8fa6e618c4d52f4ec5e5c9fc93c74fb301c789c9 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Use pretty-bytes instead of custom function - body: + body: null - hash: 14a89b3b8a25ae82e153e56bc97fcad983e1bbf4 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Remove lodash from selection-state.ts - body: + body: null - hash: f9d79521a11f09fdd2a31ccba9de096a11b292eb author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix tests not running - body: + body: null - hash: 3e45691d0b207eb476df38a1b2250ffe4fa91fa7 author: Alexis Svinartchouk footers: changelog-entry: Re-enable ext partitions trimming on 32 bit Windows change-type: patch subject: Re-enable ext partitions trimming on 32 bit Windows - body: + body: null - hash: eeab35163658c982f9ec35f37b40649d5f99fad6 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix tests hanging on array.flatMap - body: + body: null - hash: b76366a514edd494188cfdc6eccbd2a1d2c49c61 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add more typings & refactor code accordingly - body: + body: null - version: 1.5.106 - date: 2020-08-27T16:16:31Z + date: 2020-08-27T16:16:31.000Z commits: - hash: 7894a67719cb178f3465ec05cf7ac107e3dc7610 author: Alexis Svinartchouk @@ -578,294 +745,294 @@ changelog-entry: Fix opening zip files from servers accepting Range headers change-type: patch subject: Fix opening zip files from servers accepting Range headers - body: + body: null - hash: 688d697a996cb362aa4dab8346cd8ea893619b76 author: Alexis Svinartchouk footers: change-type: patch subject: Update typescript to ^4 - body: + body: null - hash: 991cbf6b7f055f5588dff0e6da06653aa5d8803a author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to 4.1.28 - body: + body: null - hash: 5e5f82c4b529e90a26adad6ffdb7386bf1a13321 author: Alexis Svinartchouk footers: changelog-entry: Disable ext partitions trimming on 32 bit windows until it is fixed change-type: patch subject: Update etcher-sdk to 4.1.29 - body: + body: null - version: 1.5.105 - date: 2020-08-26T11:11:17Z + date: 2020-08-26T11:11:17.000Z commits: - hash: b7f8c8368c1e79b15725edf5580ca7385d397dc7 author: Alexis Svinartchouk footers: change-type: patch subject: Fix settings button not being clickable - body: + body: null - hash: 34489f0d6667bcde4382ce20e5b4b9e4d31912ce author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to 4.1.25 - body: + body: null - hash: 27e560c96130b328c120941dfc5bbb5f3ee73e96 author: Alexis Svinartchouk footers: change-type: patch subject: Update rendition to ^18.4.1 - body: + body: null - hash: fff9452509d16956b126f413f1f1ebe9c7c2289e author: Alexis Svinartchouk footers: changelog-entry: Spinner for URL selector modal change-type: patch subject: Spinner for URL selector modal - body: + body: null - hash: 92dfdc6edd6f214aa50500d56f0ef6ecc062de44 author: Alexis Svinartchouk footers: changelog-entry: URL selector cancel button cancels ongoing url selection change-type: patch subject: URL selector cancel button cancels ongoing url selection - body: + body: null - hash: 55cafb92681f24dc08d91ad5b5ab41528871b062 author: Alexis Svinartchouk footers: changelog-entry: Update etcher-sdk to 4.1.26 change-type: patch subject: Update etcher-sdk to 4.1.26 - body: + body: null - hash: a17a919c37603d61fa6fe43229c285967a938722 author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused SafeWebvuew.refreshNow property - body: + body: null - hash: 8ed5ff25a5bafd73810f902a7974462538d16b2d author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused FeaturedProject.state.show - body: + body: null - hash: a485d2b4df990a4e31b39c54be303c3b019e0ec1 author: Alexis Svinartchouk footers: change-type: patch - subject: Remove FeaturedProject class, replace with SafeWebview - body: + subject: 'Remove FeaturedProject class, replace with SafeWebview' + body: null - hash: c9bfd350ed039902f54cb306bc10a7a1464d9684 author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused FlashStep.props.isWebviewShowing - body: + body: null - hash: 2c07538f8f6c232969f3410931ed82cb3575c67a author: Alexis Svinartchouk footers: change-type: patch subject: Simplify MainPage - body: + body: null - version: 1.5.104 - date: 2020-08-21T12:59:25Z + date: 2020-08-21T12:59:25.000Z commits: - hash: a7c34315562342b93942987a0cb25249bf611fad author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused error message - body: + body: null - hash: 9797a2152de30b5c9ee8d17fbf1947184cab4077 author: Alexis Svinartchouk footers: changelog-entry: Update electron to v9.2.1 change-type: patch subject: Update electron to v9.2.1 - body: + body: null - hash: 46663e3a6f4624ca4de0784a068e4c003c97770a author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used @types/bluebird - body: + body: null - hash: 6eab47259e3c47c86f36bf2f9f236c88491dd29b author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used @types/request - body: + body: null - hash: 7f9add3f1e813c4a3827dd1804f7c2e933869599 author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used nan - body: + body: null - hash: 548475996c36baca13737df49c10571518ebff85 author: Alexis Svinartchouk footers: change-type: patch subject: Remove duplicated styled-system - body: + body: null - hash: 24c8ede746a3939fc18fa821bc9f3e8d5d52437d author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused part of Makefile - body: + body: null - hash: 08716efbd5d7e949cbc5476e9b1215b9f00fade3 author: Alexis Svinartchouk footers: change-type: patch subject: Update rendition to 18.1.0 - body: + body: null - hash: a24be20e952ac041755b8e29c84cd72d1149d6c9 author: Alexis Svinartchouk footers: changelog-entry: Fix writing config file change-type: patch subject: Fix writing config file - body: + body: null - hash: 6cb914e9697030136086d00ac2f87ce28582342c author: Alexis Svinartchouk footers: chanelog-entry: Update etcher-sdk to v4.1.24 change-type: patch subject: Update etcher-sdk to v4.1.24 - body: + body: null - version: 1.5.103 - date: 2020-08-19T11:55:07Z + date: 2020-08-19T11:55:07.000Z commits: - hash: 3b105d5a6a1436a085af9456bfaba81469c15d85 author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to ^4.1.20 - body: + body: null - hash: 0bf1ec495800f03602be18f73bb8674ef18017b9 author: Alexis Svinartchouk footers: changelog-entry: Remove Bluebird change-type: patch subject: Remove Bluebird - body: + body: null - hash: 482c29bc2abc960a36536dabc6e74176c2e22c60 author: Alexis Svinartchouk footers: change-type: patch subject: Update dependencies - body: + body: null - hash: f8e21e2338b3f97589ea23f8d5699409d207317a author: Alexis Svinartchouk footers: changelog-entry: User regular stream in lzma-native instead of readable-stream change-type: patch subject: User regular stream in lzma-native instead of readable-stream - body: + body: null - hash: 76fa698995337847af9bc750262ad6517dcebfd5 author: Alexis Svinartchouk footers: changelog-entry: Optimize svgs change-type: patch subject: Optimize svgs - body: + body: null - hash: f2a37079eb36c4b07c722afbb46389d63b440803 author: Alexis Svinartchouk footers: changelog-entry: Don't use lodash in child-writer.js change-type: patch subject: Don't use lodash in child-writer.js - body: + body: null - hash: 481be42eb5bf2ed71fa4734a75e29f7c9277e6df author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to ^4.1.22 - body: + body: null - hash: 140f3452ed2494a8dc449b54c3d6fcfa96ed3c49 author: Alexis Svinartchouk footers: changelog-entry: Don't import WeakMap polyfill in deep-map-keys change-type: patch subject: Don't import WeakMap polyfill in deep-map-keys - body: + body: null - hash: 281f1194561123f138a77064934c405f3d72aa04 author: Alexis Svinartchouk footers: changelog-entry: Replace native elevator with sudo-prompt on windows change-type: patch subject: Replace native elevator with sudo-prompt on windows - body: + body: null - hash: a3322e9fd75b7db0f6a745a2bdea2452a18c8bfe author: Alexis Svinartchouk footers: changelog-entry: 'Set module: es2015 in tsconfig.json' change-type: patch subject: 'Set module: es2015 in tsconfig.json' - body: + body: null - hash: ac2d4ae8f32071e94fe56e1011fd32569526c344 author: Alexis Svinartchouk footers: changelog-entry: Move linting and testing into package.json change-type: patch subject: Move linting and testing into package.json - body: + body: null - hash: fbacb8187d64f13d624776fed70f2c7943cd500d author: Alexis Svinartchouk footers: changelog-entry: Update etcher-sdk to ^4.1.23 change-type: patch subject: Update etcher-sdk to ^4.1.23 - body: + body: null - hash: 1f44f3944f7a802dc7dd78fb06cd83b18637b151 author: Alexis Svinartchouk footers: changelog-entry: Update electron to 9.2.0 change-type: patch subject: Update electron to 9.2.0 - body: + body: null - hash: 540fe9060907e70aa02a88745670e98f7932baca author: Alexis Svinartchouk footers: change-type: patch subject: Fix running tests on Windows - body: + body: null - hash: 0c59168ceb799c62366a649fe3ad4b467f0721f6 author: Alexis Svinartchouk footers: change-type: patch subject: Change isFocused check to isVisible in tests - body: + body: null - hash: 5fbaa3a3db1789eda064659b7a6d2b2aa2821e38 author: Alexis Svinartchouk footers: change-type: patch - subject: Update @balena/udif, don't bundle htmlparser2 into the writer - body: + subject: 'Update @balena/udif, don''t bundle htmlparser2 into the writer' + body: null - hash: 9f29dc8b76793b7fe34970602bf9634e0ce5f0dd author: Alexis Svinartchouk footers: changelog-entry: Update rendition to ^17 change-type: patch subject: Update rendition to ^17 - body: + body: null - hash: bc092114c1f7645cd1efdce947359ff61d0d2171 author: Alexis Svinartchouk footers: change-type: patch subject: Don't use more than a 8th of the system memory as buffers - body: + body: null - hash: 88ae9fcbd1a067cd5c4659f30904c7ce6e8c3dde author: Alexis Svinartchouk footers: change-type: patch subject: Update dependencies - body: + body: null - version: 1.5.102 - date: 2020-07-27T15:55:15Z + date: 2020-07-27T15:55:15.000Z commits: - hash: 175e41de8d162a94005d157b6df9b36de10fa799 author: Alexis Svinartchouk @@ -873,79 +1040,79 @@ changelog-entry: Update rendition to ^16.1.1 change-type: patch subject: Update rendition to ^16.1.1 - body: + body: null - hash: 5eac622b8c74ac3c3ad78b34d9e60c45205768a6 author: Alexis Svinartchouk footers: changelog-entry: Use strict typescript compiler option change-type: patch subject: Use strict typescript compiler option - body: + body: null - hash: 7d53d0aadcac2d07336afd255de0965ea5666f19 author: Alexis Svinartchouk footers: changelog-entry: Use tslib change-type: patch subject: Use tslib - body: + body: null - hash: 170126a490e805b9d14fa2b3e747cba3277cbae9 author: Alexis Svinartchouk footers: changelog-entry: Remove no longer used .sass-lint.yml change-type: patch subject: Remove no longer used .sass-lint.yml - body: + body: null - hash: e72049d6e8cfc073ae539ab3b16ef9ecf0382fbf author: Alexis Svinartchouk footers: changelog-entry: Remove font awesome unused icons from the generated bundle change-type: patch subject: Remove font awesome unused icons from the generated bundle - body: + body: null - hash: dc9351713cd4e78513781c3a8c31a0b822f78451 author: Alexis Svinartchouk footers: - changelog-entry: Stop using request, replace it with already used axios + changelog-entry: 'Stop using request, replace it with already used axios' change-type: patch - subject: Stop using request, replace it with already used axios - body: + subject: 'Stop using request, replace it with already used axios' + body: null - hash: 3218fc2c8352ebf710c87ae4fb086cc9e576b6db author: Alexis Svinartchouk footers: changelog-entry: Split main process and child-writer js files change-type: patch subject: Split main process and child-writer js files - body: + body: null - hash: 963fc574c3569127da7cfce75642e50d5b226c3e author: Alexis Svinartchouk footers: changelog-entry: Centralize imports in child-writer change-type: patch subject: Centralize imports in child-writer - body: + body: null - hash: 512785e0a96c5c24792a034fbb2b56c2c67926ab author: Alexis Svinartchouk footers: - changelog-entry: Remove bluebird from main process, reduce lodash usage + changelog-entry: 'Remove bluebird from main process, reduce lodash usage' change-type: patch - subject: Remove bluebird from main process, reduce lodash usage - body: + subject: 'Remove bluebird from main process, reduce lodash usage' + body: null - hash: 44c74f33d933141b5dde1929fb3f421347d2a32e author: Alexis Svinartchouk footers: changelog-entry: Electron 9.1.1 change-type: patch subject: Electron 9.1.1 - body: + body: null - hash: 3f59d35fb6c5f9215715ccbc44b7443dd73e58c9 author: Alexis Svinartchouk footers: - changelog-entry: Fix flashing truncated images, fix flashing large dmgs + changelog-entry: 'Fix flashing truncated images, fix flashing large dmgs' change-type: patch subject: Update etcher-sdk to ^4.1.19 - body: + body: null - version: 1.5.101 - date: 2020-07-09T16:37:27Z + date: 2020-07-09T16:37:27.000Z commits: - hash: 9b71772e3532b57ff57dc5944f190ba4363f5d1b author: Lorenzo Alberto Maria Ambrosi @@ -954,7 +1121,7 @@ changelog-entry: Refactor UI grid to use rendition signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Refactor UI grid to use rendition - body: + body: null - hash: 76086a8f915c4784198be38373b19f63511144d2 author: Lorenzo Alberto Maria Ambrosi footers: @@ -962,7 +1129,7 @@ changelog-entry: Rework and move flashing view elements signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Rework and move flashing view elements - body: + body: null - hash: 8ce9eac7040e217f0e8a5c48e1d55cb338da6852 author: Lorenzo Alberto Maria Ambrosi footers: @@ -970,7 +1137,7 @@ changelog-entry: Remove bootstrap & flexboxgrid signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Remove bootstrap & flexboxgrid - body: + body: null - hash: 00f193541d9efe87de94e90e2b86cbce8dfa0865 author: Lorenzo Alberto Maria Ambrosi footers: @@ -978,7 +1145,7 @@ changelog-entry: Restyle modals signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Restyle modals - body: + body: null - hash: 3ca50a1e2d95c73890009ffe1df9243a9a9df045 author: Lorenzo Alberto Maria Ambrosi footers: @@ -986,7 +1153,7 @@ changelog-entry: Refactor UI without bootstrap & flexboxgrid signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Refactor UI without bootstrap & flexboxgrid - body: + body: null - hash: 098ca9a9a1fb4e06211e95925bd559c7c336d55e author: Lorenzo Alberto Maria Ambrosi footers: @@ -994,7 +1161,7 @@ changelog-entry: Remove unused warning in settings signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Remove unused warning in settings - body: + body: null - hash: 8560189a1e11b5f572abd4859341bb52961517ce author: Lorenzo Alberto Maria Ambrosi footers: @@ -1002,7 +1169,7 @@ changelog-entry: Remove unused scss signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Remove unused scss - body: + body: null - hash: 784dd03ba758d7fa5e217875bf300aa45d545d32 author: Lorenzo Alberto Maria Ambrosi footers: @@ -1010,7 +1177,7 @@ changelog-entry: Convert sass to plain css signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Convert sass to plain css - body: + body: null - hash: 394d3e0bf2d52ee2415b3e1996ebd17992323b7f author: Lorenzo Alberto Maria Ambrosi footers: @@ -1018,61 +1185,61 @@ changelog-entry: Update etcher-sdk to v4.1.16 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update etcher-sdk to v4.1.16 - body: + body: null - hash: 692274691ee23a34be3c5db130e0432edea375dc author: Alexis Svinartchouk footers: change-type: patch subject: Remove non relevant comment - body: + body: null - hash: ba29d76a000cdd9a60f09394f431c89b1ca05848 author: Alexis Svinartchouk footers: change-type: patch subject: Update electron to 9.0.5 - body: + body: null - hash: 05d0f7142da807e4c6f603b7f49f8d19b02c592c author: Alexis Svinartchouk footers: change-type: patch subject: Update rendition to 15.2.4 - body: + body: null - hash: 953f572b53b93ebe21bfe0f8ce0ad456541dfdb1 author: Alexis Svinartchouk footers: change-type: patch subject: Fix modal not showing overflowing elements - body: + body: null - hash: c8737806c0e6e2022ba4d4654110bd23d00b6470 author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused packages - body: + body: null - hash: e5ee0f1961a06ec662882cdc86ece35761ef74ed author: Alexis Svinartchouk footers: change-type: patch subject: Mount source drive if automountOnFileSelect is set - body: + body: null - hash: 391e4444d4a3f65c48b844dafc7a438b36fab482 author: Alexis Svinartchouk footers: change-type: patch subject: Deselect the image if the source drive is removed - body: + body: null - hash: 9bde38df5ad3d0e1b59038e55637cbc0e26f0ff6 author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to 4.1.17 - body: + body: null - hash: 5c5273bd6cd426d0d424d29fc51ec4b4d45c5b48 author: Alexis Svinartchouk footers: change-type: patch subject: autoSelectAllDrives setting - body: + body: null - hash: 630f6c691c02917c4c52e0bce4a01f37ae243416 author: Lorenzo Alberto Maria Ambrosi footers: @@ -1080,9 +1247,9 @@ changelog-entry: Resize modal to show content appropriately signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Resize modal to show content appropriately - body: + body: null - version: 1.5.100 - date: 2020-06-22T16:08:48Z + date: 2020-06-22T16:08:48.000Z commits: - hash: f8cc7c36b4888babf65e65ba6f622e28306505aa author: Lorenzo Alberto Maria Ambrosi @@ -1090,7 +1257,7 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add warning color to Flash! button - body: + body: null - hash: 71c7fbd3a28b84821f23d34e190d9b0365e96be2 author: Lorenzo Alberto Maria Ambrosi footers: @@ -1098,7 +1265,7 @@ changelog-entry: Rework target selector modal signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Rework target selector modal - body: + body: null - hash: b0c71b21b3a4e25bc062df60c6bba94ebd97170a author: Lorenzo Alberto Maria Ambrosi footers: @@ -1106,7 +1273,7 @@ changelog-entry: Merge unsafe mode with new target selector signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Merge unsafe mode with new target selector - body: + body: null - hash: af9d3ba9f120a6768535ba4f2f6f6e18f87c9679 author: Lorenzo Alberto Maria Ambrosi footers: @@ -1114,21 +1281,21 @@ changelog-entry: Update rendition to v15.0.0 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update rendition to v15.0.0 - body: + body: null - hash: 7aec8a4ae23b9b2646e840dd6547f07fd92801e2 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Refactor styles - body: + body: null - hash: 2dc359b19c34019c1fdeac3bcbfab1a339975d79 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Make TargetSelectorModal a React.Component - body: + body: null - hash: e39fed1f258f53d19a7e03d44f65eedec1e5263a author: Lorenzo Alberto Maria Ambrosi footers: @@ -1136,95 +1303,97 @@ changelog-entry: Fix source-selector image height signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix source-selector image height - body: + body: null - hash: d63f5eca0d35164dab69ba1a4d57743442a08f09 author: Alexis Svinartchouk footers: changelog-entry: Update rendition to 15.2.1 subject: Update rendition to 15.2.1 - body: + body: null - hash: 9444f0e1b121bf8ac65f6b77ca92be26b06a38e1 author: Alexis Svinartchouk footers: change-type: patch subject: Stricter types in target-selector-modal.tsx - body: + body: null - hash: 6554ccf0f8f90dfe9aefefcb512b275cee8650c9 author: Alexis Svinartchouk footers: changelog-entry: Sticky header in target selection table change-type: patch subject: Sticky header in target selection table - body: + body: null - hash: 92cd3d688d0492f961e6214e9ad20790774ab631 author: Alexis Svinartchouk footers: changelog-entry: Update etcher-sdk to v4.1.15 change-type: patch subject: Update etcher-sdk to v4.1.15 - body: + body: null - hash: a360370c4e861a1b60e174790acfa82f795fb868 author: Alexis Svinartchouk footers: changelog-entry: Update electron to v9.0.4 change-type: patch subject: Update electron to v9.0.4 - body: + body: null - hash: 07fde0d73ffd38b05315d3fa4f953f9bb97922b8 author: Alexis Svinartchouk footers: change-type: patch subject: Don't mutate usbboot drives when updating progress - body: + body: null - hash: 7165a8190b4a7d57dbfaeb7748fb28826f4a8cd1 author: Alexis Svinartchouk footers: changelog-entry: Update electron-notarize to v1.0.0 change-type: patch subject: Update electron-notarize to v1.0.0 - body: + body: null - hash: 129e7e20e8bba1381be071c80abfeb0dde25e517 author: Alexis Svinartchouk footers: changelog-entry: Update mocha to v8.0.1 change-type: patch subject: Update mocha to v8.0.1 - body: + body: null - hash: 5a45f8b122046ebfb8a29af4b49d0bb74f2b8afe author: Alexis Svinartchouk footers: change-type: patch - subject: Update target selector ok button label to show the number of selected devices - body: + subject: >- + Update target selector ok button label to show the number of selected + devices + body: null - hash: 406955ca3eb948b6be7c56dea79e4166a6c88738 author: Alexis Svinartchouk footers: - changelog-entry: Add .vhd to the list of supported extensions, allow opening any file + changelog-entry: 'Add .vhd to the list of supported extensions, allow opening any file' change-type: patch - subject: Add .vhd to the list of supported extensions, allow opening any file - body: + subject: 'Add .vhd to the list of supported extensions, allow opening any file' + body: null - hash: 14e4cbf749b40664eb30f6678cfcd9fc28f7b140 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add icon to plug targets in targets modal - body: + body: null - hash: b32c4ee728adcb00d38f286beb456c3d8ecb6b8f author: Alexis Svinartchouk footers: changelog-entry: Update partitioninfo to 5.3.5 change-type: patch subject: Update partitioninfo to 5.3.5 - body: + body: null - hash: ba16995070491690f3060b3b75a7ca07e70ead9a author: Alexis Svinartchouk footers: change-type: patch subject: Show system drives last - body: + body: null - version: 1.5.99 - date: 2020-06-12T12:29:12Z + date: 2020-06-12T12:29:12.000Z commits: - hash: f01f1ddd7a4c5fdb141e5e20472357525a73a9d0 author: Alexis Svinartchouk @@ -1232,23 +1401,23 @@ changelog-entry: Inline all svgs change-type: patch subject: Inline all svgs - body: + body: null - hash: 03e3354d500fd7d5af342cc15977ece233bb2461 author: Alexis Svinartchouk footers: changelog-entry: Update electron to 9.0.3 change-type: patch subject: Update electron to 9.0.3 - body: + body: null - hash: 62b42e92549dfbc40d9d1ee7ad6ea84974e0d745 author: Alexis Svinartchouk footers: changelog-entry: Update node-raspberrypi-usbboot to 0.2.8 change-type: patch subject: Update node-raspberrypi-usbboot to 0.2.8 - body: + body: null - version: 1.5.98 - date: 2020-06-10T20:34:03Z + date: 2020-06-10T20:34:03.000Z commits: - hash: b1376dfa73fe9f450c0c0d3be33d7912ef991a52 author: Alexis Svinartchouk @@ -1256,23 +1425,25 @@ changelog-entry: Update etcher-sdk to ^4.1.13 change-type: patch subject: Update etcher-sdk to ^4.1.13 - body: + body: null - hash: 52bdd02a4b7b17e5821f96faa04d2c280d7e27c9 author: Alexis Svinartchouk footers: changelog-entry: Check that argument is an url or a regular file before opening change-type: patch subject: Check that argument is an url or a regular file before opening - body: + body: null - hash: 59e37182be060c008f5801cfc1eef7a5ee32224c author: Alexis Svinartchouk footers: - changelog-entry: Use between 2 and 256MiB for buffering depending on the number of drives + changelog-entry: >- + Use between 2 and 256MiB for buffering depending on the number of + drives change-type: patch subject: Use between 2 and 256MiB for buffering depending on the number of drives - body: + body: null - version: 1.5.97 - date: 2020-06-08T15:05:58Z + date: 2020-06-08T15:05:58.000Z commits: - hash: 5f5c66e3f2132a63347397a7ff2f6a2360f8f7c1 author: Lorenzo Alberto Maria Ambrosi @@ -1281,94 +1452,94 @@ changelog-entry: Allow skipping notarization when building package (dev) signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Allow skipping notarization when building package - body: + body: null - hash: f0bbd1a1cda2ea1ef1cf87cf8f82c0d4f6de647a author: Alexis Svinartchouk footers: change-type: patch subject: Fix windows ia32 rebuild - body: + body: null - hash: b7e82f7694989dd525eacb98b4589048d846848b author: Alexis Svinartchouk footers: changelog-entry: Fix sudo-prompt promisification change-type: patch subject: Fix sudo-prompt promisification - body: + body: null - hash: 28f9954661f28a9391fa83bf6b58fc9b5a208fe3 author: Alexis Svinartchouk footers: changelog-entry: Update etcher-sdk to ^4.1.6 change-type: patch subject: Update etcher-sdk to ^4.1.6 - body: + body: null - hash: 7e7a66911644549b085294ac86ea3d1d2a09efed author: Alexis Svinartchouk footers: change-type: patch subject: Simplify spectron tests - body: + body: null - hash: 1449478c5b5b062e601f9d24bb8e0c83b418f82c author: Alexis Svinartchouk footers: - changelog-entry: Read image path from arguments, register `etcher://...` protocol + changelog-entry: 'Read image path from arguments, register `etcher://...` protocol' change-type: patch - subject: Read image path from arguments, register `etcher://...` protocol - body: + subject: 'Read image path from arguments, register `etcher://...` protocol' + body: null - hash: f983d88e52757d653f20eed694738796891b1e49 author: Alexis Svinartchouk footers: changelog-entry: Update etcher-sdk to ^4.1.8 change-type: patch subject: Update etcher-sdk to ^4.1.8 - body: + body: null - hash: 29e2e9c65749671b08fa5369f7a8a8687da557ff author: Alexis Svinartchouk footers: changelog-entry: Avoid random access in http sources change-type: patch subject: Avoid random access in http sources - body: + body: null - hash: b749c2d45a91de51adec307838af2acafc2033d3 author: Alexis Svinartchouk footers: changelog-entry: Fix flash from url on windows change-type: patch subject: Fix flash from url on windows - body: + body: null - hash: 3fa961197165b773000127ae156480cc75ac6716 author: Alexis Svinartchouk footers: change-type: patch - subject: Don't check child-writer stderr, rely on the exit code instead - body: + subject: 'Don''t check child-writer stderr, rely on the exit code instead' + body: null - hash: 3259a8206f6259cff6fccaa384f6d3db6126ee68 author: Alexis Svinartchouk footers: changelog-entry: Update electron to v9.0.2 change-type: patch subject: Update electron to v9.0.2 - body: + body: null - hash: fcc9c5e5772cf8a01dcbf81e6e12d446fd6cd1c9 author: Alexis Svinartchouk footers: change-type: patch subject: Update node-gyp to ^7.0.0 - body: + body: null - hash: f05f9d33f9b3b3d7dfdbf6ee93f531908fdef24f author: Alexis Svinartchouk footers: change-type: patch subject: Use @types/copy-webpack-plugin - body: + body: null - hash: b43ec4414e7b624b81bd9b2525c92ed6265829f9 author: Alexis Svinartchouk footers: change-type: patch subject: Update @types/terser-webpack-plugini to ^3.0.0 - body: + body: null - version: 1.5.96 - date: 2020-06-03T13:04:33Z + date: 2020-06-03T13:04:33.000Z commits: - hash: afa29a0ed181a3bdcc97c622183cc896ba35e258 author: Alexis Svinartchouk @@ -1376,81 +1547,81 @@ changelog-entry: Remove unused styles change-type: patch subject: Remove unused styles - body: + body: null - hash: 0ebfecc60c45d785d9cf130336d43780ab1d27ac author: Alexis Svinartchouk footers: change-type: patch subject: Make FlashStep a PureComponent - body: + body: null - hash: e9f9f9013721b5b37c6cd8f3d4b5f725cae5d939 author: Alexis Svinartchouk footers: changelog-entry: Update rendition to ^14.13.0 change-type: patch subject: Update rendition to ^14.13.0 - body: + body: null - hash: 95ff5c98a81a86262a72f0b2ba48234c456894fe author: Alexis Svinartchouk footers: changelog-entry: Change font to SourceSansPro and fix hover color change-type: patch subject: Change font to SourceSansPro and fix hover color - body: + body: null - hash: 6db0172a5001642c17fe76252d02789a308d073f author: Alexis Svinartchouk footers: change-type: patch subject: Remove useless StepSelection component - body: + body: null - hash: 4880275e7bbc3705c3454dc007a758622e27f6f0 author: Alexis Svinartchouk footers: change-type: patch subject: Simplify FlashAnother button - body: + body: null - hash: f5c7dc932a2f25989499419c65d2a5ddd091eec9 author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused css class - body: + body: null - hash: 34349f64d5cae3b70a0245c407e4470a2950b354 author: Alexis Svinartchouk footers: changelog-entry: Update progress bar style change-type: patch subject: Update progress bar style - body: + body: null - hash: ba21da4f0bc1d1a972a8246b58ede81782a42d35 author: Alexis Svinartchouk footers: changelog-entry: Add effective speed in flash results change-type: patch subject: Add effective speed in flash results - body: + body: null - hash: 9c25cc663abcd197849f0a5b0f325b4b10bc14d1 author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused styles - body: + body: null - hash: a4366556c02f9d19be156e1495c1efbffc15b8f7 author: Alexis Svinartchouk footers: changelog-entry: Remove writing speed from finish screen change-type: patch subject: Remove writing speed from finish screen - body: + body: null - hash: 10b028355fe8e4d456e0217f92112cf46e8f0e82 author: Alexis Svinartchouk footers: changelog-entry: Fix ia32 builds for windows change-type: patch subject: Fix ia32 builds for windows - body: + body: null - version: 1.5.95 - date: 2020-06-01T10:37:37Z + date: 2020-06-01T10:37:37.000Z commits: - hash: bb6d909949f040cc272b99da7058c106218f0605 author: Juan Cruz Viotti @@ -1471,7 +1642,7 @@ The results should be pretty much the same, and the assertions will pass inside Docker Windows containers. - version: 1.5.94 - date: 2020-05-27T21:10:43Z + date: 2020-05-27T21:10:43.000Z commits: - hash: e33172060f8c45d817b3cf7a761129760954bf65 author: Alexis Svinartchouk @@ -1479,35 +1650,38 @@ changelog-entry: Update etcher-sdk to ^4.1.4 change-type: patch subject: Update etcher-sdk to ^4.1.4 - body: + body: null - hash: 11bda8e76a576064c6e7e64cfc7dfa453eb56575 author: Alexis Svinartchouk footers: change-type: patch - subject: Remove electron-builder patch now that https://github.com/electron-userland/electron-builder/pull/4993 is merged - body: + subject: >- + Remove electron-builder patch now that + https://github.com/electron-userland/electron-builder/pull/4993 is + merged + body: null - hash: 4e08cf38797c2a1136905077fe11423e9ac24bca author: Alexis Svinartchouk footers: changelog-entry: Fix flash from url (broken in 1.5.92) change-type: patch subject: Fix flash from url (broken in 1.5.92) - body: + body: null - hash: 4752fa6dd2b302ba2edf3763be86bd3ae58a2ec7 author: Alexis Svinartchouk footers: changelog-entry: Stop checking file extensions change-type: patch subject: Stop checking file extensions - body: + body: null - hash: aee3a0a2812c48b02e23490fa2c33cf74b74f5c8 author: Alexis Svinartchouk footers: change-type: patch subject: Show image name and path in image name modal - body: + body: null - version: 1.5.93 - date: 2020-05-25T17:33:57Z + date: 2020-05-25T17:33:57.000Z commits: - hash: d5df3de1d76abb1fa50622e123ab5e3e43cb4f66 author: Alexis Svinartchouk @@ -1515,33 +1689,33 @@ changelog-entry: Update electron to v9.0.0 change-type: patch subject: Update electron to v9.0.0 - body: + body: null - hash: bf26d4ec9577f94a7a3a2cc754d6c549367341ee author: Alexis Svinartchouk footers: change-type: patch subject: Remove dead code - body: + body: null - hash: 880e56e563bd0843685f64aa6a1afc1e0ae2c09c author: Alexis Svinartchouk footers: changelog-entry: Strip out comments from generated code change-type: patch subject: Strip out comments from generated code - body: + body: null - hash: 688e7fff9c9a1682c5475d97033a89eab489091e author: Alexis Svinartchouk footers: changelog-entry: Update electron-builder to v22.6.1 change-type: patch subject: Update electron-builder to v22.6.1 - body: + body: null - hash: c0a4fb16e26444460ea457dbec2440a2f49f5149 author: Alexis Svinartchouk footers: change-type: patch subject: Update dependencies - body: + body: null - hash: ed3b7f79714458b0ec5021d9adf4524cfd5ca9ae author: Alexis Svinartchouk footers: @@ -1552,45 +1726,49 @@ https://github.com/electron-userland/electron-builder/pull/4993 is merged - version: 1.5.92 - date: 2020-05-25T10:07:46Z + date: 2020-05-25T10:07:46.000Z commits: - hash: 1ebc8e936247c2cf87a07243d952f60a5b13c548 author: Alexis Svinartchouk footers: - changelog-entry: Webpack everything, reduce package size + changelog-entry: 'Webpack everything, reduce package size' change-type: patch - subject: Webpack everything, reduce package size - body: + subject: 'Webpack everything, reduce package size' + body: null - hash: 33d48fe4f7152eef318703b7afabcec498183b01 author: Alexis Svinartchouk footers: changelog-entry: Remove unneeded font formats change-type: patch subject: Remove unneeded font formats - body: + body: null - hash: b1fd539d25bd96bdcecdba58037d904c5577eb17 author: Alexis Svinartchouk footers: changelog-entry: Remove unneeded fortawesome from main.scss change-type: patch subject: Remove unneeded fortawesome from main.scss - body: + body: null - hash: 2692104ccd7493ae8596fc70ee0313bdf5f3ad37 author: Alexis Svinartchouk footers: changelog-entry: Disable asar packing on all platforms change-type: patch subject: Disable asar packing on all platforms - body: + body: null - hash: 09a6a340c9f730cae011940a5d109e2265e58a02 author: Alexis Svinartchouk footers: - changelog-entry: Use electron.app.getAppPath() instead of reading it from argv in catalina-sudo + changelog-entry: >- + Use electron.app.getAppPath() instead of reading it from argv in + catalina-sudo change-type: patch - subject: Use electron.app.getAppPath() instead of reading it from argv in catalina-sudo - body: + subject: >- + Use electron.app.getAppPath() instead of reading it from argv in + catalina-sudo + body: null - version: 1.5.91 - date: 2020-05-21T14:22:55Z + date: 2020-05-21T14:22:55.000Z commits: - hash: c9cbe41f9eb38f5db65427ee17066d2700b199ae author: Lorenzo Alberto Maria Ambrosi @@ -1599,7 +1777,7 @@ changelog-entry: Minor fix - Init isSourceDrive param in correct place signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Init param in correct place - body: + body: null - hash: 31bd8ce7ae5b4b627209ece4ef850f695a2e8c25 author: Rob Evans footers: @@ -1607,9 +1785,9 @@ change-type: patch changelog-entry: Fix undefined image from DriveCompatibilityWarning subject: Fix undefined image from DriveCompatibilityWarning - body: + body: null - version: 1.5.90 - date: 2020-05-20T15:23:37Z + date: 2020-05-20T15:23:37.000Z commits: - hash: d90e3a816e0cd9b23cee6af999730e12c6c49954 author: Alexis Svinartchouk @@ -1617,39 +1795,39 @@ changelog-entry: Update leds behaviour change-type: patch subject: Update leds behaviour - body: + body: null - hash: b71482284f2cedfab7fc920bd0426992b0e123d7 author: Alexis Svinartchouk footers: change-type: patch subject: Remove commented code - body: + body: null - hash: f9cbff1eec963b8dbf98d4016964a73f072e2e5a author: Alexis Svinartchouk footers: change-type: patch subject: ProgressButton is a PureComponent - body: + body: null - hash: a3a9edd41a0e570b996f58ff6379e53e2f8a3fc3 author: Alexis Svinartchouk footers: change-type: patch subject: Make Flash component a class & rename it FlashStep - body: + body: null - hash: 52f80293a29ba841112cd5cb75a13e5d6b877ea2 author: Alexis Svinartchouk footers: change-type: patch subject: Remove dead code - body: + body: null - hash: 72c9d616fd2aa05f4589e9af8385cb56f5beb16e author: Alexis Svinartchouk footers: change-type: patch subject: Remove useless comment - body: + body: null - version: 1.5.89 - date: 2020-05-14T09:53:05Z + date: 2020-05-14T09:53:05.000Z commits: - hash: c5c0d46ab8d9c2e9fa9186ae5bce77cd360e785b author: Alexis Svinartchouk @@ -1657,107 +1835,107 @@ changelog-entry: Update @types/mocha 5 -> 7 change-type: patch subject: Update @types/mocha 5 -> 7 - body: + body: null - hash: 4257e696dacf19fcd6dd48d85d1c29ea7e5a8aa0 author: Alexis Svinartchouk footers: changelog-entry: Update @types/semver 6 -> 7 change-type: patch subject: Update @types/semver 6 -> 7 - body: + body: null - hash: 84f003d907b0372430ef894faca06d36a2734ab6 author: Alexis Svinartchouk footers: changelog-entry: Update @types/sinon 7 -> 9 change-type: patch subject: Update @types/sinon 7 -> 9 - body: + body: null - hash: b1cbf547110912399749708ed6ecc737928b4e57 author: Alexis Svinartchouk footers: changelog-entry: Update @types/tmp 0.1.0 -> 0.2.0 change-type: patch subject: Update @types/tmp 0.1.0 -> 0.2.0 - body: + body: null - hash: 7bd8b0c1526878913e9fab71fa571bfde782856b author: Alexis Svinartchouk footers: changelog-entry: Remove no longer used chalk dev dependency change-type: patch subject: Remove no longer used chalk dev dependency - body: + body: null - hash: 7099a36bdb7fb47387efa053d3f641c87d1eaaa6 author: Alexis Svinartchouk footers: changelog-entry: Update electron-notarize 0.1.1 -> 0.3.0 change-type: patch subject: Update electron-notarize 0.1.1 -> 0.3.0 - body: + body: null - hash: 8782c706408dff9d74c77fd351a4e42a14be9dc7 author: Alexis Svinartchouk footers: changelog-entry: Remove no longer used html-loader dev dependency change-type: patch subject: Remove no longer used html-loader dev dependency - body: + body: null - hash: a09e029216df198674cd18db7bc7b8e1d4767836 author: Alexis Svinartchouk footers: changelog-entry: Update husky 3 -> 4 change-type: patch subject: Update husky 3 -> 4 - body: + body: null - hash: f1214e6ffd47b839cd48a47e9ad5616cef860f17 author: Alexis Svinartchouk footers: changelog-entry: Update lint-staged 9 -> 10 change-type: patch subject: Update lint-staged 9 -> 10 - body: + body: null - hash: 5ab69dfb7fc284e21ac02b19b8d138f4ef8bae54 author: Alexis Svinartchouk footers: changelog-entry: Update node-gyp 3 -> 6 change-type: patch subject: Update node-gyp 3 -> 6 - body: + body: null - hash: b0af9d535a06bff5d0823e4fe6ed919055c6dadf author: Alexis Svinartchouk footers: changelog-entry: Update sinon 8 -> 9 change-type: patch subject: Update sinon 8 -> 9 - body: + body: null - hash: ad421eae117d24d5edf3ef325ab40a1c3231ff9b author: Alexis Svinartchouk footers: changelog-entry: Update ts-loader 6 -> 7 change-type: patch subject: Update ts-loader 6 -> 7 - body: + body: null - hash: 627adb1755de5bc3db9608cf8f7da2d3309796c4 author: Alexis Svinartchouk footers: changelog-entry: Update @types/node 12.12.24 -> 12.12.39 change-type: patch subject: Update @types/node 12.12.24 -> 12.12.39 - body: + body: null - hash: 92801133503d696c83ea0a2acaeef1cd1602263b author: Alexis Svinartchouk footers: changelog-entry: Update all dependencies minor versions change-type: patch subject: Update all dependencies minor versions - body: + body: null - hash: 943765bd4d79cba1644c98c22790321c8b9711f8 author: Alexis Svinartchouk footers: changelog-entry: Fix drive selector modal padding change-type: patch subject: Fix drive selector modal padding - body: + body: null - version: 1.5.88 - date: 2020-05-12T17:28:12Z + date: 2020-05-12T17:28:12.000Z commits: - hash: b23bfc2f6e588e851cc345f2bdaf9aef2c2bd37a author: Alexis Svinartchouk @@ -1765,58 +1943,58 @@ changelog-entry: Update uuid v3 -> v8 change-type: patch subject: Update uuid v3 -> v8 - body: + body: null - hash: 6db800d6d2a54964bd761c2d27aef3ae1dc83465 author: Alexis Svinartchouk footers: changelog-entry: Update tmp 0.1.0 -> 0.2.1 change-type: patch subject: Update tmp 0.1.0 -> 0.2.1 - body: + body: null - hash: 82a0b8de0c914b3e467298df1f53da911558708f author: Alexis Svinartchouk footers: changelog-entry: Update semver 5 -> 7 change-type: patch subject: Update semver 5 -> 7 - body: + body: null - hash: 50586cdb42cbe0debc4af83657806856e52ffdb1 author: Alexis Svinartchouk footers: changelog-entry: Update debug 3 -> 4 change-type: patch subject: Update debug 3 -> 4 - body: + body: null - hash: ef5762864f1340e069f456fb070274d1e94caadf author: Alexis Svinartchouk footers: changelog-entry: Update redux 3 -> 4 change-type: patch subject: Update redux 3 -> 4 - body: + body: null - hash: 917ff89d9dfdb676401d8eb447ec682d4713dcf5 author: Alexis Svinartchouk footers: changelog-entry: Update electron-updater 4.0.6 -> 4.3.1 change-type: patch subject: Update electron-updater 4.0.6 -> 4.3.1 - body: + body: null - hash: bfb61338718fde79abd2a0b11ca588368f567ebb author: Alexis Svinartchouk footers: - changelog-entry: Update rendition 12 -> 14, styled-system and styled-components 4 -> 5 + changelog-entry: 'Update rendition 12 -> 14, styled-system and styled-components 4 -> 5' change-type: patch - subject: Update rendition 12 -> 14, styled-system and styled-components 4 -> 5 - body: + subject: 'Update rendition 12 -> 14, styled-system and styled-components 4 -> 5' + body: null - hash: 483d7b6e587157153b63a0ab1a35d9b644003096 author: Alexis Svinartchouk footers: changelog-entry: Update roboto-fontface 0.9.0 -> 0.10.0 change-type: patch subject: Update roboto-fontface 0.9.0 -> 0.10.0 - body: + body: null - version: 1.5.87 - date: 2020-05-12T11:45:32Z + date: 2020-05-12T11:45:32.000Z commits: - hash: 6e20b6034e2a79c0b96ef39b280cdad8d03f7b4d author: Alexis Svinartchouk @@ -1824,9 +2002,9 @@ changelog-entry: Update etcher-sdk to ^4.1.3 to fix issues with some bz2 files change-type: patch subject: Update etcher-sdk to ^4.1.3 to fix issues with some bz2 files - body: + body: null - version: 1.5.86 - date: 2020-05-06T15:46:41Z + date: 2020-05-06T15:46:41.000Z commits: - hash: 4a6a471345117d33f37f4397de26ed33c04a1120 author: Alexis Svinartchouk @@ -1834,16 +2012,16 @@ changelog-entry: Fix theme warnings change-type: patch subject: Fix theme warnings - body: + body: null - hash: 71e02ef8339071b95628e1dfa4f3e62519f29d91 author: Alexis Svinartchouk footers: changelog-entry: Prefer balena-etcher to etcher-bin on Arch Linux change-type: patch subject: Prefer balena-etcher to etcher-bin on Arch Linux - body: + body: null - version: 1.5.84 - date: 2020-05-05T16:43:37Z + date: 2020-05-05T16:43:37.000Z commits: - hash: 4d3eb2887c20a7b9f74b94a690ae8abe52aa378a author: Alexis Svinartchouk @@ -1851,34 +2029,37 @@ changelog-entry: Fix notification icon path change-type: patch subject: Fix notification icon path - body: + body: null - hash: f84cde7d0403060f1bdffe176ec91a999768b566 author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk to ^4.0.1 - body: + body: null - hash: eb47f1227adfe3f142260c96a8e20ed6d28cd34a author: Alexis Svinartchouk footers: change-type: patch subject: Fix libpango dependency name on debian - body: + body: null - hash: 5de4fe3d235172fe271e89c22ecb0cd45efd489b author: Alexis Svinartchouk footers: change-type: patch subject: Don't depend on lsb for the rpm package - body: + body: null - hash: ebd37b9e2f6968bce0a41a05abac8cfe3ab161c4 author: Rich Morin footers: change-type: patch subject: Correct two nomenclature errors - body: |- + body: >- PC keyboards have "Alt" keys; Mac keyboards have "Opt" keys. + Although it's possible to use a PC keyboard on a Mac, it's unusual. - In any case, all of the macOS (not "Mac OS" for some years now) documentation refers to the "Opt" key. + + In any case, all of the macOS (not "Mac OS" for some years now) + documentation refers to the "Opt" key. - hash: ea11f179542794294f773f503d83dad3a10cda56 author: Tom footers: @@ -1886,71 +2067,79 @@ change-type: patch signed-off-by: Tom Carrio subject: 'docs: Including Arch / Manjaro install instructions' - body: + body: null - hash: 49491b9b8c34ac7bcdbc1b957f50ee676100084e author: TheRealTachyon footers: change-type: patch subject: Update to README.md - body: Just a simple addition of instructionsfor proper installation on OpenSUSE Linux. + body: >- + Just a simple addition of instructionsfor proper installation on + OpenSUSE Linux. - hash: 7971a003cc2d86d31839407ea87d1e27e2eba653 author: Alexis Svinartchouk footers: change-type: patch subject: Update copyright years - body: + body: null - version: 1.5.83 - date: 2020-04-30T12:04:53Z + date: 2020-04-30T12:04:53.000Z commits: - hash: ee62b9a4c762b793bde2d7472bfe5f5a61b4de30 author: Alexis Svinartchouk footers: - changelog-entry: Decompress images before flashing, remove trim setting, trim ext partitions + changelog-entry: >- + Decompress images before flashing, remove trim setting, trim ext + partitions change-type: patch - subject: Decompress images before flashing, remove trim setting, trim ext partitions - body: + subject: >- + Decompress images before flashing, remove trim setting, trim ext + partitions + body: null - hash: 9bf58c89d4adadfe6d3d7c45a109542fa8e079e1 author: Alexis Svinartchouk footers: change-type: patch subject: Update resin-lint -> @balena/lint - body: + body: null - hash: 745a2f18864b9235e168971f1f48c26c5f9a1e4a author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used settings and checks - body: + body: null - hash: 795b8614adc0287d73a2766ff493238bdbab91bc author: Alexis Svinartchouk footers: change-type: patch - subject: Send applicationSessionUuid and flashingWorkflowUuid by default in logEvent - body: + subject: >- + Send applicationSessionUuid and flashingWorkflowUuid by default in + logEvent + body: null - hash: ba39ff433d550ec36e71e311ac9da14f40ce0a34 author: Alexis Svinartchouk subject: remove update lock - body: + body: null - hash: ffe281f25d1d7496a349f176cac043ebd5890e3d author: Alexis Svinartchouk footers: change-type: patch subject: Simplify settings - body: + body: null - hash: 44fc429f64c54bb0c790dba48411b71f6af13bfe author: Alexis Svinartchouk footers: change-type: patch subject: Factorize duplicated configUrl code - body: + body: null - hash: e62add68938fa6449943bf9822e0ca6f50e2d68f author: Alexis Svinartchouk footers: change-type: patch subject: Remove some `any`s - body: + body: null - version: 1.5.82 - date: 2020-04-23T17:45:47Z + date: 2020-04-23T17:45:47.000Z commits: - hash: 8f39dbf6b120516106b8d44cec34828350b3adb2 author: Lorenzo Alberto Maria Ambrosi @@ -1959,7 +2148,7 @@ changelog-entry: Add staging percentage for v1.5.81 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add staging percentage for v1.5.81 - body: + body: null - hash: dbe6fe442d00bcf7f501e8fd5c3c0354b7312777 author: Lorenzo Alberto Maria Ambrosi footers: @@ -1967,7 +2156,7 @@ changelog-entry: Trigger update for v1.5.81 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Trigger update for v1.5.81 - body: + body: null - hash: 124e8af649c8596dfd7ee28da887d73c1a133d84 author: Lorenzo Alberto Maria Ambrosi footers: @@ -1975,7 +2164,7 @@ changelog-entry: Add flash from url workflow signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add flash from url workflow - body: + body: null - hash: 94a0be3b057d9e0974dc78bbdd886a8849626407 author: Lorenzo Alberto Maria Ambrosi footers: @@ -1983,7 +2172,7 @@ changelog-entry: Refactor buttons style signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Refactor buttons style - body: + body: null - hash: ac2e973cb0f289e1367f1a14388d35da79c9a378 author: Lorenzo Alberto Maria Ambrosi footers: @@ -1991,7 +2180,7 @@ changelog-entry: Add generic error's message signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add generic error's message - body: + body: null - hash: 39ed67d667cd75262c8d90216c9c5e855232f9fb author: Lorenzo Alberto Maria Ambrosi footers: @@ -1999,9 +2188,9 @@ changelog-entry: Allow http/https only for Flash from URL signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Allow http/https only for Flash from URL - body: + body: null - version: 1.5.81 - date: 2020-04-16T16:28:59Z + date: 2020-04-16T16:28:59.000Z commits: - hash: 7eddb16f2f2899159a2216828b3c4e6084daa748 author: Alexis Svinartchouk @@ -2009,43 +2198,46 @@ changelog-entry: Update etcher-sdk to use direct IO change-type: patch subject: Update etcher-sdk to use direct IO - body: + body: null - hash: 63ad3739fd133adf44a378282145d4c92e5e3ea6 author: Alexis Svinartchouk footers: change-type: patch subject: Fix FlashResults component - body: + body: null - hash: d63df5a15639aab258abbddb6b5b01fcc3ccc4b4 author: Alexis Svinartchouk footers: change-type: patch subject: Update bluebird - body: + body: null - hash: 82a3c37c16d73ad71417e3cd5ceab6081c415d13 author: Alexis Svinartchouk footers: change-type: patch - subject: Remove no longer needed ts-ignore comments, fix typos - body: + subject: 'Remove no longer needed ts-ignore comments, fix typos' + body: null - hash: 52cf6375eb86be24cd3cc5901bab9c19d510b5ce author: Wilson de Farias footers: changelog-entry: 'docs: Update macOS drive recovery command' change-type: patch subject: Fixes the Command for macOS drive recovery - body: |- - Changes the documentation to update the disktutil command which didn't fix my case, cause the boot partition was broken. - This way it rewrites the drive into a FAT32 partition editable in Unix/Windows. + body: >- + Changes the documentation to update the disktutil command which didn't + fix my case, cause the boot partition was broken. + + This way it rewrites the drive into a FAT32 partition editable in + Unix/Windows. - hash: b3f25c176b1bdb487d1a7bf111d7f170fe008842 author: Lorenzo Alberto Maria Ambrosi footers: changelog-entry: Add average speed in flash results change-type: patch subject: Add average speed in flash results - body: + body: null - version: 1.5.80 - date: 2020-03-24T13:51:52Z + date: 2020-03-24T13:51:52.000Z commits: - hash: b4b099ecb19578d3d359bff6ce9e99265156e3f8 author: Alexis Svinartchouk @@ -2053,42 +2245,42 @@ changelog-entry: Fix sass files path for lint-sass change-type: patch subject: Fix sass files path for lint-sass - body: + body: null - hash: 21181f011fc5068bd7d4a610e5beb9b2cecddb8b author: Alexis Svinartchouk footers: changelog-entry: Update electron to v7.1.14 change-type: patch subject: Update electron to v7.1.14 - body: + body: null - hash: 8b2f06442aa5ad8ed6a9a414ef7e7035e0b245d1 author: Anthony Rouneau footers: change-type: patch subject: Update README to use port 443 to get keys from keyserver.ubuntu.com - body: + body: null - hash: 4ee83d9da49667d5238394e5997211dfc77a980e author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch changelog-entry: Use zoomFactor to scale contents in fullscreen mode subject: Use zoomFactor to scale contents in fullscreen mode - body: + body: null - hash: be729c87af68b0822b2c0fac04112bdc1b743fc5 author: Alexis Svinartchouk footers: change-type: patch subject: Remove useless if - body: + body: null - version: 1.5.79 - date: 2020-02-20T17:31:35Z + date: 2020-02-20T17:31:35.000Z commits: - hash: d8cb8f78154910f46b70f4b2537d57169b1a0b60 author: Alois Klink footers: change-type: patch changelog-entry: Fix error when launching from terminal when installed via apt. - fixes: https://github.com/balena-io/etcher/issues/3074 + fixes: 'https://github.com/balena-io/etcher/issues/3074' subject: 'fix(afterPack): error on launch from deb terminal' body: |- When installing balena-etcher via apt on Debian/Ubuntu, @@ -2104,12 +2296,16 @@ - hash: 0b20a1eeaa0ef02a0df65d90e66ba5a6f794edf6 author: Alexis Svinartchouk footers: - changelog-entry: Remove "Download the React DevTools for a better development experience" message + changelog-entry: >- + Remove "Download the React DevTools for a better development + experience" message change-type: patch - subject: Remove "Download the React DevTools for a better development experience" message - body: + subject: >- + Remove "Download the React DevTools for a better development experience" + message + body: null - version: 1.5.78 - date: 2020-02-19T17:27:31Z + date: 2020-02-19T17:27:31.000Z commits: - hash: 55dcfc1a8503229e9be85599bba0d9c89d593052 author: Alexis Svinartchouk @@ -2117,44 +2313,44 @@ changelog-entry: Update drivelist to 8.0.10 to fix parsing lsblk --pairs change-type: patch subject: Update drivelist to 8.0.10 to fix parsing lsblk --pairs - body: + body: null - version: 1.5.77 - date: 2020-02-17T20:15:55Z + date: 2020-02-17T20:15:55.000Z commits: - hash: ed90f21188ad1a67bd645045b5425b45012e4290 author: Alexis Svinartchouk footers: change-type: patch subject: Running `make lint` will now fix the typescript files - body: + body: null - hash: 94d262263cbaebdbc5e70ceb0213fa13b7266fac author: Alexis Svinartchouk footers: changelog-entry: The RGBLed module has been moved to a separate repository change-type: patch subject: The RGBLed module has been moved to a separate repository - body: + body: null - hash: 93d319275f1b139fce11ae8eccb82e636ad82708 author: Alexis Svinartchouk footers: change-type: patch subject: Fix imports in lib/start.ts - body: + body: null - hash: 42032964146effb7d66c043d79a41de41fb042e4 author: Alexis Svinartchouk footers: changelog-entry: Fix error message not being shown on write error change-type: patch subject: Fix error message not being shown on write error - body: + body: null - hash: 7991d4076083c135a531b78a9a1ccec5137e333d author: Alexis Svinartchouk footers: change-type: patch subject: Specify flashImageToDrive return type - body: + body: null - version: 1.5.76 - date: 2020-02-06T13:53:15Z + date: 2020-02-06T13:53:15.000Z commits: - hash: 45262583e6cbe41cf9f54c3f8a378c15c5ccd0af author: Alexis Svinartchouk @@ -2162,14 +2358,14 @@ changelog-entry: Update etcher-sdk to ^2.0.17 change-type: patch subject: Update etcher-sdk to ^2.0.17 - body: + body: null - hash: 07be84498545c1288054169ec2280ddb870a527c author: Alexis Svinartchouk footers: - changelog-entry: Fix image drop zone, remove react-dropzone dependency + changelog-entry: 'Fix image drop zone, remove react-dropzone dependency' change-type: patch - subject: Fix image drop zone, remove react-dropzone dependency - body: + subject: 'Fix image drop zone, remove react-dropzone dependency' + body: null - hash: 6f58344e7bec8347182f9ac8d151931f48669c01 author: Lorenzo Alberto Maria Ambrosi footers: @@ -2177,9 +2373,9 @@ changelog-entry: Prefix temp permissions script name signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Prefix temp permissions script name - body: + body: null - version: 1.5.75 - date: 2020-02-05T12:35:11Z + date: 2020-02-05T12:35:11.000Z commits: - hash: fdec65e9bdf849b52030a9f1ea16e4654c5397e7 author: Omar López @@ -2188,66 +2384,66 @@ change-type: patch changelog-entry: Initialize leds object map subject: Initialize leds object map - body: + body: null - version: 1.5.74 - date: 2020-02-04T22:15:40Z + date: 2020-02-04T22:15:40.000Z commits: - hash: 9caa42d25703a98e624a3674bd803c9b28e29fba author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused settings.assign function - body: + body: null - hash: 6fcd9e15950b35130bacc42b1a8c811e4b920169 author: Alexis Svinartchouk footers: change-type: patch subject: Remove settings.getDefaults function - body: + body: null - hash: 571a3533fb839cb4386cf4a5f467cef776ffab6c author: Alexis Svinartchouk footers: change-type: patch subject: Load settings before rendering the app - body: + body: null - hash: c09237f0c3e424344da3316abedc0a89fb2be237 author: Alexis Svinartchouk footers: changelog-entry: Sort devices by device path on Linux change-type: patch subject: Sort devices by device path on Linux - body: + body: null - hash: 990dcc9d5a97baf8bc6f5ee2c8eadb97b60d31b5 author: Alexis Svinartchouk footers: change-type: patch subject: Fix loading driveBlacklist settings - body: + body: null - hash: f2705a611d63e048fea55d472db9c7a790721d8a author: Alexis Svinartchouk footers: change-type: patch subject: Update mocha and electron-mocha - body: + body: null - hash: af64579eb2fa8e78cb7e0ef9825f1c518e43fc51 author: Alexis Svinartchouk footers: change-type: patch subject: Update resin-lint to ^3.2.0 - body: + body: null - hash: a22ea0b82b87ac90b8640c58d846f802e7ef0535 author: Alexis Svinartchouk footers: change-type: patch subject: Update scripts submodule to prevent electon-mocha crashes on CI - body: + body: null - hash: 2aa6c83714e9557c86de3717bd3387dd0fb15e83 author: Alexis Svinartchouk footers: changelog-entry: Update electron to 7.1.11 chanege-type: patch subject: Update electron to 7.1.11 - body: + body: null - hash: 81e80572d8f7769d20d2854cbe6923e3483b11ac author: Alexis Svinartchouk footers: @@ -2267,15 +2463,15 @@ changelog-entry: Etcher pro leds feature change-type: patch subject: Etcher pro leds feature - body: + body: null - hash: 227bad9e997ac890338bc23fc4a9a7e906c5d6e7 author: Alexis Svinartchouk footers: change-type: patch subject: Keep leds sysfs files open - body: + body: null - version: 1.5.73 - date: 2020-01-29T13:54:19Z + date: 2020-01-29T13:54:19.000Z commits: - hash: 945cd7ff8e0b811607ef457edca4ec3ec1242e5e author: Alexis Svinartchouk @@ -2283,21 +2479,21 @@ changelog-entry: Update electron to v7.1.10 change-type: patch subject: Update electron to v7.1.10 - body: + body: null - hash: fc694b90b6a59d4761cf3329120cdedec6ea37a6 author: Alexis Svinartchouk footers: change-type: patch subject: Target es2018 - body: + body: null - hash: 2bdcae72090969040725a01b28e45f6a3282162d author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused BUILD_TEMPORARY_DIRECTORY scripts parameter - body: + body: null - version: 1.5.72 - date: 2020-01-17T15:36:41Z + date: 2020-01-17T15:36:41.000Z commits: - hash: 2c227d347567eab36ab9ed05b0a290d5b591d48d author: Lorenzo Alberto Maria Ambrosi @@ -2305,191 +2501,191 @@ change-type: none signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Trigger update for 1.5.71 - body: + body: null - hash: 05c2f5bebd2896875b5f4a7f4e4eac976c86da67 author: Alexis Svinartchouk footers: changelog-entry: Remove no longer used closestUnit angular filter change-type: patch subject: Remove no longer used closestUnit angular filter - body: + body: null - hash: 65293ea5e4eec7f75c97d0f4027c2913dc73d821 author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used ModalService - body: + body: null - hash: b71824c5e895969b1c8750d29ff085999819e10b author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used angular-if-state - body: + body: null - hash: 04e0b56dd5f87a7e53813f90fa19ea49d2f11608 author: Alexis Svinartchouk footers: changelog-entry: Remove no longer used angular svg-icon component change-type: patch subject: Remove no longer used angular svg-icon component - body: + body: null - hash: 54fda697ce9dc5340dd182cecde9938c00fd4a8c author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used .section-footer-main css rules - body: + body: null - hash: c27be733a98de78e44ba8af2f9d488a440e0b101 author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used angular-ui-bootstrap - body: + body: null - hash: e2f5775b07c0c3afe8c17119f81c7d556e7b103e author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer needed angular specific utils.memoize - body: + body: null - hash: 2cd60af841c15eeb133622b83d07a036905d4ae9 author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used angular flash-results component - body: + body: null - hash: 3a7d770f6d106f337bbb4c7d8af158abf430d76c author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used angular flash-another component - body: + body: null - hash: 315051c14c3b1a3be1d5ddc7949781d5537e2c4e author: Alexis Svinartchouk footers: change-type: patch subject: Remove useless 'use strict' from a ts file - body: + body: null - hash: 146bfaa9debbe0f291bdcbaf126fc7e24f730eac author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused StateController.previousName - body: + body: null - hash: 26d0e463674dc51267e48f545ccde78d3e7c9e79 author: Alexis Svinartchouk footers: change-type: patch subject: Convert angular SafeWebview to typescript - body: + body: null - hash: d5eb679cf06754a3209bb0e3f672361a5dcd231f author: Alexis Svinartchouk footers: change-type: patch subject: Remove remaining angular - body: + body: null - hash: 47fd12e7a441704f0546e1ae503b7649d10bff7d author: Alexis Svinartchouk footers: change-type: patch subject: Remove html-angular-validate - body: + body: null - hash: f31cb49e2a4b496a27d498cc1cd3945712ae6e3f author: Alexis Svinartchouk footers: change-type: patch subject: Don't use prop-types in drive selector - body: + body: null - hash: 233a2e640063c23b12f5dd4a43011e3926924198 author: Alexis Svinartchouk footers: change-type: patch subject: Convert menu.js to typescript - body: + body: null - hash: b4a60cfee2b7b9e8704daa9d88530d4fe9a15490 author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused styled-components.js - body: + body: null - hash: 255fae3a9010e5aabb89b4557a2d29b922db0af7 author: Alexis Svinartchouk footers: change-type: patch subject: Convert middle-ellipsis.js to typescript - body: + body: null - hash: b266a727266427bd9879958c639136e67a17063c author: Alexis Svinartchouk footers: change-type: patch subject: Convert window-network-drives.js to typescript - body: + body: null - hash: ddd1ff0101dd0005d671f8b8e8aca53c63dbf472 author: Alexis Svinartchouk footers: change-type: patch subject: Convert progress-status.js and window-progress.js to typescript - body: + body: null - hash: 13dfb090b5c09e3dd50402d49d801d573ab98686 author: Alexis Svinartchouk footers: change-type: patch subject: Convert open-external.js to typescript - body: + body: null - hash: c1e24406d9ecbbbc0e371cc6605396d7711e22a5 author: Alexis Svinartchouk footers: change-type: patch subject: Convert notification.js to typescript - body: + body: null - hash: 596b316d6532487ed82b896455ca6da9c1cc7b5d author: Alexis Svinartchouk footers: change-type: patch subject: Convert update-lock.js to typescript - body: + body: null - hash: fadfadd9e9bcb5035d1825274c9034e402e96a0b author: Alexis Svinartchouk footers: change-type: patch subject: Convert exception-reporter.js to typescript - body: + body: null - hash: a5825373e14004450feb5a42a2d47ea072ec0523 author: Alexis Svinartchouk footers: change-type: patch subject: Convert analytics.js to typescript - body: + body: null - hash: 0377faadd615be4804b1648b372c623a9470ae44 author: Alexis Svinartchouk footers: change-type: patch subject: Convert drive-scanner.js to typescript - body: + body: null - hash: f366a681592a062cee1c2537fcd6e10f518c34ed author: Alexis Svinartchouk footers: change-type: patch subject: Convert theme.js to typescript - body: + body: null - hash: ef491e1e961451a33b05cb7be922a84e9db12a67 author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used lib/gui/app/models/files.js and its tests - body: + body: null - hash: e50974a86a5ddf580d043f0d344cce431eb287e2 author: Alexis Svinartchouk footers: change-type: patch subject: Convert local-settings.js to typescript - body: + body: null - hash: 109d84302cc247dc75894f437e8cb313417684a7 author: Alexis Svinartchouk footers: change-type: patch subject: Remove no longer used storage.js and its tests - body: + body: null - version: 1.5.71 - date: 2020-01-14T16:15:05Z + date: 2020-01-14T16:15:05.000Z commits: - hash: b4fb82066b0746945f30bf3a72d78f319d7a578c author: Lorenzo Alberto Maria Ambrosi @@ -2498,22 +2694,24 @@ changelog-entry: Update resin-corvus to 2.0.5 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update resin-corvus to 2.0.5 - body: + body: null - hash: 171a5b17935b5fb0995fbe3f8f9c158b0a062a1b author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update scripts submodule - body: + body: null - hash: 12b5536e22457c69c33073b4b937bfa1a235aae5 author: Alexis Svinartchouk footers: change-type: patch - subject: Don't webpack package.json as analytics tokens are interted after webpacking - body: + subject: >- + Don't webpack package.json as analytics tokens are interted after + webpacking + body: null - version: 1.5.70 - date: 2019-12-13T18:25:53Z + date: 2019-12-13T18:25:53.000Z commits: - hash: 5cd3c5fcc086d619a35ae6a4930412a60569e20c author: Lucian @@ -2522,7 +2720,7 @@ changelog-entry: Use React instead of Angular for image selection signed-off-by: Lucian subject: Refactor image-selection - body: + body: null - hash: 1d15d582d99fbffb870dd564673da73a70a59088 author: Stevche Radevski footers: @@ -2530,7 +2728,7 @@ change-type: patch signed-off-by: Stevche Radevski subject: 'chore: move flash step to React' - body: + body: null - hash: abfc6be84d971670fd2914432caaa42263cfe260 author: Thodoris Greasidis footers: @@ -2538,14 +2736,14 @@ changelog-entry: Convert the drive selection step to React signed-off-by: Thodoris Greasidis subject: Convert the drive selection step to React - body: + body: null - hash: 8177e980147e7154319edb30b0e3304e3d13f6bd author: Thodoris Greasidis footers: change-type: patch signed-off-by: Thodoris Greasidis subject: Refactor the DriveSelector to use async-await - body: + body: null - hash: 641dde81e51c2c95edd212dae8ef242a8c27f380 author: Lucian footers: @@ -2553,85 +2751,85 @@ changelog-entry: Use React instead of Angular for image selection signed-off-by: Lucian subject: Refactor image-selection - body: + body: null - hash: 00536cba3aea1a59c2ce595d9b1fabaade0ecff9 author: Lucian subject: Refactor Warning modal in image selection - body: + body: null - hash: 21d9d31a27939eb6997faa78b510a6c7e375ebed author: Stevche Radevski footers: change-type: patch signed-off-by: Stevche Radevski subject: Use rendition modal for warning and errors when flashing - body: + body: null - hash: 996c2b55a426987bbea1821f24754cea31af3bd1 author: Alexis Svinartchouk footers: change-type: patch subject: Run make sass - body: + body: null - hash: b6fb44d6a51aac748479c2a1d7a80255f35cce1b author: Lucian footers: signed-off-by: Lucian subject: Fix bug where images can't be reselected - body: + body: null - hash: a7a7f83e3e08b95c16a1b4783c5692aa9962b440 author: Lucian footers: signed-off-by: Lucian subject: Fix link hover color - body: + body: null - hash: 177f10f76d3846d8c0c7eca35582e938b728e370 author: Lucian footers: signed-off-by: Lucian subject: Refactor tooltip modal to use react - body: + body: null - hash: fc597abbc98fa498108fe7688892a66a620d42e9 author: Lucian footers: signed-off-by: Lucian subject: Add sourcemap and elevate theme provider - body: + body: null - hash: ffb26ba67f063a87b922bf5905029547672c7299 author: Lucian footers: signed-off-by: Lucian subject: Remove unused methods from drive selector component - body: + body: null - hash: 330405ae42575aec428c051d69915b676873988e author: Alexis Svinartchouk footers: change-type: patch subject: Remove tooltip-modal scss import - body: + body: null - hash: 07fc7af911bbc647e0aa56446989b7f51da6c337 author: Alexis Svinartchouk footers: change-type: patch subject: Remove experimental file picker - body: + body: null - hash: 28b51a9b460df0c2a8fb37b11859065517c9a5b9 author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused imports in main.js - body: + body: null - hash: 84fe5004a9fbe4cd73d6c3d8e556de6ba4250f77 author: Alexis Svinartchouk footers: change-type: patch subject: Remove broken settings shortcut from menu - body: + body: null - hash: 8e47829905ec4b707f99bbdff705a23b398835df author: Stevche Radevski footers: change-type: patch signed-off-by: Stevche Radevski subject: Move the main controller to React - body: + body: null - hash: 4e1f0719519f6e87cd7ca81a98b61c479a78397a author: Stevche Radevski footers: @@ -2645,21 +2843,21 @@ change-type: patch signed-off-by: Stevche Radevski subject: Move a couple of files to typescript and remove unnecessary $timeout - body: + body: null - hash: 9f4e0ce92018d68911a208392bf53dbb476857c6 author: Stevche Radevski footers: change-type: patch signed-off-by: Stevche Radevski subject: Add husky and lint-staged to run linting on commit - body: + body: null - hash: c9c9c50d6c35485f965712ad0599fbe7c5d2a25c author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Rework finish page with React - body: + body: null - hash: 68d9542816fdfe7be49f3e8404ab970b96b9535b author: Lorenzo Alberto Maria Ambrosi footers: @@ -2667,51 +2865,51 @@ changelog-entry: Convert FlashAnother & FlashResults to typescript signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Convert FlashAnother & FlashResults to typescript - body: + body: null - hash: 84e45caa6c3c4699612324b0ae64cdd76951664e author: Alexis Svinartchouk footers: change-type: patch changelog-entry: Rework lib/gui/app/styled-components to typescript subject: Rework lib/gui/app/styled-components to typescript - body: + body: null - hash: 992b8a6fb6d3d1bfa4f0fdd85f3cc5d03c75a58f author: Stevche Radevski footers: change-type: patch signed-off-by: Stevche Radevski subject: Fix layout when flashing - body: + body: null - hash: 2f0ce3ee375967af9201502b9192445957b04be0 author: Alexis Svinartchouk subject: Only run prettier on ts and tsx files - body: + body: null - hash: fe230e7d3094a5f8e761108c3b1550dbdd125d9c author: Alexis Svinartchouk footers: change-type: patch subject: Rename resin -> balena - body: + body: null - hash: 67eb593164065b04124ae5ea738f272185c19a0f author: Alexis Svinartchouk footers: change-type: patch subject: Remove manifest-bind - body: + body: null - hash: 3bdac794b31a2b8a0efce8a8ae04f2fa1f3d3c14 author: Alexis Svinartchouk footers: change-type: patch subject: React header - body: + body: null - hash: 4c931278b8dbf1e80e5680eca93687635e8bdce9 author: Alexis Svinartchouk footers: change-type: patch subject: Remove angular os-open-external directive - body: + body: null - version: 1.5.69 - date: 2019-12-10T11:33:29Z + date: 2019-12-10T11:33:29.000Z commits: - hash: 1408dd48a1c2f4c551f3d4dd39cf7ec4c09f17b3 author: Alexis Svinartchouk @@ -2719,9 +2917,9 @@ changelog-entry: Don't add --no-sandbox when ELECTRON_RUN_AS_NODE true change-type: patch subject: Don't add --no-sandbox when ELECTRON_RUN_AS_NODE true - body: + body: null - version: 1.5.68 - date: 2019-12-09T09:41:54Z + date: 2019-12-09T09:41:54.000Z commits: - hash: 7d284a7e189f2f545d8cb169122be0afe977fa5d author: Lorenzo Alberto Maria Ambrosi @@ -2730,9 +2928,9 @@ changelog-entry: Add version in settings modal signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add version in settings modal - body: + body: null - version: 1.5.67 - date: 2019-12-06T11:48:18Z + date: 2019-12-06T11:48:18.000Z commits: - hash: 2ef38fe06ddd86a54ca00c6b68cf277d3b96f182 author: Alexis Svinartchouk @@ -2740,9 +2938,9 @@ changelog-entry: Fix elevation on macos in development change-type: patch subject: Fix elevation on macos in development - body: + body: null - version: 1.5.66 - date: 2019-12-03T16:28:10Z + date: 2019-12-03T16:28:10.000Z commits: - hash: 1626c01ff4bc611a11df65d41a2222bb14266f0b author: Alexis Svinartchouk @@ -2750,139 +2948,139 @@ change-type: patch changelog-entry: Update electron to 6.0.10 subject: Update electron to 6.0.10 - body: + body: null - hash: d071bf8ade4e49cf65328af7e1547e890ca0c09f author: Alexis Svinartchouk footers: - changelog-entry: Update electron-mocha to ^8.1.2, remove acorn + changelog-entry: 'Update electron-mocha to ^8.1.2, remove acorn' change-type: patch - subject: Update electron-mocha to ^8.1.2, remove acorn - body: + subject: 'Update electron-mocha to ^8.1.2, remove acorn' + body: null - hash: 9488468b67256f2eaf365300efc06cdbbc12b58c author: Alexis Svinartchouk footers: changelog-entry: Remove node-pre-gyp patch that is no longer needed with electron 6 change-type: patch subject: Remove node-pre-gyp patch that is no longer needed with electron 6 - body: + body: null - hash: caf09e749881a2665051f2d339a286495b47e947 author: Alexis Svinartchouk footers: changelog-entry: Remove no longer needed xml2js change-type: patch subject: Remove no longer needed xml2js - body: + body: null - hash: 2c2057b5cbb390e43b8e6b9d4a22d34cf0f1a528 author: Alexis Svinartchouk footers: - changelog-entry: Update mocha, remove nock + changelog-entry: 'Update mocha, remove nock' change-type: patch - subject: Update mocha, remove nock - body: + subject: 'Update mocha, remove nock' + body: null - hash: 07a6e409173b919f12f85fcc86823db44df3b8cd author: Alexis Svinartchouk footers: changelog-entry: Remove no longer needed pkg dev dependency change-type: patch subject: Remove no longer needed pkg dev dependency - body: + body: null - hash: 1be1a2b8f7df4caf1b53795099f7e2b5c4b3c133 author: Alexis Svinartchouk footers: changelog-entry: Require angular-mocks only when needed change-type: patch subject: Require angular-mocks only when needed - body: + body: null - hash: 1098f8cb1e7e209cc29cb7b3953dacf9fa671bf6 author: Alexis Svinartchouk footers: changelog-entry: Use the same entrypoint for etcher and the child writer change-type: patch subject: Use the same entrypoint for etcher and the child writer - body: + body: null - hash: 994d311ed37afe6ff22ba810602a30426215066c author: Alexis Svinartchouk footers: changelog-entry: Update nan to ^2.14 change-type: patch subject: Update nan to ^2.14 - body: + body: null - hash: cf6863b2c6d5d3e115222bbaa0ae81911e1d0bb5 author: Alexis Svinartchouk footers: - changelog-entry: Update dependencies, get node-usb from npm + changelog-entry: 'Update dependencies, get node-usb from npm' change-type: patch - subject: Update dependencies, get node-usb from npm - body: + subject: 'Update dependencies, get node-usb from npm' + body: null - hash: cddd068887ac48cf4a9856c4b3a671092d3cb913 author: Alexis Svinartchouk footers: changelog-entry: Update spectron to ^8 change-type: patch subject: Update spectron to ^8 - body: + body: null - hash: 707c20513ea27cd67b0a6c44a94759fa9c594b39 author: Alexis Svinartchouk footers: change-type: patch subject: Simplify electron-builder files config - body: + body: null - hash: 4f36b00ec366a6d753f646bedbb60bf61f5a691b author: Alexis Svinartchouk footers: change-type: patch subject: Simplify webpack config - body: + body: null - hash: 5b22fcc2f5a74839aac5151e7edb8d99ba06b8eb author: Alexis Svinartchouk footers: change-type: patch subject: Remove unused script - body: + body: null - hash: 2f828b1d39c8c91ec69b991de7b329c8092bdd9e author: Alexis Svinartchouk footers: change-type: patch subject: Wrapper script for linux to add --no-sandbox when running as root - body: + body: null - hash: 26e827e4dcae0ee3083016b5f8b7f37b9145f955 author: Alexis Svinartchouk footers: change-type: patch subject: Update electron to 6.1.4 - body: + body: null - hash: 18fb9c9de36d15dfaedd20d06c08294994b758d1 author: Alexis Svinartchouk footers: change-type: patch subject: Package dll files (needed for lzma_native on windows) - body: + body: null - hash: 59230a0f9e54b4885e8f6b4b100f5e7a9acd7e4f author: Alexis Svinartchouk footers: change-type: patch subject: Fix windows elevation module import - body: + body: null - hash: bcbbb64042b5d37f911be5c879503a6b1b3364d7 author: Alexis Svinartchouk footers: change-type: patch subject: Update dependencies after rebase - body: + body: null - hash: 062723bf15d5d4e17add01360a9de6c02d10a8c2 author: Alexis Svinartchouk footers: change-type: patch subject: Fix typing in settings.tsx - body: + body: null - hash: 220b7f6d53163db224b373d6d064593c2a2b60fa author: Alexis Svinartchouk footers: change-type: patch subject: Remove usage of deprecated componentWillReceiveProps - body: + body: null - version: 1.5.65 - date: 2019-12-03T10:06:44Z + date: 2019-12-03T10:06:44.000Z commits: - hash: 4c0a079d1e4abcc054ddb74b3a34a39a6d5085d1 author: Lorenzo Alberto Maria Ambrosi @@ -2891,7 +3089,7 @@ changelog-entry: Refactor settings page into modal signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Refactor settings page into modal - body: + body: null - hash: 3b0794606530f201bab6d0e0aec15d6f420b006a author: Lorenzo Alberto Maria Ambrosi footers: @@ -2899,19 +3097,21 @@ changelog-entry: Convert settings modal to typescript signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Convert settings modal to typescript - body: + body: null - version: 1.5.64 - date: 2019-11-27T14:09:44Z + date: 2019-11-27T14:09:44.000Z commits: - hash: 572f7d826a4efb96e893e955d42b32c0d5582024 author: Alexis Svinartchouk footers: change-type: patch - changelog-entry: Use bash instead of sh for running the elevated process on Linux and Mac + changelog-entry: >- + Use bash instead of sh for running the elevated process on Linux and + Mac subject: Use bash instead of sh for running the elevated process on Linux and Mac - body: + body: null - version: 1.5.63 - date: 2019-11-08T13:00:14Z + date: 2019-11-08T13:00:14.000Z commits: - hash: 88b7665b7fdcf5b716125fc823834f94fd869e20 author: Dimitrios Lytras @@ -2920,9 +3120,11 @@ change-type: patch signed-off-by: Dimitrios Lytras dnlytras@gmail.com subject: 'docs: Introduce an FAQ file' - body: Much needed file in order to generate the FAQ section for the website using Landr + body: >- + Much needed file in order to generate the FAQ section for the website + using Landr - version: 1.5.62 - date: 2019-11-06T17:35:43Z + date: 2019-11-06T17:35:43.000Z commits: - hash: c0d1899ad36284ba9b5c03385454115ad4db4589 author: Alexis Svinartchouk @@ -2930,9 +3132,9 @@ changelog-entry: Update drivelist to 8.0.9 change-type: patch subject: Update drivelist to 8.0.9 - body: + body: null - version: 1.5.61 - date: 2019-11-06T01:55:47Z + date: 2019-11-06T01:55:47.000Z commits: - hash: c4944f31d651fd8e40c8edcd54d7d6960b14fc06 author: Lorenzo Alberto Maria Ambrosi @@ -2940,45 +3142,47 @@ change-type: patch changelog-entry: Notarize app on macOS subject: Notarize app on macOS - body: + body: null - hash: 64a28f891fa8a9da47581bb67540a07caac1404b author: Alexis Svinartchouk footers: change-type: patch subject: Don't pack files in an asar archive on macOS - body: + body: null - hash: 9b82891abb86fc27c3df531fa6e1086192de4f03 author: Alexis Svinartchouk footers: change-type: patch subject: Use sudo instead of sudo-prompt on macOS >= Catalina - body: + body: null - hash: 1ee2eb05ebc9d3c77048f0a688af8351a2b62cd8 author: Alexis Svinartchouk footers: change-type: patch subject: Update electron-builder to ^22 - body: + body: null - hash: 1b8380c5dc3fff14057a44ed442e317979274636 author: Alexis Svinartchouk footers: change-type: patch - subject: Update scripts repo as electron-builder's build command was renamed electron-builder - body: + subject: >- + Update scripts repo as electron-builder's build command was renamed + electron-builder + body: null - hash: d494cee0da8e985601b62a537c1ff79059691150 author: Alexis Svinartchouk footers: change-type: patch subject: Don't spell check scripts - body: + body: null - hash: f372fba1fd346d86d6c6995bd5101d5faeb6a55f author: Alexis Svinartchouk footers: change-type: patch - subject: Don't use electron-is-running-in-asar, fix AppImage builds - body: + subject: 'Don''t use electron-is-running-in-asar, fix AppImage builds' + body: null - version: 1.5.60 - date: 2019-10-18T11:31:04Z + date: 2019-10-18T11:31:04.000Z commits: - hash: 831e7af9ed338376a220b7749f83ecd88602e052 author: Matthew McGinn @@ -2987,9 +3191,9 @@ change-type: patch signed-off-by: Matthew McGinn subject: 'ext2fs: upgrade ext2fs to 1.0.30' - body: + body: null - version: 1.5.59 - date: 2019-10-14T13:34:13Z + date: 2019-10-14T13:34:13.000Z commits: - hash: 5151d751a3d77918aeaa1cfb73d16a9e1d4ceda3 author: Roman Mazur @@ -3002,7 +3206,7 @@ This simplifies debugging of the content loaded by Etcher, including analysis of loaded analytics libraries. - version: 1.5.58 - date: 2019-10-10T10:06:54Z + date: 2019-10-10T10:06:54.000Z commits: - hash: dda2f6eb7016851ef6e601769ba5e29ec0646818 author: Dimitrios Lytras @@ -3011,9 +3215,9 @@ change-type: patch signed-off-by: Dimitrios Lytras dnlytras@gmail.com subject: 'docs: Remove leftover GH-pages configuration file' - body: + body: null - version: 1.5.57 - date: 2019-09-17T13:23:43Z + date: 2019-09-17T13:23:43.000Z commits: - hash: 93ea4efb3321302fa0efd5ae8c435e1b3906d5c8 author: Alexis Svinartchouk @@ -3021,9 +3225,9 @@ change-type: patch changelog-entry: Fix entrypoint when options are passed to electron subject: Fix entrypoint when options are passed to electron - body: + body: null - version: 1.5.56 - date: 2019-08-20T14:41:51Z + date: 2019-08-20T14:41:51.000Z commits: - hash: 02bd8ed4594325838c8f2d3124c29fbb5f272afc author: Lorenzo Alberto Maria Ambrosi @@ -3032,9 +3236,9 @@ changelog-entry: Fix windows portable download signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix windows portable download - body: + body: null - version: 1.5.55 - date: 2019-08-20T11:21:43Z + date: 2019-08-20T11:21:43.000Z commits: - hash: f6c01722572e52140558040694ebbce10c2ec560 author: Alexis Svinartchouk @@ -3042,9 +3246,9 @@ change-type: patch changelog-entry: Update etcher-sdk to ^2.0.13 subject: Update etcher-sdk to ^2.0.13 - body: + body: null - version: 1.5.54 - date: 2019-08-19T11:06:40Z + date: 2019-08-19T11:06:40.000Z commits: - hash: 8c2c4e233af0fbda2dd85266f7f7ce7fa15c98ba author: Lorenzo Alberto Maria Ambrosi @@ -3053,9 +3257,9 @@ changelog-entry: Fix auto-updater check for updates signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix auto-updater check for updates - body: + body: null - version: 1.5.53 - date: 2019-08-06T12:43:26Z + date: 2019-08-06T12:43:26.000Z commits: - hash: 8df5d972fc219fbe1ab567eaeb46e2c7d5be16e6 author: Lorenzo Alberto Maria Ambrosi @@ -3064,16 +3268,16 @@ changelog-entry: Allow typescript files signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Allow typescript files - body: + body: null - hash: 865ea0ddd2a6f28acd1988645a97a2941e66e5c6 author: Lorenzo Alberto Maria Ambrosi footers: change-type: none signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Trigger update for 1.5.52 - body: + body: null - version: 1.5.52 - date: 2019-07-23T12:56:48Z + date: 2019-07-23T12:56:48.000Z commits: - hash: b5d04a2031a766a203ce1998a1e401a6d0a8b963 author: Alexis Svinartchouk @@ -3081,9 +3285,9 @@ changelog-entry: Don't use wmic's ProviderName if it's empty change-type: patch subject: Don't use wmic's ProviderName if it's empty - body: + body: null - version: 1.5.51 - date: 2019-06-28T13:02:52Z + date: 2019-06-28T13:02:52.000Z commits: - hash: b99b0d4bf86e9eb72d321ec64da3eee1811effbb author: Alexis Svinartchouk @@ -3091,25 +3295,25 @@ change-type: patch changelog-entry: Update sudo-prompt to ^9.0.0 subject: Update sudo-prompt to ^9.0.0 - body: + body: null - version: 1.5.50 - date: 2019-06-14T13:41:30Z + date: 2019-06-14T13:41:30.000Z commits: - hash: da548f59d18c081279eb5009bc8c979172c35045 author: Alexis Svinartchouk footers: change-type: patch subject: Replace promise chains with async/await in child-writer - body: + body: null - hash: 52a325881402001f148902db0c36075cb74aae5c author: Alexis Svinartchouk footers: changelog-entry: Option for trimming ext partitions on raw images change-type: patch subject: Option for trimming ext partitions on raw images - body: + body: null - version: 1.5.49 - date: 2019-06-13T16:39:31Z + date: 2019-06-13T16:39:31.000Z commits: - hash: c5dc869c032f76aec005bf2d7c4f94c12fd586c2 author: Alexis Svinartchouk @@ -3117,9 +3321,9 @@ change-type: patch changelog-entry: Make window size configurable subject: Make window size configurable - body: + body: null - version: 1.5.48 - date: 2019-06-13T14:26:49Z + date: 2019-06-13T14:26:49.000Z commits: - hash: ef4d2fcc7287db74c483691d563658de7dffbb3a author: Alexis Svinartchouk @@ -3127,9 +3331,9 @@ changelog-entry: Don't use sudo-prompt when already elevated change-type: patch subject: Don't use sudo-prompt when already elevated - body: + body: null - version: 1.5.47 - date: 2019-06-12T13:28:09Z + date: 2019-06-12T13:28:09.000Z commits: - hash: 3236d6b934f5e23b089145482f512564c4f45a4b author: Lorenzo Alberto Maria Ambrosi @@ -3138,7 +3342,7 @@ changelog-entry: Upgrade rendition to v8.7.2 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Upgrade rendition to v8.7.2 - body: + body: null - hash: 33df23fc8cd02a1f74cb3fc232e2ad16345a8d6d author: Lorenzo Alberto Maria Ambrosi footers: @@ -3146,7 +3350,7 @@ changelog-entry: Upgrade styled-system to v4.1.0 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Upgrade styled-system to v4.1.0 - body: + body: null - hash: 543ba51d3cdc4d6e17dfab106c85980f92ffabd1 author: Lorenzo Alberto Maria Ambrosi footers: @@ -3154,7 +3358,7 @@ changelog-entry: Use rendition theme property for step buttons signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add first rendition theme configs - body: + body: null - hash: 17f83135c57a6ff283e70f19b8477bcb11422fc2 author: Lorenzo Alberto Maria Ambrosi footers: @@ -3162,9 +3366,9 @@ changelog-entry: Rework drive-selector with react + rendition signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Rework drive-selector with react + rendition - body: + body: null - version: 1.5.46 - date: 2019-06-09T14:07:38Z + date: 2019-06-09T14:07:38.000Z commits: - hash: 6dae2a604ff25281939bd8962bb019adf430e0b3 author: Alexis Svinartchouk @@ -3172,9 +3376,9 @@ change-type: patch changelog-entry: Update ext2fs to 1.0.29 subject: Update ext2fs to 1.0.29 - body: + body: null - version: 1.5.45 - date: 2019-06-04T09:56:25Z + date: 2019-06-04T09:56:25.000Z commits: - hash: d382f030f0ad0ddc2b64104b42ae0177d6ddf8c5 author: Alexis Svinartchouk @@ -3182,9 +3386,9 @@ change-type: patch changelog-entry: Empty commit to trigger build subject: Empty commit to trigger build - body: + body: null - version: 1.5.44 - date: 2019-06-03T18:14:46Z + date: 2019-06-03T18:14:46.000Z commits: - hash: 6d8346b13a9fb9e99c4f65af22b1baf851f7e66f author: Alexis Svinartchouk @@ -3192,9 +3396,9 @@ change-type: patch changelog-entry: Fix elevation on windows when the path contains "&" or "'" subject: Fix elevation on windows when the path contains "&" or "'" - body: + body: null - version: 1.5.43 - date: 2019-05-28T18:57:07Z + date: 2019-05-28T18:57:07.000Z commits: - hash: de5bee29efa673b8237ccef45ec9805cfa9cd361 author: Lorenzo Alberto Maria Ambrosi @@ -3204,7 +3408,7 @@ subject: Revert "Include sass in webpack configs" body: This reverts commit 156c25cea19bc4a382bb7ce672304546ce476d37. - version: 1.5.42 - date: 2019-05-28T14:38:56Z + date: 2019-05-28T14:38:56.000Z commits: - hash: 156c25cea19bc4a382bb7ce672304546ce476d37 author: Lorenzo Alberto Maria Ambrosi @@ -3213,9 +3417,9 @@ changelog-entry: Include sass in webpack configs signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Include sass in webpack configs - body: + body: null - version: 1.5.41 - date: 2019-05-27T13:57:19Z + date: 2019-05-27T13:57:19.000Z commits: - hash: 3fccd52884e82c4e7b57872ca0c3043cf13fc15c author: Mateusz Hajder @@ -3223,9 +3427,9 @@ change-type: patch changelog-entry: waffle.io removal and adding a link to the license subject: waffle.io removal and adding a link to the license - body: + body: null - version: 1.5.40 - date: 2019-05-27T10:14:10Z + date: 2019-05-27T10:14:10.000Z commits: - hash: f815e8511fafabbe1d73b8bbef4d7a8b57c8049d author: Alexis Svinartchouk @@ -3233,15 +3437,15 @@ changelog-entry: windows installer and portable version support both ia32 and x64 change-type: patch subject: Build packages that support both ia32 and x64 on windows - body: + body: null - hash: bed6643437d4005f0e87966dd79099b4cfc18e3f author: Alexis Svinartchouk footers: change-type: patch subject: Remove some unused files from the packages - body: + body: null - version: 1.5.39 - date: 2019-05-14T10:25:05Z + date: 2019-05-14T10:25:05.000Z commits: - hash: aa527350067e3dc7460f8b5f893a755d4b8f8380 author: Lorenzo Alberto Maria Ambrosi @@ -3250,16 +3454,16 @@ changelog-entry: Add clean-shrinkwrap script to postshrinkwrap step signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add clean-shrinkwrap script to postshrinkwrap step - body: + body: null - hash: ffb89c7e5bebaa2bc3539560ad45a0de046b45eb author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update scripts submodule to v1.5.2 - body: + body: null - version: 1.5.38 - date: 2019-05-13T22:45:00Z + date: 2019-05-13T22:45:00.000Z commits: - hash: 0b5017f992e7fb94677772462884945d94260c6b author: Carlo Maria Curinga @@ -3268,9 +3472,9 @@ changelog-entry: Add mention to usbboot compatibility signed-off-by: Carlo Maria Curinga carlo@balena.io subject: add mention to usbboot devices support - body: + body: null - version: 1.5.37 - date: 2019-05-13T17:51:01Z + date: 2019-05-13T17:51:01.000Z commits: - hash: 3402c9f601216474a4acd729fac465a98265c1ac author: Lorenzo Alberto Maria Ambrosi @@ -3279,9 +3483,9 @@ changelog-entry: Bump react dependency to v16.8.5 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Bump react to v16.8.5 - body: + body: null - version: 1.5.36 - date: 2019-05-13T12:32:52Z + date: 2019-05-13T12:32:52.000Z commits: - hash: 50a34e2f4c748da4deb2a1184304761ddf209f32 author: Alexis Svinartchouk @@ -3289,9 +3493,9 @@ changelog-entry: Update etcher-sdk to ^2.0.9 change-type: patch subject: Update etcher-sdk to ^2.0.9 - body: + body: null - version: 1.5.35 - date: 2019-05-10T17:27:32Z + date: 2019-05-10T17:27:32.000Z commits: - hash: 9cb27a616ac9d9ccb93455677d0f52e36dae46d1 author: Alexis Svinartchouk @@ -3299,9 +3503,9 @@ changelog-entry: Downgrade electron 4.1.5 -> 3.1.9 change-type: patch subject: Downgrade electron 4.1.5 -> 3.1.9 - body: + body: null - version: 1.5.34 - date: 2019-05-10T10:19:18Z + date: 2019-05-10T10:19:18.000Z commits: - hash: e80106d8f8e68149949055cb3e32a891b93c79a1 author: Alexis Svinartchouk @@ -3309,16 +3513,16 @@ changelog-entry: 'win32: fix running diskpart when the tmp file path contains spaces' change-type: patch subject: Update etcher-sdk to ^2.0.7 - body: + body: null - hash: 6386f852586a5eb450b942dc43f41f316da2e99e author: Alexis Svinartchouk footers: - changelog-entry: Use https url for fetching config, avoid redirection + changelog-entry: 'Use https url for fetching config, avoid redirection' change-type: patch - subject: Use https url for fetching config, avoid redirection - body: + subject: 'Use https url for fetching config, avoid redirection' + body: null - version: 1.5.33 - date: 2019-04-30T19:14:28Z + date: 2019-04-30T19:14:28.000Z commits: - hash: 9d78da941ba168325c7a72e658bd6bf8d6a8f234 author: Alexis Svinartchouk @@ -3326,9 +3530,9 @@ changelog-entry: Fix gzipped files verification percentage and dmg verification. change-type: patch subject: Update etcher-sdk to ^2.0.5 - body: + body: null - version: 1.5.32 - date: 2019-04-30T16:03:22Z + date: 2019-04-30T16:03:22.000Z commits: - hash: 792fab20e68a3428dbf1c6d1052c9ebd472b05f6 author: Lorenzo Alberto Maria Ambrosi @@ -3337,16 +3541,16 @@ changelog-entry: Export NPM_VERSION variable in Makefile signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Export NPM_VERSION variable in Makefile - body: + body: null - hash: 8a2db8bced4781f992c64b62adcc28dfe11a1434 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add CODEOWNERS file to repository - body: + body: null - version: 1.5.31 - date: 2019-04-30T10:52:46Z + date: 2019-04-30T10:52:46.000Z commits: - hash: 88f543dd2583bcbf50e2f569bd19edbbd300fc24 author: Alexis Svinartchouk @@ -3354,31 +3558,33 @@ changelog-entry: Update electron to 4.1.5 change-type: patch subject: Update electron to 4.1.5 - body: + body: null - hash: 1fcde5a17c1efbd7d5a23bcab4b3fa1a8a36347e author: Alexis Svinartchouk footers: changelog-entry: Update etcher-sdk to ^2.0.3 change-type: patch subject: Update etcher-sdk to ^2.0.3 - body: + body: null - version: 1.5.30 - date: 2019-04-24T11:58:38Z + date: 2019-04-24T11:58:38.000Z commits: - hash: 63c047009f6d3b8d20ef291bc4ce036c48aaf03b author: Alexis Svinartchouk footers: change-type: patch subject: Remove useless returns and unused parameter - body: + body: null - hash: 1f7e4c886b4f85579a53f96f3039ec38097d673d author: Alexis Svinartchouk footers: changelog-entry: Don't show a dialog when the write fails. subject: Don't show a dialog when the write fails. - body: There is already an error modal and the error detail will be shown in the console. + body: >- + There is already an error modal and the error detail will be shown in + the console. - version: 1.5.29 - date: 2019-04-22T07:08:09Z + date: 2019-04-22T07:08:09.000Z commits: - hash: 3d3b4f4a46875c1e411b45156c8965d20214677d author: Giovanni Garufi @@ -3387,22 +3593,22 @@ changelog-entry: Add support for auto-updating feature signed-off-by: Giovanni Garufi subject: Add electron autoupdater - body: + body: null - hash: 7e2c62c520e8264fa3886c7bdd1dbe52f47c95a8 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix mixpanel events sampling rate - body: + body: null - hash: 428c7774029a8fdc9905ecabb109cfd57887328c author: Alexis Svinartchouk footers: change-type: patch subject: Fix npm-shrinkwrap.json - body: + body: null - version: 1.5.28 - date: 2019-04-19T11:44:53Z + date: 2019-04-19T11:44:53.000Z commits: - hash: 2c835437e9f2c9e688bb713af64c7cd083c469a8 author: Alexis Svinartchouk @@ -3410,36 +3616,42 @@ changelog-entry: Update etcher-sdk to ^2.0.1 change-type: patch subject: Update etcher-sdk to ^2.0.1 - body: + body: null - hash: d95401e614ba96cd2d2173e5564508466d75edf9 author: Alexis Svinartchouk footers: changelog-entry: Update electron-builder to ^20.40.2 change-type: patch subject: Update electron-builder to ^20.40.2 - body: + body: null - version: 1.5.27 - date: 2019-04-16T14:28:39Z + date: 2019-04-16T14:28:39.000Z commits: - hash: 11def54adb917b72da61b7a1a0fe5eab8be9d7f2 author: Alexis Svinartchouk footers: - changelog-entry: '(Windows): Fix reading images from network drives when the tmp dir has spaces' + changelog-entry: >- + (Windows): Fix reading images from network drives when the tmp dir has + spaces change-type: patch - subject: Fix reading images from network drives on windows when the tmp dir has spaces - body: + subject: >- + Fix reading images from network drives on windows when the tmp dir has + spaces + body: null - version: 1.5.26 - date: 2019-04-12T17:42:13Z + date: 2019-04-12T17:42:13.000Z commits: - hash: 6e72c0719050d980f56ccd8a0e158f586ef1ffd8 author: Alexis Svinartchouk footers: - changelog-entry: '(Windows): Fix reading images from network drives containing non ascii characters' + changelog-entry: >- + (Windows): Fix reading images from network drives containing non ascii + characters change-type: patch subject: Fix reading images from network drives containing non ascii characters - body: + body: null - version: 1.5.25 - date: 2019-04-10T11:24:58Z + date: 2019-04-10T11:24:58.000Z commits: - hash: 6a9b7395419e2cf978dc6e02fef4e8265a225c7f author: Lorenzo Alberto Maria Ambrosi @@ -3448,9 +3660,9 @@ changelog-entry: New parameter in webview for opt-out analytics signed-off-by: Lorenzo Alberto Maria Ambrosi subject: New parameter in webview for opt-out analytics - body: + body: null - version: 1.5.24 - date: 2019-04-08T13:25:40Z + date: 2019-04-08T13:25:40.000Z commits: - hash: fc1c1b402b96cbb07be8a8136d735608a89fccf4 author: Lorenzo Alberto Maria Ambrosi @@ -3458,23 +3670,23 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add sample property to Mixpanel events - body: + body: null - hash: 24a83260ca3494814ad880de565996af2d938417 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update building scripts to latest master - body: + body: null - hash: 3e236996c807d7ba0d35f76443fdedd9063e1ba4 author: Alexis Svinartchouk footers: changelog-entry: Update resin-corvus to ^2.0.3 change-type: patch subject: Update resin-corvus to ^2.0.3 - body: + body: null - version: 1.5.23 - date: 2019-04-03T10:17:18Z + date: 2019-04-03T10:17:18.000Z commits: - hash: 15fc8ab2e798cf632a8cf5982c37f7faa247e49d author: Giovanni Garufi @@ -3487,17 +3699,19 @@ This will cause VB to publish metadata about the repo to its gh-pages branch on merge - version: 1.5.22 - date: 2019-04-02T16:51:38Z + date: 2019-04-02T16:51:38.000Z commits: - hash: db771bc2cc2b262a6bd7f35b7d93d8456ad6ee06 author: Alexis Svinartchouk footers: - changelog-entry: '(Windows): Use full path to wmic as some systems don''t have it in their PATH' + changelog-entry: >- + (Windows): Use full path to wmic as some systems don't have it in + their PATH change-type: patch subject: Use full path to wmic as some systems don't have it in their PATH - body: + body: null - version: 1.5.21 - date: 2019-04-02T14:42:01Z + date: 2019-04-02T14:42:01.000Z commits: - hash: 40de7f5d5462239de3d2e8df9005b06881c7d646 author: Alexis Svinartchouk @@ -3505,23 +3719,25 @@ changelog-entry: Fix error when config.analytics was undefined change-type: patch subject: Fix error when config.analytics was undefined - body: + body: null - version: 1.5.20 - date: 2019-04-01T16:00:28Z + date: 2019-04-01T16:00:28.000Z commits: - hash: ec015da7959ce321bb29306e240d7516d57862e0 author: Alexis Svinartchouk footers: change-type: patch subject: 'Avoid "Invalid state percentage: null" errors' - body: + body: null - hash: 34c98d1dcde836f58b4dd2e489c9775cf32729b5 author: Alexis Svinartchouk footers: changelog-entry: 'Avoid "Error: There is already a flash in progress" errors' change-type: patch subject: Use async/await in flash.js - body: 'Avoid a rare race condition leading to "Error: There is already a flash in progress" messages' + body: >- + Avoid a rare race condition leading to "Error: There is already a flash + in progress" messages - hash: cafaa9ff2255815bcf6cba9d03ca5198541df5e3 author: Giovanni Garufi footers: @@ -3538,15 +3754,15 @@ changelog-entry: Don't try to flash when no device is selected change-type: patch subject: Don't try to flash when no device is selected - body: + body: null - hash: b61109a269ad12946c62e913becee94946b09081 author: Alexis Svinartchouk footers: change-type: patch subject: Fix reading images from network drives on windows - body: + body: null - version: 1.5.19 - date: 2019-03-28T14:47:03Z + date: 2019-03-28T14:47:03.000Z commits: - hash: bceb7c77d1ab9a80a276c0967f00d838b6aa774e author: Alexis Svinartchouk @@ -3554,16 +3770,16 @@ changelog-entry: Better reporting of unhandled rejections to sentry change-type: patch subject: Better reporting of unhandled rejections to sentry - body: + body: null - hash: 39573ada545bbf7798e691249f6f7ea498c29dd4 author: Alexis Svinartchouk footers: changelog-entry: Update resin-corvus to ^2.0.2 change-type: patch subject: Update resin-corvus to ^2.0.2 - body: + body: null - version: 1.5.18 - date: 2019-03-26T23:40:23Z + date: 2019-03-26T23:40:23.000Z commits: - hash: 03b1a2dcff69de681bdc3c405b8c73496f888993 author: Giovanni Garufi @@ -3572,9 +3788,9 @@ changelog-entry: Update build scripts signed-off-by: Giovanni Garufi subject: Update scripts - body: + body: null - version: 1.5.17 - date: 2019-03-26T08:45:29Z + date: 2019-03-26T08:45:29.000Z commits: - hash: d078055e4059c4a3a64b225a4ceda6f287f40f29 author: Giovanni Garufi @@ -3583,9 +3799,9 @@ signed-off-by: Giovanni Garufi changelog-entry: Automatically publish github release from CI subject: 'Set publish: github in repo.yml' - body: + body: null - version: 1.5.16 - date: 2019-03-25T16:31:06Z + date: 2019-03-25T16:31:06.000Z commits: - hash: 52caae8f059e9bb8c5b61e4982f4e4b6ee578d43 author: Giovanni Garufi @@ -3594,20 +3810,20 @@ signed-off-by: Giovanni Garufi changelog-entry: Add repo.yml for CI subject: Add repo.yml - body: + body: null - hash: 15f87edc96b57a4cc7e15ecde91d78be399e1d21 author: Giovanni Garufi subject: Update .gitattributes to always use LF for EOL in json files - body: + body: null - hash: 195f07c09fdfae4b617c3023ebd9bb49f209f7c7 author: Giovanni Garufi footers: change-type: patch signed-off-by: Giovanni Garufi subject: Update scripts - body: + body: null - version: 1.5.15 - date: 2019-03-21T00:19:15Z + date: 2019-03-21T00:19:15.000Z commits: - hash: 0c2eb1caaba7046aaabe92b18a2774e05bc20e4f author: Juan Cruz Viotti @@ -3616,9 +3832,9 @@ changelog-entry: Show the correct logo on usbboot devices on Ubuntu signed-off-by: Juan Cruz Viotti subject: 'etcher-sdk: Upgrade to 1.3.11' - body: + body: null - version: 1.5.14 - date: 2019-03-20T17:09:35Z + date: 2019-03-20T17:09:35.000Z commits: - hash: 33fb79e0de5968d20b0f48cd2c42def39569257f author: Alexis Svinartchouk @@ -3626,15 +3842,15 @@ changelog-entry: Update etcher-sdk to ^1.3.10 change-type: patch subject: Update etcher-sdk to ^1.3.10 - body: + body: null - hash: fc9282fff7625d814014fc14a4a91eb223106f37 author: Alexis Svinartchouk footers: change-type: patch subject: Remove versionist from dev dependencies - body: + body: null - version: 1.5.13 - date: 2019-03-18T18:02:31Z + date: 2019-03-18T18:02:31.000Z commits: - hash: 818b4666875826a3f3c98e72bfe19844bd87ba9d author: Giovanni Garufi @@ -3643,9 +3859,9 @@ signed-off-by: Giovanni Garufi changelog-entry: Update build scripts subject: Update scripts - body: + body: null - version: 1.5.12 - date: 2019-03-15T17:12:02Z + date: 2019-03-15T17:12:02.000Z commits: - hash: 3cfa6988abee5eae209e9a5252e638ed8f3accc0 author: Lorenzo Alberto Maria Ambrosi @@ -3654,15 +3870,15 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update build scripts - body: + body: null - hash: 7d715fdca07337ba0b502a5abe40df96da11dfa4 author: Alexis Svinartchouk footers: change-type: patch subject: Disable node gyp rebuild while running electron-builder - body: + body: null - version: 1.5.11 - date: 2019-03-12T18:00:52Z + date: 2019-03-12T18:00:52.000Z commits: - hash: 091bddbad88d7b5f5d625ae89dbf0206fac37843 author: Alexis Svinartchouk @@ -3670,7 +3886,7 @@ changelog-entry: Remove no longer used travis and appveyor configs change-type: patch subject: Remove no longer used travis and appveyor configs - body: + body: null - hash: 94e91723f4c47cf76797db906ffb33eb7071d2ff author: David Lozano Jarque footers: @@ -3679,29 +3895,29 @@ subject: Update PUBLISHING.md body: Fixed broken Hombrew cask link for etcher - version: 1.5.10 - date: 2019-03-12T15:29:01Z + date: 2019-03-12T15:29:01.000Z commits: - hash: 66b19677bf1e57455242b5e62ffcadee06b97eb6 author: Alexis Svinartchouk footers: change-type: patch subject: Use APPDIR from env in the child writer - body: + body: null - hash: 2e1763f19aa33ef90057374d997fcc3be7bdc5c9 author: Alexis Svinartchouk footers: change-type: patch subject: Fix Makefile - body: + body: null - hash: 7f8f38ddf154ac9d68f51d6055f47d2e378fa7f7 author: Alexis Svinartchouk footers: changelog-entry: Update resin-scripts change-type: patch subject: Update resin-scripts - body: + body: null - version: 1.5.9 - date: 2019-03-06T15:56:46Z + date: 2019-03-06T15:56:46.000Z commits: - hash: a979ae3ced134731d15f8cd1de3f049c120a6e5d author: Alexis Svinartchouk @@ -3709,15 +3925,15 @@ changelog-entry: Update etcher-sdk to 1.3.0 change-type: patch subject: 'upgrade(etcher-sdk): Update etcher-sdk to 1.3.0' - body: + body: null - hash: 3b16c06f70e9c1b57aa9c93be7098123d2549853 author: Alexis Svinartchouk footers: change-type: patch subject: 'upgrade(scripts): Use master branch of resin-scripts' - body: + body: null - version: 1.5.8 - date: 2019-03-01T19:00:24Z + date: 2019-03-01T19:00:24.000Z commits: - hash: ac463e0f65acb7e4cccb8c10f72ffb2d9d6149fa author: Alexis Svinartchouk @@ -3725,9 +3941,9 @@ changelog-entry: Update ext2fs to 1.0.27 change-type: patch subject: 'upgrade(ext2fs): Update ext2fs to 1.0.27' - body: + body: null - version: 1.5.7 - date: 2019-03-01T16:05:34Z + date: 2019-03-01T16:05:34.000Z commits: - hash: 388fc2f7d980ec24d76e7155f770732f4c2707dd author: Lorenzo Alberto Maria Ambrosi @@ -3735,7 +3951,7 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Remove screenshot - body: + body: null - hash: 136ca282eb3ebd4251da28780ff56ee2f660272e author: Robert Vojta footers: @@ -3743,7 +3959,7 @@ change-type: patch signed-off-by: Robert Vojta subject: 'fix(gui): Fix disappearing modal window' - body: + body: null - hash: 1d6958a67e24d1148b70f09ffbc0df70dda83583 author: Robert Vojta footers: @@ -3751,49 +3967,49 @@ change-type: patch signed-off-by: Robert Vojta subject: 'fix(osx installer): Fix blurred background image' - body: + body: null - hash: 16e8aa2447d15dde98336b14710aa704f2030929 author: Robert Vojta footers: change-type: patch signed-off-by: Robert Vojta subject: Fix AppImages link - body: + body: null - hash: e73a57745215cf73829ce1ede225a05f49cbff39 author: Robert Vojta footers: change-type: patch signed-off-by: Robert Vojta subject: Fix electron links - body: + body: null - hash: b6ad6e0a85a84b081327d5adb49d4b2e3164bd8d author: Robert Vojta footers: change-type: patch signed-off-by: Robert Vojta subject: Fix macOS version requirements - body: + body: null - hash: 3cdb0f840e29da2b2275148e4e86a177dda7b12f author: Robert Vojta footers: change-type: patch signed-off-by: Robert Vojta subject: Fix electron links - body: + body: null - hash: 8e96adeda90404e6a4564dde0cd0292b82f1e212 author: Robert Vojta footers: change-type: patch signed-off-by: Robert Vojta subject: Fix copyright year - body: + body: null - hash: 90838c99fc376398eb7c0e80b71bbe84e728f259 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add missing line for supporting flashing CM3+ - body: + body: null - hash: fea230cfabc5de2d75c850ce7209789e9bd04c6f author: Robert Vojta footers: @@ -3801,9 +4017,9 @@ change-type: patch signed-off-by: Robert Vojta subject: 'fix(docs): Update macOS contributing info' - body: + body: null - version: 1.5.6 - date: 2019-03-01T10:44:47Z + date: 2019-03-01T10:44:47.000Z commits: - hash: 2614f3261c59c1070dfdaad9409bf265a14b28fc author: Alexis Svinartchouk @@ -3813,7 +4029,7 @@ subject: Target electron 3 runtime in babel options body: This saves around 40KiB in generated/gui.js - version: 1.5.5 - date: 2019-02-28T12:10:25Z + date: 2019-02-28T12:10:25.000Z commits: - hash: 4317892421dff1e8d53ed10a3546885e368fea7e author: Alexis Svinartchouk @@ -3821,37 +4037,37 @@ changelog-entry: Update etcher-sdk to 1.1.0 change-type: patch subject: Update etcher-sdk to 1.1.0 - body: + body: null - hash: 6b6a0d7b4f55bc5809ae46d6eb9743a8c3cbdcef author: Alexis Svinartchouk footers: changelog-entry: Avoid `Invalid percentage` exceptions change-type: patch subject: Avoid `Invalid percentage` exceptions - body: + body: null - hash: f0374cf9d9dfb533d16adc29389359834f16f082 author: Alexis Svinartchouk footers: changelog-entry: Fix error message not showing when an unsupported image is selected change-type: patch subject: Fix error message not showing when an unsupported image is selected - body: + body: null - hash: 5299d958f29f3386090936625b1a33b568c13e47 author: Alexis Svinartchouk footers: changelog-entry: Fix error when event.dataTransfer.files is empty change-type: patch subject: Fix error when event.dataTransfer.files is empty - body: + body: null - hash: dd583a176fefb3346093bd89932cf06b9a61a74c author: Alexis Svinartchouk footers: changelog-entry: Don't pass undefined sockets to ipc.server.emit() change-type: patch subject: Don't pass undefined sockets to ipc.server.emit() - body: + body: null - version: 1.5.4 - date: 2019-02-28T10:01:03Z + date: 2019-02-28T10:01:03.000Z commits: - hash: 09e6c6422dfee471d69b854aa1603a20f9a48974 author: Lorenzo Alberto Maria Ambrosi @@ -3860,9 +4076,9 @@ changelog-entry: Add missing step for submodule cloning in README signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add missing step for submodule init & update - body: + body: null - version: 1.5.3 - date: 2019-02-27T21:09:03Z + date: 2019-02-27T21:09:03.000Z commits: - hash: caeb84f58bc2286d0b004ad8d219302c77979c14 author: Giovanni Garufi @@ -3871,20 +4087,20 @@ signed-off-by: Giovanni Garufi changelog-entry: Throw error if no commit is annotated with a changelog entry subject: Throw error if no commit is annotated with a changelog entry - body: + body: null - hash: 8e372f1e93f7c5e56a2bcf5a881d0ea8aa5f1062 author: Giovanni Garufi subject: Fix changelog - body: + body: null - hash: 1f3a02b83ddef6e26678cca5b96bc57f2f3db8e1 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Bump version in npm-shrinkwrap.json - body: + body: null - version: 1.5.2 - date: 2019-02-26T14:17:27Z + date: 2019-02-26T14:17:27.000Z commits: - hash: 3be702907806f1eed2f9e5506a68507eea039d39 author: Lorenzo Alberto Maria Ambrosi @@ -3892,9 +4108,9 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Enable versionist editVersion - body: + body: null - version: 1.5.1 - date: 2019-02-25T11:04:33Z + date: 2019-02-25T11:04:33.000Z commits: - hash: 90c8483df8147390c1941c7dfbc881409fc0afc8 author: Giovanni Garufi @@ -3903,16 +4119,16 @@ change-type: patch signed-off-by: Giovanni Garufi subject: Remove lodash dependency in versionist.conf.js - body: + body: null - version: 1.5.0 - date: 2019-02-21T16:13:28Z + date: 2019-02-21T16:13:28.000Z commits: - hash: c88245954d7cf167eca87e18ef07bc2675b56207 author: Alexis Svinartchouk footers: change-type: patch subject: Integrate etcher-sdk - body: + body: null - hash: db119d523065ca130372c2686b94804b812a0d44 author: Alexis Svinartchouk footers: @@ -3925,25 +4141,25 @@ change-type: minor signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Show raspberry pi usbboot update progress in devices list - body: + body: null - hash: 082c77586f60772cb53302f3ed16232545bdd375 author: Alexis Svinartchouk footers: change-type: patch subject: Handle the last fail as an error if all devices failed - body: + body: null - hash: 34b7c1be812376c86f04fb3e6dafab8a4ca9d180 author: Alexis Svinartchouk footers: change-type: patch subject: Remove usage of old sdk in supported-formats - body: + body: null - hash: da072e7621fd57e09d6a60c429f17a4d24c8cd72 author: Alexis Svinartchouk footers: change-type: major subject: Update etcher-sdk and use it in the cli - body: + body: null - hash: ce9f14262173cc218c95a24e74e47f79263680cf author: Alexis Svinartchouk footers: @@ -3951,37 +4167,37 @@ changelog-entry: Upgrade to Electron v3 signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Replace imageStream with etcher-sdk in the react file selector - body: + body: null - hash: 43319853ef7a58b62fa284ebb814ac083263a99e author: Alexis Svinartchouk footers: change-type: patch subject: Remove lib/sdk and its tests - body: + body: null - hash: bf29312ecf98bf6f6bd683899ddd404acd0245c9 author: Alexis Svinartchouk footers: change-type: patch subject: lint - body: + body: null - hash: 3c007cea34caf078f9e108b460c73f27e86cfd8b author: Alexis Svinartchouk footers: change-type: patch subject: Update etcher-sdk and load DriverlessDeviceAdapter on windows - body: + body: null - hash: ccc9076a8073c4ecadc5b268450ea79b543920d2 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(lib): Fix use of non-existent dependency' - body: + body: null - hash: d65dc6ccacbf95459cbd7ebdfdbefeb5890b8153 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(test): Turn SDK integration tests for the GUI back on' - body: + body: null - hash: 6d79a8e23a3cf55fd76c832af2204c40acbb9f9d author: Jonas Hermsmeier footers: @@ -3995,7 +4211,7 @@ footers: change-type: patch subject: 'fix(test): Sort supported extensions to fix order mismatch' - body: + body: null - hash: ef456960155554b74b2c8aabe8974293f5697c2d author: Jonas Hermsmeier footers: @@ -4010,40 +4226,40 @@ footers: change-type: patch subject: 'fix(test): Sort compressed extensions before comparing' - body: + body: null - hash: bc028ed41fbb7c0a65dc6656cca72b6ddc970382 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Update etcher-sdk git ref' - body: + body: null - hash: a4dfa5f281bff5220013bd1e461fb5c38ab68c86 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(store): Restore drive object validity check' - body: + body: null - hash: 700341f9cc07ddac89ba8c7d9c98346561b60fd9 author: Alexis Svinartchouk footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: 'fix(store): Lowercase extensions before comparing' - body: + body: null - hash: 8cc33b46bbb950f18f775fbd6f8186be3609ab1b author: Alexis Svinartchouk footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: 'fix(package): remove diskpart helper, it is in the sdk now' - body: + body: null - hash: c37270ea081c83d628b2204c97428cb65f6b390e author: Alexis Svinartchouk footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: feat(driverless) show driverless devices - body: + body: null - hash: 73e4827249f52107e4138f9575d8f469de901d27 author: Alexis Svinartchouk footers: @@ -4060,7 +4276,7 @@ changelog-entry: Fix incorrect drives list on Linux signed-off-by: Jonas Hermsmeier subject: 'fix(image-selection): Only trigger digest loop after setting image' - body: + body: null - hash: 8c8a0bf8eb64bd9a8bd5019ac6337665ee5e9959 author: Alexis Svinartchouk footers: @@ -4074,18 +4290,18 @@ change-type: patch signed-off-by: Alexis Svinartchouk subject: 'fix(tests): Fix gui tests' - body: + body: null - hash: c16fbb5b474ae8364ba648897b5176f81b799cff author: Alexis Svinartchouk footers: change-type: patch signed-off-by: Alexis Svinartchouk subject: 'upgrade(package): Update to etcher-sdk@0.1.9' - body: + body: null - hash: bf3d069aad6ebc81a76c596f80d05bb15550e26a author: Alexis Svinartchouk subject: 'upgrade(package): Update to etcher-sdk@0.1.13' - body: + body: null footers: change-type: patch signed-off-by: Alexis Svinartchouk @@ -4095,14 +4311,14 @@ change-type: patch signed-off-by: Alexis Svinartchouk subject: 'fix(gui): Allow undefined eta' - body: + body: null - hash: 2525456d8b4c70e028365dbaff1a8ff21365ed83 author: Alexis Svinartchouk footers: change-type: patch signed-off-by: Alexis Svinartchouk subject: 'fix(shared): Fix getDriveImageCompatibilityStatuses() and tests' - body: + body: null - hash: 9b76abe2ed4f4398bbe6baf5513c773b43ff948e author: Alexis Svinartchouk footers: @@ -4127,13 +4343,13 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update scripts to build on other Linux distros - body: + body: null - hash: e946f388c00c4c1ddfbd29495236727dd85d7415 author: Alexis Svinartchouk footers: change-type: patch subject: ProgressBar.disabled prop is a boolean - body: + body: null - hash: 25b814e796337df638c013980461e0cbc6b25267 author: Agnieszka Domanska footers: @@ -4147,7 +4363,7 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update nodejs req to 6.11 (fixes package build) - body: + body: null - hash: 6143023502c5319d0278a264ee3a1dfd4ce68a88 - hash: a8a75f22b2a0297c468bd4058f31eb663310703e - hash: d07d535993460521d7d6a0b3c2c716e10d1134d0 @@ -4179,7 +4395,7 @@ - hash: 65d86460cbb56cb3cd307bddd07bdd12f8536a35 - hash: 645e114a1fc7121bc78044a13f702f337a6c579e - version: 1.4.9 - date: 2018-12-23T14:54:07Z + date: 2018-12-23T14:54:07.000Z commits: - hash: b8756edd29730448d45b20cacbfbf7ee43570926 author: Lorenzo Alberto Maria Ambrosi @@ -4187,35 +4403,35 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: New dmg package background assets - body: + body: null - hash: d71b3fe1bc669ac0e475e0cc8becd072a637d8c5 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: v1.4.9 - body: + body: null - hash: ad4226ace7ac585738b516174eedeefc25295a15 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Invert analytics event probability - body: + body: null - hash: 87533f441715074b5fa40f69f74687a37945de73 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Remove forwarding of SafeWebview console messages - body: + body: null - hash: 22acc5ae96f73d0d4babaae3655b0c7bfd3ce130 author: Lorenzo Alberto Maria Ambrosi footers: change-type: minor signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Customize Mixpanel configs - body: + body: null - hash: cf722427ab0221e18c6e109ffe10c7e2b6aef890 author: Lorenzo Alberto Maria Ambrosi footers: @@ -4223,7 +4439,7 @@ changelog-entry: Added React component for the Flash Another button signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Restyle success screen and enlarge UI elements - body: + body: null - hash: 64ec6d0e58f4893712c5574661f323866a67dd5c author: Lorenzo Alberto Maria Ambrosi footers: @@ -4231,18 +4447,18 @@ changelog-entry: Added React component for the Flash Results button signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Convert flash results component to React - body: + body: null - hash: dd8ef288f78776f718953bebca01a85b664fdd04 author: Chris Crocker-White footers: change-type: patch signed-off-by: Chris Crocker-White subject: Update URLs in GUI to balena - body: + body: null - hash: caf5a8917ca6c41a4a27cf0f1afd333a5ea11ce0 author: Chris Crocker-White subject: Merge branch 'master' into chrisys-patch - body: + body: null - hash: db8d2953cb46004020a6f7068f65c28dbe967a58 author: Randall Wood subject: Update MacOS installation instructions. @@ -4258,14 +4474,18 @@ - hash: 948a04122afc6ad81ae0636046fbcb3d692c6d9b author: Eate subject: Updated Chocolatey section - body: Previously, the section header was a "###" header, and I changed it to a "####" header like all the other install variants so it is the same level header. I also added uninstall instructions like the other sections had. + body: >- + Previously, the section header was a "###" header, and I changed it to a + "####" header like all the other install variants so it is the same + level header. I also added uninstall instructions like the other + sections had. - hash: 7354fa30500970e3e090efa02b332e822a0d87ad author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Use explicit names for safe-webview events - body: + body: null - hash: 6d0fea19835ef20d14c80f809782e46ed0160e98 author: Lorenzo Alberto Maria Ambrosi footers: @@ -4277,13 +4497,16 @@ - hash: 5419b4b732a6ea71dccc5bf075011ba34fd9c1e1 author: Jacob subject: Use https for fetching sub modules - body: This switches over the sub module to using https instead of ssh. It simplifies a lot for people packaging the application and you won't need to have ssh configured correctly. + body: >- + This switches over the sub module to using https instead of ssh. It + simplifies a lot for people packaging the application and you won't need + to have ssh configured correctly. - hash: a52d7452503314f46e4698d9d1a732f1c16a4a89 author: Lorenzo Alberto Maria Ambrosi subject: Merge branch 'master' into gitmodule-https - body: + body: null - version: 1.4.8 - date: 2018-11-23T17:52:19Z + date: 2018-11-23T17:52:19.000Z commits: - hash: 9a83bd4267a95568f132024c77e4362207021285 author: Lorenzo Alberto Maria Ambrosi @@ -4291,7 +4514,7 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: v1.4.8 - body: + body: null - hash: 20996b153d3977c1bd78d1b505f044c9d86c9a73 author: Lorenzo Alberto Maria Ambrosi footers: @@ -4299,7 +4522,7 @@ changelog-entry: Reject drives with null size (fixes pretty-bytes error) signed-off-by: Lorenzo Alberto Maria Ambrosi subject: 'fix(GUI): Reject drives with null size' - body: + body: null - hash: 2017df9ec65c934ee95391813c5461b5db0553e9 author: Lorenzo Alberto Maria Ambrosi footers: @@ -4307,14 +4530,14 @@ changelog-entry: Added featured-project while flashing signed-off-by: Lorenzo Alberto Maria Ambrosi subject: 'feat(GUI): Add featured-project component' - body: + body: null - hash: 76af6e975e0eca5d31a9e15edea6bdda8a28d1e8 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add flashing info while showing webview - body: + body: null - hash: afd888e14d3611e35111aff364cf20293f84943f author: Lorenzo Alberto Maria Ambrosi footers: @@ -4322,29 +4545,29 @@ changelog-entry: Moved back the write cancel button signed-off-by: Lorenzo Alberto Maria Ambrosi subject: 'fix(GUI): Fix styling issues with buttons' - body: + body: null - version: 1.4.7 - date: 2018-11-13T14:49:43Z + date: 2018-11-13T14:49:43.000Z commits: - hash: 2158772e3b979c4bb2a186f757c1f19e00242ebd author: Alexis Svinartchouk footers: change-type: patch subject: 'lint: don''t run codespell on svg files' - body: + body: null - hash: 7fb382bee0239d4fdc34a29867c0088a172b38ed author: Alexis Svinartchouk footers: change-type: patch subject: 'fix(usbboot): Limit usbboot transfers to 1MiB' - body: + body: null - hash: 6e9deeba5b040eb1d7f2d818131331a38d7f8c9c author: Lorenzo Alberto Maria Ambrosi footers: change-type: major signed-off-by: Lorenzo Alberto Maria Ambrosi subject: v1.4.7 - body: + body: null - hash: dd8b7e42d6bbda88b0ff6686e39e8bc8f5e16268 author: Lorenzo Alberto Maria Ambrosi footers: @@ -4352,28 +4575,28 @@ changelog-entry: Modify versionist.conf.js to match new internal commit guidelines signed-off-by: Lorenzo Alberto Maria Ambrosi subject: 'fix(versionist): Adapt versionist.conf.js to new guidelines' - body: + body: null - hash: a3f7239c1b50b69202ec186f0a5cee08a9cd5fe4 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add balena iconset & osx installer background - body: + body: null - hash: c4c4d347cfbd83457ff2ca98eec50a0ef1de0d1a author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Update application name & copyright - body: + body: null - hash: a229c9e10e7deb16fdc0fa60697de185c8a01b06 author: Lucian Buzzo footers: change-type: patch signed-off-by: Lucian Buzzo subject: 'docs: Fix typo in contributing guidelines' - body: + body: null - hash: 2907cd173bb045677b8f57560b0e0bcb3331d6c4 author: amdomanska footers: @@ -4382,7 +4605,7 @@ subject: 'refactor(GUI): Convert Select Image button to Rendition' body: Convert Select Image button to Rendition component - version: 1.4.6 - date: 2018-10-29T22:29:23Z + date: 2018-10-29T22:29:23.000Z commits: - hash: c1a8b0c30322ea3412bd418c1475e46255b2e9bb author: Lorenzo Alberto Maria Ambrosi @@ -4390,55 +4613,55 @@ change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: v1.4.6 - body: + body: null - hash: c366fbde22efa33d79135033975dba596908aa0d author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Put flash cancel button in foreground - body: + body: null - hash: 9cc65a386bf6887df5b29261533464dccb0f0017 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Add new logos - body: + body: null - hash: 8eb11a8957bc40b29007b1778a072e59a856f805 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Change resin.io to balena.io - body: + body: null - hash: 407325b8ceadc26fab11527d53187f0d2287b16b author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Fix incorrect file constraint path - body: + body: null - hash: cb701a7bbccff076f5f7f55e8de68be867ed7e0f author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Change spectron port - body: + body: null - hash: c2c59f4a9e997133e20a1d6e041fb796cb92dbb6 author: Lorenzo Alberto Maria Ambrosi footers: change-type: patch signed-off-by: Lorenzo Alberto Maria Ambrosi subject: Enable React lint rules - body: + body: null - hash: fd5385b127b09bb912263629f745cecf240b691f author: Alexis Svinartchouk footers: signed-off-by: Alexis Svinartchouk subject: 'fix: Fix 64 bit detection on arm' - body: + body: null - hash: ac068f353acc53de5ed4edd7b06f5791307abb40 author: Alexis Svinartchouk footers: @@ -4450,14 +4673,14 @@ footers: signed-off-by: Lorenzo Alberto Maria Ambrosi subject: 'fix: Correct 1.4.5 release date & remove checklist' - body: + body: null - hash: 3855bb4d56ac57a2309f47da74217f55d049d281 author: Juan Cruz Viotti footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: Use Resin CI scripts to build Etcher - body: + body: null - hash: b3aab5116ad4b903a200d4c4ff5b07bfcc1861df author: amdomanska footers: @@ -4466,15 +4689,17 @@ subject: 'refactor(GUI): Convert Progress Button to Rendition' body: Convert progress-button component to Rendition - version: 1.4.5 - date: 2018-10-09T09:42:17Z + date: 2018-10-09T09:42:17.000Z commits: - hash: 7e01eca7f5e5fa60311d805baa9f6e833bddc014 author: Juan Cruz Viotti footers: change-type: patch signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/pull/1892 - changelog-entry: Download usbboot drivers installer when clicking a driverless usbboot device on Windows. + see: 'https://github.com/resin-io/etcher/pull/1892' + changelog-entry: >- + Download usbboot drivers installer when clicking a driverless usbboot + device on Windows. subject: 'feat(GUI): link to drivers when clicking a driverless usbboot device' body: |- Step 2 until we support installing the drivers from within Etcher. This @@ -4486,7 +4711,7 @@ signed-off-by: Jonas Hermsmeier changelog-entry: Add font-awesome. subject: 'feat(gui): Add simple confirmation modal' - body: + body: null - hash: b9f9968f8412211e48e3daf6eea5916118f4230c author: Jonas Hermsmeier footers: @@ -4494,7 +4719,7 @@ signed-off-by: Alexis Svinartchouk changelog-entry: Add instructions for installing and uninstalling on Solus. subject: 'feat(gui): Add CTA in drivelist, update drive download modal' - body: + body: null - hash: 49edd1a6dc813494fbce9fc73e4782fd7f8e8f61 author: Lorenzo Alberto Maria Ambrosi footers: @@ -4511,7 +4736,7 @@ change-type: patch signed-off-by: Jack Brown subject: 'resinci: Set private: true in package.json to avoid running npm builds' - body: + body: null - hash: 0d80957639e5cc0cfa67c28be1e381a197a123aa author: Jonas Hermsmeier footers: @@ -4525,7 +4750,7 @@ change-type: patch signed-off-by: Alexis Svinartchouk subject: 'fix(gui): Fix missing promisify in file picker model' - body: + body: null - hash: 31cd33f86c010ecdc398e3c2b290fdec67aeb6cc author: Jonas Hermsmeier footers: @@ -4636,37 +4861,37 @@ change-type: minor signed-off-by: Jonas Hermsmeier subject: 'feat: Use settings for feature control' - body: + body: null - hash: 6a0198639f3332ced7a12c89278777ebb510ca09 author: Jonas Hermsmeier subject: 'chore(app): Use settings instead of env vars' - body: + body: null footers: change-type: patch - hash: 40d84b7a826b9d34ecf824fe3a4101b0f347f2af author: Jonas Hermsmeier subject: 'refactor(local-settings): Log JSON parse errors' - body: + body: null - hash: 9eb3eea3f1c428a477fc2f9559d1cd40beeebcee author: Jonas Hermsmeier subject: 'refactor: Move shared/store.js -> gui/app/models/store.js' - body: + body: null - hash: c2e47ca9dcb792787c1c6f67fc49778ecc785f2b author: Jonas Hermsmeier footers: change-type: minor subject: 'refactor: Remove use of localStorage for local settings' - body: + body: null - hash: 2271f3214089f1bfc93902c0853fac83b4fdc3d3 author: Jonas Hermsmeier footers: change-type: patch subject: 'test(settings): Update test specs accordingly' - body: + body: null - hash: 45b62f0e7729344927fb56b23ccee917a3a979f5 author: Jonas Hermsmeier subject: 'refactor(gui): Move shared models to app/models' - body: + body: null - hash: b4f2bc1cb391d45c2f5aac471851e9398a5675f7 author: Jonas Hermsmeier footers: @@ -4681,62 +4906,85 @@ - hash: 872cd90dc66b230a77de853d8e491347ba2de045 author: Jonas Hermsmeier subject: 'fix(test): Fix lint errors & tests' - body: + body: null - hash: 00ab816791993c309b795ec47aee5a07a7d3fc60 author: Jonas Hermsmeier subject: 'fix(app): Fix config path on Windows, typos' - body: + body: null - hash: ed25dd931e65d8eb9b6b92d301978397dc64b040 author: Jonas Hermsmeier subject: 'refactor(store): Return unsubscribe directly' - body: + body: null - hash: a90287288051c8d447e715e51467908139200878 author: Benedict Aas footers: change-type: patch subject: 'minifix(GUI): move success banner back down' - body: + body: null - hash: 0da17de42262452e2563e3d63b02e289ea309efa author: Benedict Aas footers: change-type: patch subject: 'fix(GUI): file-picker performance and design improvements' - body: |- + body: >- - Replace onClick arrow functions in all components that use them for + efficiency reasons: 300-500% speed-up + - Sort by folders and ignore case for better UX + - Remove use of `rendition.Button` in files, leading to a 10-20% + performance increase when browsing files + - Proper sidebar width and spacing + - Recents and favorites are now filtered by existence async for a tiny + performance improvement - - Make Breadcrumbs and Icon pure components to stop frequent re-rendering + + - Make Breadcrumbs and Icon pure components to stop frequent + re-rendering + - Initial support for array constraints + - Use first constraint as initial path instead of homedir if a + constraint is set + - Use correct design height on modal, `calc(100vh - 20px)` + - Reset scroll position when browsing a new folder + - Fuse Bluebird `.map()` and `.reduce()` in + `files.getAllFilesMetadataAsync`. + - Use `localeCompare`'s own case-insensitive option instead of calling + `.toLowerCase()` twice on `n-2` files compared. + - Use 16px font sizes in sidebar and files to match design. + - Disable `$locationProvider.html5Mode.rewriteLinks`, which seemed to + take 50ms of the directory changing time. + - Leave file extension as-is in `files.getFileMetadataSync` and the + async counterpart for a very minor performance improvement. - hash: d99fe944f3e29484e4ad32d52076a071e2e5b0d4 author: Jonas Hermsmeier footers: change-type: patch subject: 'test(eslint): Fix JSX not being linted' - body: + body: null - hash: fc22e9e28a64640ff4ab0d46af79c4e5632f0697 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Update React to v16' - body: + body: null - hash: 4ddac50d9bd6c89287621be104cefdcb147a07ba author: Benedict Aas footers: @@ -4777,7 +5025,7 @@ - hash: 67283821414583a13613d28456704266e50025a7 author: Benedict Aas footers: - closes: https://github.com/resin-io/etcher/issues/2243 + closes: 'https://github.com/resin-io/etcher/issues/2243' change-type: patch changelog-entry: Hide unsafe mode option toggle with an env var. subject: 'feat(GUI): hide unsafe mode option with env var' @@ -4787,11 +5035,11 @@ - hash: c08cf61d0ca0c203c504418502b09a7f3bcf3318 author: CherryDT subject: Fix devtools key binding for Windows in SUPPORT.md - body: + body: null - hash: c5e5141b219057fcea35ae5bca18111a8ac313e9 author: Benedict Aas footers: - closes: https://github.com/resin-io/etcher/issues/2264 + closes: 'https://github.com/resin-io/etcher/issues/2264' change-type: patch subject: 'feat: blacklist devices by device path' body: |- @@ -4818,15 +5066,21 @@ - hash: 6232cc7d49781716f9d3d4b44d760ca5ed4d1fc0 author: Benedict Aas footers: - related: https://github.com/resin-io/etcher/issues/2285 + related: 'https://github.com/resin-io/etcher/issues/2285' change-type: patch changelog-entry: Add electron-native file-picker component. subject: 'feat(GUI): add electron-native file-picker component' - body: |- + body: >- We add a file-picker written with Rendition/React. It is activated with + the `ETCHER_EXPERIMENTAL_FILE_PICKER` environment variable. Further - customisation can be done with the `ETCHER_FILE_BROWSER_CONSTRAIN_FOLDER` - variable that takes a path and allows one to constrain the file-picker to + + customisation can be done with the + `ETCHER_FILE_BROWSER_CONSTRAIN_FOLDER` + + variable that takes a path and allows one to constrain the file-picker + to + a folder. - hash: 687e0b563b0dc3619ece4ce49d353d5838a21ff6 author: Jonas Hermsmeier @@ -4847,10 +5101,10 @@ - hash: e0ebdc904586aae5afff28ca9d2de71b26db25b2 author: Benedict Aas footers: - closes: https://github.com/resin-io/etcher/issues/2310 + closes: 'https://github.com/resin-io/etcher/issues/2310' change-type: patch subject: 'feat(GUI): use new design blue and spacing' - body: We use the new design blue, spacing, and order of step buttons. + body: 'We use the new design blue, spacing, and order of step buttons.' - hash: 3d47f494a8ade53195814a0c05b73460b846a0b0 author: Jonas Hermsmeier footers: @@ -4907,7 +5161,7 @@ - hash: 5eed94a22dc01210257f08b91f03a1ad7fc65b61 author: Benedict Aas footers: - closes: https://github.com/resin-io/etcher/issues/2307 + closes: 'https://github.com/resin-io/etcher/issues/2307' change-type: patch changelog-entry: Add environment variable to toggle fullscreen. subject: 'feat(GUI): add env var to toggle fullscreen' @@ -4918,18 +5172,27 @@ change-type: minor changelog-entry: Add support for configuration files subject: 'feat(gui): Add ability to read settings from a config file' - body: |- - This adds the capability to configure settings via a `.etcher.json` file, + body: >- + This adds the capability to configure settings via a `.etcher.json` + file, + either in the user's home directory, or the current working directory. - In the case of the home directory, the config file is `$HOME/.config/etcher/config.json`, + + In the case of the home directory, the config file is + `$HOME/.config/etcher/config.json`, + while on Windows `$HOME/.etcher.json` is used. - The defined settings are merged with localStorage settings, and preceding + + The defined settings are merged with localStorage settings, and + preceding + configuration files. + If both are present, the current working directory takes precedence. - hash: 2045066b1661b0a5fea2b56042ed853ff1852bd9 author: Benedict Aas footers: - closes: https://github.com/resin-io/etcher/issues/2263 + closes: 'https://github.com/resin-io/etcher/issues/2263' change-type: patch changelog-entry: Show selected drives below drive selection step. subject: 'feat(GUI): show selected drives below drive step' @@ -4955,11 +5218,11 @@ footers: change-type: patch subject: 'minifix: add jsx files to gitattributes and attribute jviotti' - body: + body: null - hash: 51487125d9e5f9fa94ff952249b3643c17841992 author: Benedict Aas footers: - closes: https://github.com/resin-io/etcher/issues/2245 + closes: 'https://github.com/resin-io/etcher/issues/2245' change-type: patch changelog-entry: Add a button to cancel the flash process. subject: 'feat(GUI): add button to cancel flash process' @@ -4971,12 +5234,12 @@ footers: change-type: patch subject: 'minifix(GUI): negate predicate to show help icon' - body: + body: null - hash: be478e77cfc0b7544c20383227f4a48813fe2901 author: Benedict Aas footers: - connects-to: https://github.com/resin-io/etcher/issues/2263 - closes: https://github.com/resin-io/etcher/issues/2241 + connects-to: 'https://github.com/resin-io/etcher/issues/2263' + closes: 'https://github.com/resin-io/etcher/issues/2241' change-type: patch changelog-entry: Center content independent to window resolution. subject: 'feat(GUI): center content independent to window resolution' @@ -4998,7 +5261,7 @@ changelog-entry: Load usbboot adapter on start on GNU/Linux if running as root. signed-off-by: Alexis Svinartchouk subject: 'fix(sdk): Load usbboot adapter on start' - body: + body: null - hash: cdc51f4f3f67b2cbb385e9b6617386e560990f84 author: Benedict Aas subject: 'fix(GUI): fix multi-writes analytics' @@ -5024,19 +5287,21 @@ footers: change-type: patch subject: 'minifix(writer): Increase HWM for verification readstream' - body: + body: null - hash: 046ee2c217cb4c075c8bf47416cd842f4d2259d5 author: Jonas Hermsmeier footers: change-type: patch subject: 'doc: Update MAINTAINERS.md with Symantec Whitelisting' - body: |- - This adds instructions for submitting Etcher for false positive detection + body: >- + This adds instructions for submitting Etcher for false positive + detection + to Symantec Endpoint Protection. - hash: bb2dac75040554c0ba2c7e50ff9ecd61608e7d38 author: Benedict Aas footers: - closes: https://github.com/resin-io/etcher/issues/2247 + closes: 'https://github.com/resin-io/etcher/issues/2247' change-type: patch changelog-entry: Allow disabling links and hiding help link with an env var. subject: 'feat(GUI): allow disabling links and hiding help link' @@ -5055,8 +5320,8 @@ localStorage usage easier. - hash: 52cc8cb8fc34c437fb5ec0425d69c1075014b83d author: Benedict Aas - subject: reset getAll on error, use setAll - body: + subject: 'reset getAll on error, use setAll' + body: null - hash: 40df4a94a79cb5a769e04228ac5d59b27370d766 - hash: 3ee7a43550d1b4c29d3ebd3128388623d78ef8f4 - hash: 661c1f47c3bd3a49e08e9bb49b15db68a23f1bb7 @@ -5083,24 +5348,26 @@ - hash: 417499134596190eafea1e49f40b807c4883efcf - hash: 8f762484f29e5f2e28eaa2865f232643bf1cbcf2 - version: 1.4.4 - date: 2018-04-25T15:36:37Z + date: 2018-04-25T15:36:37.000Z commits: - hash: df8bacd82e598339061841d2e5fb051b4eff3928 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(tests): Revert unintended change to raspberrypi-raw.dmg' - body: This file was accidentally changed due to a globally executed search & replace + body: >- + This file was accidentally changed due to a globally executed search & + replace - hash: 597c197ffc939f73bf12e71b013d7b9dd230353d author: Benedict Aas footers: change-type: patch subject: 'minifix: replace succeeded with successful in messages and tests' - body: + body: null - hash: 5a788b04b5698bdd1f2f4eec5100f48bcd271812 author: Benedict Aas footers: - fixes: https://github.com/resin-io/etcher/issues/2267 + fixes: 'https://github.com/resin-io/etcher/issues/2267' change-type: patch changelog-entry: Keep single warning-drive-image pairs selected. subject: 'fix(store): keep single warning-drives selected' @@ -5111,7 +5378,7 @@ - hash: a8bbe02e2114a03f461281b317c7ed0a57ef9c86 author: Jonas Hermsmeier subject: v1.4.4 - body: + body: null - hash: 2d48010af7611dde1f636abfd5c0335679b521b6 author: Benedict Aas footers: @@ -5138,7 +5405,7 @@ error dot disappears as it shouldn't currently be possible to end up with zero successful devices on that screen. - version: 1.4.3 - date: 2018-04-20T13:45:48Z + date: 2018-04-20T13:45:48.000Z commits: - hash: 963f1a11eb8994111b860de4c769725f9ff0ec00 author: Jonas Hermsmeier @@ -5155,15 +5422,17 @@ footers: change-type: patch subject: 'fix(gui): De-serialize errors from flashResults' - body: + body: null - hash: b63bb1ac0c5f824aed14fc824367ecec5a00062d author: Jonas Hermsmeier subject: v1.4.3 - body: + body: null - hash: 3bac0225e5a374a833a1ad0da1f62af9b448620b author: Jonas Hermsmeier - subject: 'refactor(usbboot): Move lib/blobs/usbboot/ -> lib/sdk/adapters/usbboot/blobs' - body: + subject: >- + refactor(usbboot): Move lib/blobs/usbboot/ -> + lib/sdk/adapters/usbboot/blobs + body: null - hash: 4c8b97afb3e4032533cfc1cb168d7513ce72ff51 author: Jonas Hermsmeier footers: @@ -5174,7 +5443,7 @@ root dirname conflicts through shimmed __dirname in bundled UI and different contexts of execution. - version: 1.4.2 - date: 2018-04-18T21:07:50Z + date: 2018-04-18T21:07:50.000Z commits: - hash: 5867edcc70af54b35436525caf13fc6f0c975a85 author: Jonas Hermsmeier @@ -5192,34 +5461,42 @@ change-type: fix changelog-entry: Fix usbboot blob loading subject: 'fix(drive-scanner): Fix usbboot blob path when bundled' - body: This fixes the usbboot blobs path when the application is bundled & packaged. + body: >- + This fixes the usbboot blobs path when the application is bundled & + packaged. - hash: 4190a87171b9baa2576c316131ebcb991dc264f4 author: Jonas Hermsmeier subject: v1.4.2 - body: + body: null - hash: c225dd89c66ee812cbc51f4e9d25b9be85828f97 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(image-writer): Remove use of _.isError' - body: |- - `_.isError()` returns `true` for anything that has a `name` and `message` - property, causing the check here to always keep the plain object as error. + body: >- + `_.isError()` returns `true` for anything that has a `name` and + `message` + + property, causing the check here to always keep the plain object as + error. - hash: 355373f24df6be0989fad9429c2230166b33a3bf author: Jonas Hermsmeier footers: change-type: patch changelog-entry: Exclude RAID devices from drive selection list subject: 'fix(adapters): Always ignore RAID attached devices' - body: + body: null - hash: 1d44eff896737ba0144e8334666cb28de0addfbe author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Update drivelist 6.1.5 -> 6.1.7' - body: |- - This fixes a ReferenceError that could occur when the DeviceNode was null, - as well as devices being null when run after the system recovers from sleep / standby. + body: >- + This fixes a ReferenceError that could occur when the DeviceNode was + null, + + as well as devices being null when run after the system recovers from + sleep / standby. - hash: 6e7484d3dabc2aeaa7cd471822d7019860cc4a5c author: Benedict Aas subject: 'feat(GUI): display succeeded and failed devices on finish screen' @@ -5281,18 +5558,18 @@ Changelog-Entry: Display Untitled Device when the device lacks a description field. - version: 1.4.1 - date: 2018-04-10T22:14:22Z + date: 2018-04-10T22:14:22.000Z commits: - hash: 741f540f773887c5573aaafff3a2102c22ff7caf author: Jonas Hermsmeier subject: v1.4.1 - body: + body: null - hash: bec61f4ce7388d549d0bebf1bb258cf895a1fad5 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(webpack): Exclude package.json from UI bundle' - body: + body: null - hash: 8050fa58a53f214ba3958cd1da3e99979ff764a2 author: John (Jack) Brown footers: @@ -5312,9 +5589,9 @@ - hash: 950f853fa37c99f542dea6dd25e23c1b75d3860b author: Jonas Hermsmeier subject: v1.4.0 - body: + body: null - version: 1.4.0 - date: 2018-04-06T18:59:35Z + date: 2018-04-06T18:59:35.000Z commits: - hash: fe43e21484f6356e0709b399d03e8796189d4f61 author: Jonas Hermsmeier @@ -5342,14 +5619,16 @@ change-type: minor signed-off-by: 林博仁 subject: 'docs: Add WoeUSB as an alternative tool to burn Windows USB images(2)' - body: Performing requested change, this commit is supposed to be squashed with the previous one. + body: >- + Performing requested change, this commit is supposed to be squashed with + the previous one. - hash: 176c6b76cdead2ba6cce8145d1a0e98208d567f2 author: Jonas Hermsmeier footers: change-type: patch changelog-entry: Upgrade eslint to use object-curly-newline options. subject: Merge branch 'master' into patch-1 - body: + body: null - hash: 222257d25d6694343d4804f3a84818aeeab4435d author: Shou footers: @@ -5376,9 +5655,11 @@ change-type: minor changelog-entry: Use native code to clean drives on Windows subject: 'feat(lib): Use win-drive-clean instead of diskpart' - body: |- + body: >- This replaces shelling out to `diskpart` on Windows to clear - the partition table with `win-drive-clean`, which does so via DeviceIoControl. + + the partition table with `win-drive-clean`, which does so via + DeviceIoControl. - hash: abf2dc3efcf214a68c0b0e329d57a3f66bb5d342 author: Benedict Aas footers: @@ -5417,7 +5698,7 @@ change-type: patch changelog-entry: Add spacing to the drive warning icon. subject: roll back SIZE_NOT_RECOMMENDED change - body: + body: null - hash: edf924d012d0c9c598448524cbd0fcdd51387c7d author: Benedict Aas footers: @@ -5430,7 +5711,7 @@ footers: change-type: patch subject: only allow 200 OK statuses - body: + body: null - hash: 543098cba301030b4e267756fa8c3cb284123a21 author: Benedict Aas footers: @@ -5446,26 +5727,26 @@ footers: change-type: patch subject: test other pages - body: + body: null - hash: 1f8e09868d1b2fcbd55f6ee71599740241eff538 author: Benedict Aas footers: change-type: patch subject: test modal - body: + body: null - hash: bc2ad581baf685797bce901e55628af6635e00fb author: Benedict Aas footers: change-type: patch subject: pass linter - body: + body: null - hash: 3498d59258a7002d6e604e79564fcbef383915ad author: Benedict Aas footers: change-type: patch changelog-entry: Line wrap selector size subtitles wholly subject: fix sanity-checks - body: + body: null - hash: f8accd62ed439ce8089af8e837b499bb77b8e720 author: Jonas Hermsmeier footers: @@ -5481,13 +5762,23 @@ change-type: patch changelog-entry: Inline middle-ellipsis package as util. subject: 'doc(github): Update instructions in ISSUE_TEMPLATE' - body: |- - This updates the instructions to open the Developer Tools in the issue template, - as the keyboard shortcuts have changed to their defaults on Linux & Windows + body: >- + This updates the instructions to open the Developer Tools in the issue + template, + + as the keyboard shortcuts have changed to their defaults on Linux & + Windows + from [Ctrl]+[Alt]+[I] to [Ctrl]+[Shift]+[I]. - Further, the editor config is updated to allow trailing spaces in Markdown + + Further, the editor config is updated to allow trailing spaces in + Markdown + files to add trailing spaces to the list items in the issue template, in - order to avoid people not putting whitespace in between, causing the formatting + + order to avoid people not putting whitespace in between, causing the + formatting + to not be parsed properly. - hash: 3dd646485fa34437ac3adb3caa5a594d439f1f68 author: Rohit Upadhyay @@ -5520,21 +5811,21 @@ footers: change-type: patch subject: fix tests - body: + body: null - hash: dc587031ecef10eeeba74379f99c4ef42cef8781 author: Benedict Aas footers: change-type: patch changelog-entry: Expose all flash state fields to the store. subject: remove unnecessary test code - body: + body: null - hash: 9c1e32d4ba2bb66be3b8b75d7978f37001bee7f0 author: Benedict Aas footers: signed-off-by: Juan Cruz Viotti change-type: patch subject: pass linter - body: + body: null - hash: 25b10490a1be4d616aeeefdd5297dd43757f09bd author: Jonas Hermsmeier footers: @@ -5566,9 +5857,12 @@ footers: change-type: patch subject: 'fix(gui): Fix menu''s application name' - body: |- - This replaces use of `electron.app.getName()` with the package.json's `.displayName` - property to ensure the correct application name is displayed when packaged. + body: >- + This replaces use of `electron.app.getName()` with the package.json's + `.displayName` + + property to ensure the correct application name is displayed when + packaged. - hash: cf340f48c3582f3e96f7b2dc16c11f44b7661363 author: Jonas Hermsmeier footers: @@ -5589,7 +5883,7 @@ change-type: patch signed-off-by: Juan Cruz Viotti subject: 'chore: declare Concourse node-cli pipeline''s entrypoint' - body: + body: null - hash: 1d89cf2b757e096475989bf064df87103517f7c3 author: Juan Cruz Viotti footers: @@ -5623,56 +5917,56 @@ footers: change-type: patch subject: fix encoding issue - body: + body: null - hash: fecccb0b28a923229c6b3bfeb4388f46e148482e author: Benedict Aas footers: change-type: patch subject: fix writing outside of packages - body: + body: null - hash: 1862f1905a8314a6322c8c1e2ddab1b4e565e800 author: Benedict Aas subject: fix makefile - body: + body: null - hash: 6647167d02c30e8c9b924fa4a66320e74933fad7 author: Juan Cruz Viotti footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: Update shrinkwrap file - body: + body: null - hash: 0da123265c2747ead17f271ada149b3c7251b246 author: Juan Cruz Viotti footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: Fix shrinkwrap file - body: + body: null - hash: 9b42960b2fdd3c6a20ff533dce75738c1b2b7333 author: Benedict Aas footers: change-type: patch subject: remove version ranges - body: + body: null - hash: 2aa37571f0c1fcc7d6bfc7455c0332b82b3b979f author: Benedict Aas footers: change-type: patch subject: shrinkwrap - body: + body: null - hash: 936142cf7e41ec03290cc06c3df1028180964d13 author: Benedict Aas footers: change-type: patch subject: remove console logs - body: + body: null - hash: 69c35f7f79229e723035492ba8ce5b567fd082ce author: Benedict Aas footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: shrinkwrap should see a shrink - body: + body: null - hash: 9b4e9fea303364ce2dcb9406232c1223534559a3 author: Benedict Aas footers: @@ -5692,7 +5986,7 @@ - hash: 79812234702ef07033993924b1e2c6fd2ec4087d author: Benedict Aas footers: - fixes: https://github.com/resin-io/etcher/issues/2078 + fixes: 'https://github.com/resin-io/etcher/issues/2078' change-type: patch changelog-entry: Use SVG contents list in main template. subject: 'minifix: use svg contents list in main template' @@ -5717,7 +6011,7 @@ change-type: patch changelog-entry: Remove stale JSON object plainifying in store subject: 'minifix: remove stale json object plainifying in store' - body: + body: null - hash: 35772b0370e5ad7eb8d7bb25f407e358f8cbfe04 author: Jonas Hermsmeier footers: @@ -5729,7 +6023,7 @@ - hash: 49dd6553fb6e1363dac2546f935790dcbbf8e5d7 author: Jonas Hermsmeier subject: 'chore(package): Remove crc32-stream dependency' - body: + body: null - hash: d91d9577774a7a0869d039c29ae95809d5a470f1 author: Jonas Hermsmeier footers: @@ -5741,15 +6035,17 @@ footers: change-type: patch subject: 'upgrade(package): Update resin-cli-visuals to 1.4.1' - body: |- + body: >- This updates `resin-cli-visuals` in order to fix drive selection in - the CLI, which was caused by incompatibility of two different `drivelist` versions + + the CLI, which was caused by incompatibility of two different + `drivelist` versions - hash: bde1e32e29ae75ccecf7fc3bc1b03efd6e4f67b8 author: Jonas Hermsmeier footers: change-type: patch subject: 'doc(CONTRIBUTING): Add webpack step to instructions' - body: + body: null - hash: cb25db2556cd70c06b39ae164304433eaa9268d3 author: Jonas Hermsmeier footers: @@ -5761,79 +6057,79 @@ footers: change-type: patch subject: 'upgrade(package): electron-mocha 5.0.0 -> 6.0.0' - body: + body: null - hash: d12166a87244ed022157d3eb73963b9730b8db2d author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): mocha 3.2.0 -> 5.0.1' - body: + body: null - hash: b7ef95f68c28562792b5abe51103f551b1e76324 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): nock 9.0.9 -> 9.2.3' - body: + body: null - hash: a392d3b1b456f6a3f9fb70dd5e0ae1c7597ee318 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): sass-lint 1.10.2 -> 1.12.1' - body: + body: null - hash: 2604da104d08671742bd4a8b62e07dab1cfb4702 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): versionist 2.8.1 -> 2.13.0' - body: + body: null - hash: 544cd96e3dfb07874f0c5e5e8b3c6ad43fd2d2e4 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): html-angular-validate 0.1.9 -> 0.2.3' - body: + body: null - hash: 201b8dccaa7603552c7741798c97fb3111e1c4a4 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): eslint-plugin-node 6.0.0 -> 6.0.1' - body: + body: null - hash: 55ed4dbc51a0a61f5c23fb2734bac9fe831dbb76 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): eslint-plugin-jsdoc 3.3.1 -> 3.5.0' - body: + body: null - hash: 1cc542255790d37329f2bfda63882b4ac37b5f4c author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): eslint-plugin-import 2.8.0 -> 2.9.0' - body: + body: null - hash: a12bb4ee7ccc87acfc595ae27ea2a18ed1010595 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): mochainon 1.0.0 -> 2.0.0' - body: + body: null - hash: 11a0aa322f277c6cbec1a2ead6b999499d1ee3c2 author: Jonas Hermsmeier footers: change-type: patch subject: 'test(available-drives): Fix set expected set property' - body: + body: null - hash: c11205f3cd90b07fe680284f4866345d7b0f0325 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(shrinkwrap): Fix resolved URL of git repo' - body: + body: null - hash: bdd05a3f71a764c3ce5dc1dc39e57c83082375f3 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Update electron-mocha 6.0.0 -> 6.0.1' - body: See https://github.com/jprichardson/electron-mocha/issues/123 + body: 'See https://github.com/jprichardson/electron-mocha/issues/123' - hash: 0b306219c1b17f5ce717900e61fd0b439686d6a1 author: Jonas Hermsmeier subject: 'Revert "upgrade(package): versionist 2.8.1 -> 2.13.0"' @@ -5843,41 +6139,41 @@ footers: change-type: patch subject: 'upgrade(package): Update pkg 4.1.1 -> 4.3.0' - body: + body: null - hash: 4a3bd5fe7aa290a5175749c987664d994d76d7f2 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Update nan 2.3.5 -> 2.9.2' - body: + body: null - hash: ed18842281bb97a95c1b42ab43f183781d79504c author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Update bindings 1.2.1 -> 1.3.0' - body: + body: null - hash: d116cd7e90b46a80703a0f6ca839b6e057f80de1 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Update asar 0.10.0 -> 0.14.2' - body: + body: null - hash: f02c090b8d36a663a8975fe82bd725e1a66785e6 author: Jonas Hermsmeier subject: 'fix(package): Fix extraneous dependencies' - body: + body: null - hash: 401c2c7cc1fd6d2be388032bd0414020fba2bd8d author: Jonas Hermsmeier footers: change-type: patch subject: 'chore(package): Update copyright years' - body: + body: null - hash: 81b50161682db77c5d3da6ede27a8f1716db15d4 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(webpack): Fix not resolving .json' - body: + body: null - hash: fcc1f7bc895ff3e403ee1d4b39de0c158fb17c42 author: Benedict Aas footers: @@ -5892,7 +6188,7 @@ footers: change-type: patch subject: 'fix(scripts): Add missing types to architecture-convert.sh usage' - body: + body: null - hash: c724e4cb20298b99d5c6faed4c7c8f810afb5cf5 author: Jonas Hermsmeier footers: @@ -5905,13 +6201,13 @@ footers: change-type: patch subject: 'feat(cli): Display number of active cards' - body: + body: null - hash: 3424b996c83b07a502bb8e84c2d3715c4b266450 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(writer): Fix state verification count' - body: + body: null - hash: ff5591c77565bcbfacae6aa60248b7f07719918a author: Benedict Aas footers: @@ -6040,20 +6336,24 @@ change-type: patch changelog-entry: Remove stale `invalidKey` check in store. subject: 'refactor: remove stale invalid key check in store' - body: |- - We remove a piece of code checking whether `_.keys` returns any non-string - values in its array, but per the Lodash documentation `_.keys` always returns an + body: >- + We remove a piece of code checking whether `_.keys` returns any + non-string + + values in its array, but per the Lodash documentation `_.keys` always + returns an + array of strings. - hash: 83528df18be32bfe62d3e9e4578101077769a7cf author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Update node-sass 4.5.3 -> 4.7.2' - body: + body: null - hash: 38310751b67a2d86a6eedd1f8108993559281a05 author: Benedict Aas footers: - fixes: https://github.com/resin-io/etcher/issues/1916 + fixes: 'https://github.com/resin-io/etcher/issues/1916' change-type: patch changelog-entry: Warn the user on selection of large drives. subject: 'feat(GUI): warn the user on large drive selection' @@ -6066,8 +6366,10 @@ change-type: patch changelog-entry: Make the drive-selector button orange on warnings. subject: 'feat(GUI): warning makes drive-selector button orange' - body: |- - We make the drive-selector button orange when there is a warning attached + body: >- + We make the drive-selector button orange when there is a warning + attached + to the image-drive pair. - hash: 4ce89f97fe02d714ce7f247a6a03ad6d326c3a8a author: Benedict Aas @@ -6105,7 +6407,7 @@ - hash: eb0f52cddc6b6a3c5b5cfb869715db4aebeadff9 author: Benedict Aas subject: unselect -> deselect - body: + body: null - hash: d50bc92909dcb2c2ca46994ba2956b5fb6e55762 author: Benedict Aas subject: 'feat(GUI): add descriptive name to modals' @@ -6117,21 +6419,21 @@ - hash: 7a0d385e12332d33e83941c87c9c8a12ce7cda4f author: Benedict Aas subject: log name in resolve/reject/error - body: + body: null - hash: 04352494a05eefca54d6a8655ecc9be4ea568403 author: Jonas Hermsmeier footers: change-type: patch subject: 'test: Remove unnecessary `file-exists` dependency' - body: + body: null - hash: 0bc09defa7f347168d60d84c9476752be9c638ca author: Jonas Hermsmeier subject: 'chore(package): Remove unused dependency `trackjs`' - body: + body: null - hash: ab026b1635e21fa416faa92b8bcfa0d1be5317b4 author: Jonas Hermsmeier subject: 'test(image-stream): Fix lint error in tester' - body: + body: null - hash: 76f537a636171508ace9ac2ae1159d568837e425 - hash: fdd0d781ca206556f27a7cbfae15b0c7bcee3584 - hash: 5634954b7e5ad9150994c6ea3a20cc573222f4a4 @@ -6183,7 +6485,7 @@ - hash: a7f974ba5c932f6c10ed7319c3c5e7a8fd83c178 - hash: 1b56fea16685103b3cbd465f7cf3a8abcb50b7c3 - version: 1.3.1 - date: 2018-01-23T14:30:07Z + date: 2018-01-23T14:30:07.000Z commits: - hash: 6bf0e33ab2fae1287aecd8077608419db3c02358 author: Jonas Hermsmeier @@ -6196,15 +6498,15 @@ - hash: decfddf0084cfca31f7ba11d04bdea70a31c09e8 author: Jonas Hermsmeier footers: - see: https://electronjs.org/blog/protocol-handler-fix + see: 'https://electronjs.org/blog/protocol-handler-fix' change-type: patch changelog-entry: Update Electron to v1.7.11 subject: 'upgrade(package): Update electron 1.7.10 -> 1.7.11' - body: This updates Electron to v1.7.11, mitigating CVE-2018-1000006. + body: 'This updates Electron to v1.7.11, mitigating CVE-2018-1000006.' - hash: 731bca98eb09b658f86989cc97cf3801dd105556 author: Jonas Hermsmeier subject: v1.3.1 - body: + body: null - hash: 7c67adcbc23eefff17a3f9ba5aaa52665c5e6aeb author: Jonas Hermsmeier footers: @@ -6257,8 +6559,10 @@ change-type: patch changelog-entry: Fix selection of images in folders with file extension on Mac OS subject: 'fix(gui): Allow selection of images in folders with extension' - body: |- - This fixes selection of images contained in directories with a file extension + body: >- + This fixes selection of images contained in directories with a file + extension + (i.e. "openSUSE-Leap-42.3-DVD-x86_64.iso") in the open file dialog. - hash: 6680aaaf41d4fffb75ca93282c09e3b9bdff693b author: Jonas Hermsmeier @@ -6276,7 +6580,7 @@ - hash: 087b28669d0b3caaef70cabaefc8afa6c735efb1 author: Juan Cruz Viotti footers: - see: https://github.com/jprichardson/electron-mocha/issues/119 + see: 'https://github.com/jprichardson/electron-mocha/issues/119' change-type: patch signed-off-by: Juan Cruz Viotti subject: 'upgrade: `electron-mocha` to v5.0.0' @@ -6290,9 +6594,12 @@ change-type: patch changelog-entry: Fix "The specified module could not be found" on Windows subject: 'fix(usb): Ignore errors if winusb doesn''t load' - body: |- + body: >- Due to some Windows systems missing certain C runtime libraries - (Visual C/C++ 2012 / 2015 Redistributables), we ignore errors when loading + + (Visual C/C++ 2012 / 2015 Redistributables), we ignore errors when + loading + this module until we can ensure distribution of those along with it. - hash: 21e595466d5d950d7c38b2411791f756ec6ebdca author: Jonas Hermsmeier @@ -6332,23 +6639,23 @@ - hash: 628e6bc3ca0ead91b742ee05bd00e005ae11c874 author: Benedict Aas subject: disable eslint no-unused-vars for imports - body: + body: null - hash: 2354a921db32add1d3346f49a855f6cb03742309 author: Benedict Aas subject: fix image-writer test - body: + body: null - hash: 0ddc4c505934ae343d9f0bdbce56739f750bc5c4 author: Benedict Aas subject: remove eslint disable line in image-writer test - body: + body: null - hash: 53c0d50028eda5bf7bd4255afc1bfd343d3f53f5 author: Benedict Aas - subject: use existing image-writer spec, append spec to child-writer test file - body: + subject: 'use existing image-writer spec, append spec to child-writer test file' + body: null - hash: dbccded8ed0e936fd36a8def8ab648dc8faee646 author: Benedict Aas subject: remove const - body: + body: null - hash: a1becbf15fa355eab2a5fca23aef1b7d27100455 author: Jonas Hermsmeier subject: 'fix(writer): Silence IPC output on stdout' @@ -6366,45 +6673,48 @@ This updates the maintainers' doc with a little more detail regarding the release process, to avoid it staying tribal knowledge. - version: 1.3.0 - date: 2018-01-05T21:09:41Z + date: 2018-01-05T21:09:41.000Z commits: - hash: ece9a5666ee5fff52816e590d93fec3a24982402 author: Jonas Hermsmeier footers: change-type: patch subject: 'refactor(scripts): Update clean-shrinkwrap script' - body: |- + body: >- This updates the `postshrinkwrap` script to traverse the dependency tree - and remove all `from` fields to avoid inconsistent diffs across platforms, + + and remove all `from` fields to avoid inconsistent diffs across + platforms, + environments and installs when shrinkwrapping anew. - hash: 619051a4b0cd8995e31838f221386b9b44e6ffc8 author: Jonas Hermsmeier subject: 'chore(shrinkwrap): Update npm-shrinkwrap.json' - body: + body: null - hash: fa1c98932371f110541afb5a7994415699850c7d author: Jonas Hermsmeier subject: 'fix(scripts): Ensure `resolved` field in shrinkwrap is HTTPS' - body: + body: null - hash: 4c3575b46312bd84401f40472c7ad6c64e5b09c2 author: Jonas Hermsmeier subject: 'fix(scripts): Only strip "from" of registry packages' - body: + body: null - hash: 98f19e0cba7bf7ce2885a33f6ed7bb75c1066bca author: Jonas Hermsmeier subject: 'fix(clean-shrinkwrap): Fix linter errors' - body: + body: null - hash: 929a3aa1830654930e08ba754134e5a8553136a8 author: Jonas Hermsmeier subject: 'chore(shrinkwrap): Update npm-shrinkwrap.json' - body: + body: null - hash: e98c91dd3c6c1d8ca8408acaacf5a9eb8498f6bf author: Andrew Scheller footers: change-type: patch - see: https://github.com/resin-io/etcher/pull/1941 + see: 'https://github.com/resin-io/etcher/pull/1941' signed-off-by: Juan Cruz Viotti subject: 'fix(scripts): fix spelling typo' - body: + body: null - hash: 766a4088cc4d71c31b0590ab3db9f2d9e563a399 author: Shou footers: @@ -6422,25 +6732,25 @@ changelog-entry: Fix trailing space in environment variables during Windows elevation. signed-off-by: Juan Cruz Viotti subject: remove old references - body: + body: null - hash: 1395fe91d686382c41d20faaa7cba7568f7f247b author: Shou footers: change-type: patch subject: use fat arrows instead of functions - body: + body: null - hash: 90f118ebbf485d89e807e47aad2f0054cbaf2732 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Bump mountutils 1.2.2 -> 1.3.8' - body: + body: null - hash: 118a91016e7579ee134836184121885e3553c2a5 author: Jonas Hermsmeier footers: change-type: patch subject: 'upgrade(package): Bump drivelist 5.2.4 -> 5.2.12' - body: + body: null - hash: 21a95d4fcf17d47264efdd40c9e72a8f4927e2dd author: Juan Cruz Viotti footers: @@ -6513,18 +6823,20 @@ footers: change-type: minor subject: 'feat(writer): Add read/write retry delays' - body: + body: null - hash: b0b815021d712dab65514355d1d10e9aa1cb8e10 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(writer): Add EBUSY to transient errors on Linux' - body: + body: null - hash: 80f4fc11bdbf23029609cad07456e50d95442241 author: Juan Cruz Viotti footers: change-type: patch - changelog-entry: Don't send analytics events when attempting to toggle a disabled drive. + changelog-entry: >- + Don't send analytics events when attempting to toggle a disabled + drive. signed-off-by: Juan Cruz Viotti subject: 'fix(GUI): only emit toggle drive event if drive is selectable' body: |- @@ -6546,7 +6858,7 @@ footers: change-type: patch changelog-entry: Ensure the writer process dies when the GUI application is killed. - see: https://github.com/resin-io/etcher/pull/1843 + see: 'https://github.com/resin-io/etcher/pull/1843' signed-off-by: Juan Cruz Viotti subject: 'refactor(GUI): remove the intermediate child writer proxy process' body: |- @@ -6574,46 +6886,48 @@ footers: change-type: patch subject: 'upgrade(package): Bump electron-builder 19.9.1 -> 19.47.1' - body: + body: null - hash: 5c9a22200771ce06d9541e05baf19d8a8aba95bf author: Jonas Hermsmeier footers: change-type: patch subject: 'refactor(electron-builder): Update configuration & icon asset' - body: + body: null - hash: 837054ca9457149e3e2506900db30f85e3d63cee author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(dockerfile): Add tar/fpm/electron-builder workaround' - body: + body: null - hash: 4174acc03970c7864046f7bedea60266407b3612 author: Jonas Hermsmeier subject: 'fix(electron-builder): Add full icon set for Linux' - body: + body: null - hash: 3a61420dc7f13435cb6f9e937baf1db61751bf3d author: Jonas Hermsmeier subject: 'fix(dockerfile): Add missing apt update' - body: + body: null - hash: 2e310285f63a4fc9ec164194b2006cdc3e801a1e author: Jonas Hermsmeier subject: 'fix(dockerfile): Re-order wheezy workaround' - body: + body: null - hash: c35a2141f0e340c1b79d36b86daaddaedcceab03 author: Jonas Hermsmeier subject: 'fix(package): Fix shrinkwrap file' - body: + body: null - hash: 64a5ab2aa77fff91a0a6a0de2952bb34722335c5 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(package): Downgrade to electron-builder@19.40.0' - body: + body: null - hash: b7ef95a39a0c877470f87e91b349d43f96e05faf author: Juan Cruz Viotti footers: change-type: minor - changelog-entry: Display connected Compute Modules even if Windows doesn't have the necessary drivers to act on them. + changelog-entry: >- + Display connected Compute Modules even if Windows doesn't have the + necessary drivers to act on them. signed-off-by: Juan Cruz Viotti subject: 'feat(SDK): display Compute Modules even if host OS has no drivers' body: |- @@ -6634,11 +6948,11 @@ - hash: 9a6680042b947e66858509bb6535c969f8d53147 author: Jonas Hermsmeier subject: 'refactor(gui): Update kbd shortcut comment to be less specific' - body: + body: null - hash: bbd34cd76adab1fb7b0bdb989b73b0054ecd5bbf author: Juan Cruz Viotti footers: - fixes: https://github.com/resin-io/etcher/issues/1870 + fixes: 'https://github.com/resin-io/etcher/issues/1870' change-type: patch signed-off-by: Juan Cruz Viotti subject: 'chore: setup a Spectron integration test suite' @@ -6652,7 +6966,7 @@ footers: signed-off-by: Juan Cruz Viotti subject: 'docs: add high level manual testing script' - body: + body: null - hash: 1e7d1471ed989b2eb28087d64bfa13a2d181f912 - hash: 59ad60a3f8bf70c21f43665df74882bef67c27b9 - hash: 4e2bc2cdf83b91bcced13ca9d2d56e48b1c721bb @@ -6664,7 +6978,7 @@ - hash: ff9a1595cf0e4cfcbe82a5839e1b6634d318eae4 - hash: c671773ff0086c9f35e741cd2e3fd8853abddab8 - version: 1.2.1 - date: 2017-12-07T15:43:58Z + date: 2017-12-07T15:43:58.000Z commits: - hash: 7c9aa6dc909a6308e664f6d4364634c44a205b83 author: Shou @@ -6674,21 +6988,21 @@ (validating, flashing). footers: signed-off-by: Juan Cruz Viotti - closes: https://github.com/resin-io/etcher/issues/1427 - fixes: https://github.com/resin-io/etcher/issues/1439 + closes: 'https://github.com/resin-io/etcher/issues/1427' + fixes: 'https://github.com/resin-io/etcher/issues/1439' changelog-entry: Add the progress and status to the window title. - hash: 590b0094a49b4fbfbb47640072d834245089cbf1 author: Shou footers: - see: https://github.com/resin-io/etcher/issues/1772 + see: 'https://github.com/resin-io/etcher/issues/1772' signed-off-by: Juan Cruz Viotti change-type: patch subject: only call .getFlashState if necessary - body: + body: null - hash: 2a47b4e0ce7efc88c6bf7758df85bb5521e1502b author: Benedict Aas subject: remove list usage for string concat - body: + body: null footers: change-type: patch changelog-entry: Add the Python version (2.7) to the CONTRIBUTING doc. @@ -6696,49 +7010,51 @@ author: Benedict Aas footers: change-type: patch - subject: makeTitle -> getWindowTitle, and takes nil param - body: + subject: 'makeTitle -> getWindowTitle, and takes nil param' + body: null - hash: ec420544769978e99c17420f5c29e02467e39b1a author: Benedict Aas footers: change-type: patch changelog-entry: Remove duplicate debug enabling in usbboot module. subject: 'minifix: remove duplicate debug enable in usbboot' - body: + body: null - hash: 7b30dfbdb6135dc3ea08605d1658f429401aa02c author: Jonas Hermsmeier footers: change-type: patch - changelog-entry: Don't send initial Mixpanel events before "Anonymous Tracking" settings are loaded. - fixes: https://github.com/resin-io/etcher/issues/1772 + changelog-entry: >- + Don't send initial Mixpanel events before "Anonymous Tracking" + settings are loaded. + fixes: 'https://github.com/resin-io/etcher/issues/1772' signed-off-by: Juan Cruz Viotti subject: 'fix(sdk): Remove event listeners on unsubscribe' - body: + body: null - hash: bf41594ab9b1fcdf08d254cfc97849849fdeb39e author: Andrew Scheller footers: change-type: patch changelog-entry: Fix verification step reading from the cache subject: 'fix: Correct image.size usage in tests and code-comments' - body: image.size is always an object, never a plain number + body: 'image.size is always an object, never a plain number' - hash: f4635b8e22fdba88898722ef5bbabc3ef6e75465 author: Jonas Hermsmeier footers: change-type: Patch subject: 'fix(sdk): Correct "subscribe" typos' - body: + body: null - hash: 6404c997cc9dafa8e4c7e6e477cf32cc2ea53d79 author: Jonas Hermsmeier footers: change-type: patch subject: 'test(dictionary): Add subsribe -> subscribe' - body: + body: null - hash: 7cf8dff27b61e84060bd79272f39032b16bcadbb author: Benedict Aas footers: change-type: minor - reverts: https://github.com/resin-io/etcher/pull/1708 - see: https://github.com/resin-io/etcher/issues/1819 + reverts: 'https://github.com/resin-io/etcher/pull/1708' + see: 'https://github.com/resin-io/etcher/issues/1819' changelog-entry: Remove Linux elevation meant for usbboot. subject: 'fix: rid linux startup elevation' body: We remove the Linux elevation meant for usbboot device access. @@ -6748,48 +7064,51 @@ change-type: minor changelog-entry: Display actual write speed subject: complete revert - body: + body: null - hash: c0b7acfcccde1e60347d7c2da6bfd6f90281f75d author: Benedict Aas footers: change-type: patch changelog-entry: Fix bzip2 streaming with the new pipelines - subject: use sdk unsubscribe, .name -> .id - body: + subject: 'use sdk unsubscribe, .name -> .id' + body: null - hash: 8c4c84e8cd70405144c9ab120126a0ffbd3fd3ce author: Benedict Aas footers: change-type: patch subject: remove warning - body: + body: null - hash: 9ae161b054e245a39cdc73d4718522b1a7f468a0 author: Sven Dowideit footers: change-type: patch signed-off-by: Sven Dowideit subject: 'docs: etcher-image-stream was moved to the main etcher repo' - body: + body: null - hash: 0431786194bc9d11fa3621b14dac9a5773de9e0d author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(gui): Don''t check elevation on start on Windows' - body: + body: null - hash: 65e44cb610d029d6a354a0c7ffb5a2fb8d948c14 author: Jonas Hermsmeier footers: change-type: patch subject: 'fix(scripts): Fix pip install in docker' - body: |- - This works around the "Cannot fetch index base URL http://pypi.python.org/simple/" - error by installing pip==9.0.1 directly from the pypi.python.org/packages/ + body: >- + This works around the "Cannot fetch index base URL + http://pypi.python.org/simple/" + + error by installing pip==9.0.1 directly from the + pypi.python.org/packages/ - hash: c8b2b652354029cedceda2637bed13fee65f8587 author: Juan Cruz Viotti footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: 'fix(usbboot): increase device reboot delay a little bit' - body: + body: null - hash: 61dce0aca9d706a7e5ba453578ab69d572381807 author: Jonas Hermsmeier footers: @@ -6804,23 +7123,42 @@ footers: change-type: patch subject: 'test(Makefile): Update codespell excludes' - body: |- - This adds excludes for .dtb, .dtbo, .dat, .elf, .bin, .foo, and xz-without-extension + body: >- + This adds excludes for .dtb, .dtbo, .dat, .elf, .bin, .foo, and + xz-without-extension + to reduce unnecessary warning output in `make lint`. + ``` + WARNING: Binary file: lib/blobs/usbboot/bcm2709-rpi-2-b.dtb + WARNING: Binary file: lib/blobs/usbboot/bcm2710-rpi-cm3.dtb + WARNING: Binary file: lib/blobs/usbboot/bcm2708-rpi-cm.dtb + WARNING: Binary file: lib/blobs/usbboot/bcm2708-rpi-b.dtb + WARNING: Binary file: lib/blobs/usbboot/bcm2710-rpi-3-b.dtb + WARNING: Binary file: lib/blobs/usbboot/bcm2708-rpi-0-w.dtb + WARNING: Binary file: lib/blobs/usbboot/bcm2708-rpi-b-plus.dtb + WARNING: Binary file: lib/blobs/usbboot/overlays/dwc2.dtbo + WARNING: Binary file: lib/blobs/usbboot/raspberrypi/fixup_cd.dat + WARNING: Binary file: lib/blobs/usbboot/raspberrypi/start_cd.elf + WARNING: Binary file: lib/blobs/usbboot/raspberrypi/bootcode.bin - WARNING: Binary file: tests/image-stream/data/unrecognized/xz-without-extension - WARNING: Binary file: tests/image-stream/data/unrecognized/xz-with-invalid-extension.foo + + WARNING: Binary file: + tests/image-stream/data/unrecognized/xz-without-extension + + WARNING: Binary file: + tests/image-stream/data/unrecognized/xz-with-invalid-extension.foo + ``` - hash: f4e0121639d8f2cbcc15b6577ec15d7ecbab7e71 author: Juan Cruz Viotti @@ -6859,7 +7197,7 @@ footers: change-type: none subject: remove debugging conditonals - body: + body: null - hash: f3f800df7fd50ecf346f1515cab75bf0cbf6d2ee author: Juan Cruz Viotti footers: @@ -6886,7 +7224,9 @@ bails out with a strange error message. footers: change-type: patch - changelog-entry: Gracefully handle scenarios where a USB drive is disconnected halfway through the usbboot procedure. + changelog-entry: >- + Gracefully handle scenarios where a USB drive is disconnected halfway + through the usbboot procedure. signed-off-by: Juan Cruz Viotti - hash: 41f8ac100a87f73cfd9e28e299af1033d8603a00 author: Juan Cruz Viotti @@ -6894,7 +7234,9 @@ change-type: patch changelog-entry: Fix `LIBUSB_ERROR_NO_DEVICE` error at the end of usbboot. signed-off-by: Juan Cruz Viotti - subject: 'fix(usbboot): handle LIBUSB_ERROR_NO_DEVICE when claiming a USB interface' + subject: >- + fix(usbboot): handle LIBUSB_ERROR_NO_DEVICE when claiming a USB + interface body: |- Consider the following scenario: - Usbboot runs successfully on a device @@ -6930,23 +7272,29 @@ - hash: a5f5fad5407614673f2714963187f777382585a6 author: Benedict Aas subject: 'fix: set debug env variable on remote electron process' - body: |- - We fix the DEBUG environment variable by setting it on the `electron.remote` + body: >- + We fix the DEBUG environment variable by setting it on the + `electron.remote` + instead, and we also move the code to `lib/gui/app.js` and away from + `lib/gui/index.html`. + Changelog-Entry: Set the DEBUG environment variable on the remote + electron process. + Change-Type: patch - hash: 407c23f66275e4ccb875ecaeaf3dc9453dc682eb author: Benedict Aas - subject: use debug.enabled, fix drivelist env setting - body: + subject: 'use debug.enabled, fix drivelist env setting' + body: null - hash: d51b8502c7f566ed78dd436757620a12feba980a author: Jonas Hermsmeier footers: change-type: patch subject: 'doc(CONTRIBUTING): Add libudev requirement to docs' - body: + body: null - hash: 157039439ed6a768f4d44b7c37c7a6534ed13af5 author: Jonas Hermsmeier footers: @@ -6965,7 +7313,7 @@ - hash: 2f0dabf8ce9dcd1afbcfd8b9fc7f772c2f5845c0 author: Jonas Hermsmeier subject: 'refactor(sdk): Make adapters event emitters' - body: + body: null - hash: e3bcee42cb8e6654350287f3eae4a673951a1620 author: Juan Cruz Viotti footers: @@ -7056,7 +7404,7 @@ change-type: patch signed-off-by: Juan Cruz Viotti subject: 'fix(sdk): set usbboot control transfer timeout to infinite' - body: + body: null - hash: 65a3f0ed897cf30f1d6ce8da12c2327fef431064 author: Juan Cruz Viotti footers: @@ -7072,22 +7420,24 @@ change-type: patch signed-off-by: Juan Cruz Viotti subject: 'fix(sdk): usbboot command typos' - body: + body: null - hash: 5fd166ea31b21124d83cefbc4fcb7350659a314e author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/drivelist/pull/229 + see: 'https://github.com/resin-io-modules/drivelist/pull/229' change-type: patch - changelog-entry: Fix permission denied issues when XDG_RUNTIME_DIR is mounted with the `noexec` option. + changelog-entry: >- + Fix permission denied issues when XDG_RUNTIME_DIR is mounted with the + `noexec` option. signed-off-by: Juan Cruz Viotti subject: 'upgrade: drivelist to v5.2.4' - body: + body: null - hash: 01382d676ded6dd325bfc0759a6b26f3c7cdcb93 author: Josh Leeb-du Toit footers: change-type: patch - link: https://github.com/resin-io/etcher/pull/1753 - fixes: https://github.com/resin-io/etcher/issues/1454 + link: 'https://github.com/resin-io/etcher/pull/1753' + fixes: 'https://github.com/resin-io/etcher/issues/1454' subject: 'fix(CLI): add check for drive flag with yes flag' body: |- Add an options check for the `drive` flag to appear with the `yes` flag. @@ -7113,23 +7463,23 @@ - hash: 531ba669a42a66f0ebfebe70edf59e37b36a1d7a author: Shou subject: outline with 10s timeout - body: + body: null - hash: 975b970c9d16b7d67ba1aafd32e5b31c11db99c1 author: Shou subject: use orange "warning colour" as outline - body: + body: null - hash: bb02cb831bb979ed07ae982b1e0db47febb17634 author: Shou - subject: smaller outline on settings buttons, fix order on settings page - body: + subject: 'smaller outline on settings buttons, fix order on settings page' + body: null - hash: bf6f77d8a6d0f20921cefe9faa67dde39ead8ee0 author: Shou subject: allow selection in drive-selector - body: + body: null - hash: 6a5b00540643b3d86744bd4e823fd231dcc86baa author: Benedict Aas - subject: fix typo, better tabindexes - body: + subject: 'fix typo, better tabindexes' + body: null - hash: 6b16a2b13fb027604101e6d5654060a3b4b83aac author: Jonas Hermsmeier footers: @@ -7186,23 +7536,25 @@ - hash: e301ac4cff34c20995780b8b791d772b3b32121c author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1703 + see: 'https://github.com/resin-io/etcher/pull/1703' signed-off-by: Juan Cruz Viotti subject: 'docs(README): execution -> executable' - body: + body: null - hash: 673fabfcb003d8f193b67d714bc31b2d5f483161 author: Juan Cruz Viotti footers: - fixes: https://github.com/resin-io/etcher/issues/1699 + fixes: 'https://github.com/resin-io/etcher/issues/1699' change-type: patch - changelog-entry: Try to use `$XDG_RUNTIME_DIR` to extract temporary scripts on GNU/Linux. + changelog-entry: >- + Try to use `$XDG_RUNTIME_DIR` to extract temporary scripts on + GNU/Linux. signed-off-by: Juan Cruz Viotti subject: 'upgrade: drivelist to v5.1.8' - body: + body: null - hash: 5d458d9e3a6ee048dffd252f19d5e8baf9f571b3 author: Juan Cruz Viotti footers: - fixes: https://github.com/resin-io/etcher/issues/1706 + fixes: 'https://github.com/resin-io/etcher/issues/1706' change-type: patch signed-off-by: Juan Cruz Viotti subject: 'chore: fix CLI packaging snapshot relative directory' @@ -7215,16 +7567,16 @@ - hash: 796515afda968b8fd6e0f8a04d2cb770505fad05 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/mountutils/pull/45 + see: 'https://github.com/resin-io-modules/mountutils/pull/45' change-type: patch changelog-entry: Retry ejection various times before giving up on Windows. signed-off-by: Juan Cruz Viotti subject: 'upgrade: mountutils to v1.2.2' - body: + body: null - hash: ffc807b00f15adfa42ff53388093d267d61073ab author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1686 + see: 'https://github.com/resin-io/etcher/pull/1686' signed-off-by: Juan Cruz Viotti subject: 'feat(GUI): support new "pending" drive flag' body: |- @@ -7254,12 +7606,12 @@ - hash: 2b4fd8849ed1e87b99656afd4973a4f58ef055b6 author: Benedict Aas subject: remove ETCHER_RUNNING env var - body: + body: null - hash: 6bb21d4d300b9725cfd51eb2587209ae66af526b author: Juan Cruz Viotti footers: change-type: patch - see: https://github.com/resin-io/etcher/pull/1686 + see: 'https://github.com/resin-io/etcher/pull/1686' signed-off-by: Juan Cruz Viotti subject: 'refactor: use an SDK orchestrator to implement drive scanning' body: |- @@ -7292,10 +7644,10 @@ - hash: f2fb0a9b4a543fc2184a1f42d368dfc86da47747 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/772 + see: 'https://github.com/resin-io/etcher/pull/772' signed-off-by: Juan Cruz Viotti subject: 'chore: don''t zip AppImages' - body: + body: null - hash: b038ae49534ff0aeb2c9bad1bd1c9220c1c5c193 author: Juan Cruz Viotti footers: @@ -7309,7 +7661,7 @@ - hash: f5293d9f3e81037164270d0568f59da78df1cd3a author: Juan Cruz Viotti footers: - see: https://giorgos.sealabs.net/docker-cache-on-travis-and-docker-112.html + see: 'https://giorgos.sealabs.net/docker-cache-on-travis-and-docker-112.html' signed-off-by: Juan Cruz Viotti subject: 'chore: cache Travis CI docker builds' body: |- @@ -7319,18 +7671,20 @@ author: Juan Cruz Viotti footers: change-type: patch - changelog-entry: 'Fix "Couldn''t scan the drives: An unknown error occurred" error when there is a drive locked with BitLocker.' - fixes: https://github.com/resin-io/etcher/issues/1687 + changelog-entry: >- + Fix "Couldn't scan the drives: An unknown error occurred" error when + there is a drive locked with BitLocker. + fixes: 'https://github.com/resin-io/etcher/issues/1687' signed-off-by: Juan Cruz Viotti subject: 'upgrade: drivelist to v5.1.5' - body: See https://github.com/resin-io-modules/drivelist/pull/206 + body: 'See https://github.com/resin-io-modules/drivelist/pull/206' - hash: 59e0562860284aca890067880dea933d26687d0b author: Juan Cruz Viotti footers: change-type: minor changelog-entry: Integrate Raspberry Pi's usbboot technology. - fixes: https://github.com/resin-io/etcher/issues/1541 - see: https://github.com/raspberrypi/usbboot + fixes: 'https://github.com/resin-io/etcher/issues/1541' + see: 'https://github.com/raspberrypi/usbboot' signed-off-by: Juan Cruz Viotti subject: 'feat: implement usbboot adapter' body: |- @@ -7348,14 +7702,14 @@ - hash: 27aca934344f4631d62585f1e56798b26dcdd82d author: Juan Cruz Viotti footers: - fixes: https://github.com/resin-io/etcher/issues/1155 + fixes: 'https://github.com/resin-io/etcher/issues/1155' signed-off-by: Juan Cruz Viotti subject: 'docs: add chocolatey install instructions' - body: + body: null - hash: dc43c0199b21ce331749be45514b58583809621b author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1663#discussion_r131623802 + see: 'https://github.com/resin-io/etcher/pull/1663#discussion_r131623802' signed-off-by: Juan Cruz Viotti subject: 'chore: enforce single quotes in ESLint' body: |- @@ -7366,7 +7720,7 @@ footers: change-type: feat subject: 'feat(writer): Implement streaming pipelines' - body: + body: null - hash: 2a3effb9a0d5de930e30b665d10e17c7fbf50e34 author: Juan Cruz Viotti footers: @@ -7409,16 +7763,16 @@ - hash: 4c21ebc999a543b6fb9b102480f764901aef223a - hash: 91dfddef2d27979ab30a705f8cb19c5c746463b4 - version: 1.1.2 - date: 2017-08-07T15:10:39Z + date: 2017-08-07T15:10:39.000Z commits: - hash: 6ff8110473648517ec16f33c80cc71b77ab84b15 author: Shou footers: change-type: patch changelog-entry: Make archive-embedded SVG icons work again. - see: https://github.com/resin-io-modules/drivelist/pull/204 + see: 'https://github.com/resin-io-modules/drivelist/pull/204' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/1636 + fixes: 'https://github.com/resin-io/etcher/issues/1636' subject: 'fix(GUI): make archive-embedded svgs work again' body: |- We make the svg-icon component accept XML in its path argument to handle @@ -7426,29 +7780,31 @@ - hash: b99f027e37c205e332fc23c3d73db012e060fe47 author: Shou footers: - see: https://github.com/resin-io/etcher/pull/1611#discussion_r131349440 + see: 'https://github.com/resin-io/etcher/pull/1611#discussion_r131349440' signed-off-by: Juan Cruz Viotti subject: add test - body: + body: null - hash: 6d3941b4fb30355414875df92c2bfb1b5276a550 author: Shou footers: signed-off-by: Juan Cruz Viotti subject: secure against sibling html and foreignObject - body: + body: null - hash: 3b19c076128430b29866edf069883f2e9a4e40e7 author: Shou footers: - see: https://github.com/resin-io/etcher/pull/1657 + see: 'https://github.com/resin-io/etcher/pull/1657' signed-off-by: Juan Cruz Viotti subject: tests done - body: + body: null - hash: 1a599d386c779eb34b1cd4ac19e59cbf4ed2ae80 author: Jonas Hermsmeier footers: change-type: patch subject: 'doc: Add link to commit guidelines to contributing guide' - body: This adds a reference to the commit guidelines to the contributing guide. + body: >- + This adds a reference to the commit guidelines to the contributing + guide. - hash: 449faaba99b3e193334cb304675d1427f8b20bb9 author: Jonas Hermsmeier footers: @@ -7474,15 +7830,17 @@ - hash: d75a75e26f3cc4e51d5f5dbf60cf4963f38b0d53 author: Juan Cruz Viotti subject: 'fix(GUI): throw a user error if the user is not in the sudoers file' - body: + body: null footers: change-type: patch - changelog-entry: Display a user-friendly error message if the user is not in the sudoers file. + changelog-entry: >- + Display a user-friendly error message if the user is not in the + sudoers file. signed-off-by: Juan Cruz Viotti - hash: ece7d406074a1463e07b2a61ae4ecd4518712795 author: Juan Cruz Viotti footers: - see: https://standardjs.com + see: 'https://standardjs.com' signed-off-by: Juan Cruz Viotti subject: 'chore: publish development Bintray packages' body: |- @@ -7496,11 +7854,13 @@ - hash: 81df8dd47ebf476e50f9d36cd4f2c66d42765427 author: Juan Cruz Viotti footers: - fixes: https://github.com/resin-io/etcher/issues/1525 + fixes: 'https://github.com/resin-io/etcher/issues/1525' change-type: minor - changelog-entry: Fix `UNABLE_TO_GET_ISSUER_CERT_LOCALLY` error at startup when behind certain proxies. + changelog-entry: >- + Fix `UNABLE_TO_GET_ISSUER_CERT_LOCALLY` error at startup when behind + certain proxies. signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/pull/1555 + see: 'https://github.com/resin-io/etcher/pull/1555' subject: 'chore: use electron-builder default package names' body: |- We're currently manually changing the names of the final packages @@ -7514,7 +7874,7 @@ footers: change-type: patch changelog-entry: Fix `EHOSTDOWN` error at startup. - fixes: https://github.com/resin-io/etcher/issues/1645 + fixes: 'https://github.com/resin-io/etcher/issues/1645' signed-off-by: Juan Cruz Viotti subject: 'refactor(gui): Only enable full debug output on demand' body: |- @@ -7524,10 +7884,10 @@ - hash: 1280efe66d376cc974f22747d8067573c71186c2 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/issues/1356 + see: 'https://github.com/resin-io/etcher/issues/1356' change-type: patch changelog-entry: Fix various drive scanning Windows errors. - fixes: https://github.com/resin-io/etcher/issues/1639 + fixes: 'https://github.com/resin-io/etcher/issues/1639' signed-off-by: Juan Cruz Viotti subject: 'refactor(GUI): make settings model setter asynchronous' body: |- @@ -7543,7 +7903,9 @@ refactoring it requires. - hash: 9ef6cdfa209ea2060aae5b07e1c606dde1fc2c03 author: Juan Cruz Viotti - subject: 'refactor(image-stream): parse xz and gzip metadata using a custom read function' + subject: >- + refactor(image-stream): parse xz and gzip metadata using a custom read + function body: |- This commit refactors the xz and gzip image handlers to pass/use a custom read function to be able to determine the uncompressed size, and @@ -7565,29 +7927,31 @@ - hash: a80f01aebc89c94b5e04c1136c925d46399a031a author: Shou subject: use pretty-bytes - body: + body: null - hash: cd2d0e8ff7bbc37bb5a8d42ad5c74ec557d68098 author: Shou subject: remove filters folder - body: + body: null - hash: ae9713807d5338565d498f6f0a01f181995eeb52 author: Shou - subject: new shrinkwrap, add to package.json - body: + subject: 'new shrinkwrap, add to package.json' + body: null - hash: 6dc5458b99be4c8c2bea72a861ff982d698f1d47 author: Shou subject: test - body: + body: null - hash: 9f6e5fa9c72dcc465ae0718b7d7072f9b47ca2e9 author: Dhruv Paranjape subject: Update README.md - body: + body: null - hash: de4960477864bd46e87e6805a8f1f5dda01bf768 author: Lucas Rangit MAGASWERAN footers: signed-off-by: Lucas Magasweran subject: 'docs(README): add debian repository in one line' - body: For convenience, create the apt source file and add the repository in one line. + body: >- + For convenience, create the apt source file and add the repository in + one line. - hash: 904ba9820401a86fd2a190ec92bf20211140f773 author: Bob Moragues footers: @@ -7600,7 +7964,7 @@ - hash: 42cc644279e6f96f0163a333172a667d2b130691 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1625 + see: 'https://github.com/resin-io/etcher/pull/1625' signed-off-by: Juan Cruz Viotti subject: 'refactor: address review comments from #1625' body: |- @@ -7625,12 +7989,12 @@ - hash: d050ceca79f04806e5f6211478ce384fe83efecc - hash: 7f62cea342ad4525ecf931508ea30f314e250479 - version: 1.1.1 - date: 2017-07-24T18:55:35Z + date: 2017-07-24T18:55:35.000Z commits: - hash: f2791f4e86b3b2a9419c5dc6e36c923b7682de7f author: Andrew Scheller subject: 'docs(PUBLISHING): fix Etcher forum link' - body: + body: null - hash: da62807657019cd6ea52d5dee6f6331dc9b28c68 author: Juan Cruz Viotti footers: @@ -7649,11 +8013,11 @@ - hash: aacdc74ebbb400b8463c801ee6715fbf2f65a654 author: Andrew Scheller subject: 'chore: `make distclean` now deletes `build` directory too' - body: + body: null - hash: 7ea148c2ffc015043a44426d62f48be1f2863ea2 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/mountutils/pull/44 + see: 'https://github.com/resin-io-modules/mountutils/pull/44' change-type: patch changelog-entry: Fix most "Unmount failed" errors on macOS. signed-off-by: Juan Cruz Viotti @@ -7683,85 +8047,87 @@ footers: change-type: patch subject: 'fix(writer): Use final size if it''s not an estimation' - body: This avoids running into the "flashstate percentage above 100%" error again. + body: >- + This avoids running into the "flashstate percentage above 100%" error + again. - version: 1.1.0 - date: 2017-07-21T12:10:47Z + date: 2017-07-21T12:10:47.000Z commits: - hash: c292081eae3c1a1fd34aa30b1966bf269a26420c author: Shou footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/1465 + see: 'https://github.com/resin-io/etcher/issues/1465' change-type: patch changelog-entry: Remove Angular usage from DrivesModel. - depends: https://github.com/resin-io/etcher/pull/1264 + depends: 'https://github.com/resin-io/etcher/pull/1264' subject: 'refactor(GUI): remove angular from DrivesModel' body: We remove usage of Angular from DrivesModel. - hash: 01c07e5e2704acafc0f8e0279052aef988fa8572 author: Shou subject: remove angular injection from tests - body: + body: null - hash: 54bc8dfd339010db16f3e6450f7221b62df5a245 author: Shou footers: - fixes: https://github.com/resin-io/etcher/issues/1578 + fixes: 'https://github.com/resin-io/etcher/issues/1578' change-type: patch changelog-entry: Correct the relative notification icon path. signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/1443 + see: 'https://github.com/resin-io/etcher/issues/1443' subject: move file - body: + body: null - hash: 8a25922c42ea417cc643db73d8ca40efaef0ade3 author: Shou footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: add empty array test - body: + body: null - hash: ff1c2b4b24ead7d33655083df676ef5973f225d9 author: Jonas Hermsmeier footers: - closes: https://github.com/resin-io/etcher/issues/1465 + closes: 'https://github.com/resin-io/etcher/issues/1465' signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/1383 + see: 'https://github.com/resin-io/etcher/issues/1383' changelog-entry: Stop settings from overflowing into the footer. subject: 'feat(image-stream): Read MBR & GPT in .getImageMetadata()' - body: + body: null - hash: f42c205e9ddb8206fe0a8cb50e686375a73e9774 author: Jonas Hermsmeier footers: - see: https://github.com/resin-io/etcher/pull/1595 + see: 'https://github.com/resin-io/etcher/pull/1595' signed-off-by: Juan Cruz Viotti subject: 'feat(gui): Display warning when image has no MBR' - body: + body: null - hash: 4c3a58a4b13f3b7bad1468fc96af2c0cab4a35f0 author: Jonas Hermsmeier footers: - see: https://github.com/resin-io/etcher/issues/1437 + see: 'https://github.com/resin-io/etcher/issues/1437' signed-off-by: Juan Cruz Viotti changelog-entry: Don't break up size number in drive selector. subject: 'fix: Mend merge conflict resolution' - body: + body: null - hash: ae69d889ab767ac61cba82fe357cfa16017b2d36 author: Jonas Hermsmeier footers: signed-off-by: Juan Cruz Viotti changelog-entry: Use React instead of Angular for the SVGIcon directive. subject: 'test(image-stream): Update .isSupportedImage() tests' - body: + body: null - hash: 54b2e391619759f7a87ec81556ad55983c3e3dd6 author: Jonas Hermsmeier footers: signed-off-by: Juan Cruz Viotti subject: 'fix(supported-formats): Fix missing change in recursion' - body: + body: null - hash: 43505741a2b11fe9ef34753058c45577d2096951 author: Jonas Hermsmeier footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: 'feat(image-stream): Normalize MBR & GPT partitions' - body: + body: null - hash: 0ecb8cf6f40c4d6467808803d018bbb54f042562 author: Jonas Hermsmeier footers: @@ -7775,94 +8141,99 @@ footers: signed-off-by: Juan Cruz Viotti subject: 'test(image-stream): Add partition info' - body: + body: null - hash: 242fc709b80eb4fa8c014357db65a620ad1cf558 author: Jonas Hermsmeier footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: 'test(image-stream): Update .dmg test images' - body: + body: null - hash: 461c237b1fc29934647364df0b38e42854ce97cb author: Jonas Hermsmeier footers: - see: https://github.com/resin-io/etcher/pull/1547#discussion_r126790010 + see: 'https://github.com/resin-io/etcher/pull/1547#discussion_r126790010' signed-off-by: Juan Cruz Viotti subject: 'test(image-stream): Update assertions to match rpi image' - body: + body: null - hash: c77b08efd63b9e2d3fb0abe38e0809fe26593cfa author: Jonas Hermsmeier footers: change-type: patch subject: 'feat(image-selection): Send missing part table event' - body: + body: null - hash: b9a0f258b08fe147ae8fe2d423f4c8b985875b17 author: Jonas Hermsmeier footers: signed-off-by: Juan Cruz Viotti change-type: patch - changelog-entry: Fix "You don't have access to this resource" error at startup when behind a firewall. - fixes: https://github.com/resin-io/etcher/issues/1458 + changelog-entry: >- + Fix "You don't have access to this resource" error at startup when + behind a firewall. + fixes: 'https://github.com/resin-io/etcher/issues/1458' subject: 'test: Update partition values to match test image' - body: + body: null - hash: 5b82016af26f3df6cf44674fffbed9e5361e206a author: Jonas Hermsmeier footers: - see: https://github.com/resin-io/etcher/issues/1443 + see: 'https://github.com/resin-io/etcher/issues/1443' change-type: patch signed-off-by: Juan Cruz Viotti - changelog-entry: Add image name, drive name, and icon to notifications. + changelog-entry: 'Add image name, drive name, and icon to notifications.' subject: 'refactor(image-stream): Address comments' - body: + body: null - hash: f7fa60804ddd63d8ac62671f1ad485955e0dbd63 author: Jonas Hermsmeier footers: - see: https://github.com/resin-io/etcher/pull/1409 + see: 'https://github.com/resin-io/etcher/pull/1409' change-type: patch signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/1429 + fixes: 'https://github.com/resin-io/etcher/issues/1429' subject: 'test(image-stream): Update partition data' - body: + body: null - hash: e9485d894fcfb4116e056e9fa63575201d9093ec author: Jonas Hermsmeier footers: change-type: patch signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/1444 + fixes: 'https://github.com/resin-io/etcher/issues/1444' subject: 'chore(image-stream): Fix lint errors' - body: + body: null - hash: 312e88cf3b515a3979d4fed08c772814dc474c8f author: Jonas Hermsmeier footers: change-type: patch - see: https://github.com/resin-io/etcher/pull/1401#discussion_r116547053 + see: 'https://github.com/resin-io/etcher/pull/1401#discussion_r116547053' signed-off-by: Juan Cruz Viotti subject: 'chore(shrinkwrap): Fix shrinkwrap' - body: + body: null - hash: d86be4d41c28a0610b9eee94984d7ebf70433211 author: Jonas Hermsmeier footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: 'refactor(image-stream): Address review comments' - body: + body: null - hash: f32a4c2734836f0fba3aa33bce0eb6413e0c7972 author: Jonas Hermsmeier footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: 'upgrade(package): Update mbr 1.1.1 -> 1.1.2' - body: + body: null - hash: ef6cf529c3e222d2968b9b5e6bc3fbb77670c5fc author: Jonas Hermsmeier footers: change-type: patch - changelog-entry: Cleanup drive detection temporary scripts created for other operating systems - fixes: https://github.com/resin-io/etcher/issues/1571 - see: https://github.com/resin-io/etcher/pull/1401#pullrequestreview-37459059 + changelog-entry: >- + Cleanup drive detection temporary scripts created for other operating + systems + fixes: 'https://github.com/resin-io/etcher/issues/1571' + see: >- + https://github.com/resin-io/etcher/pull/1401#pullrequestreview-37459059 signed-off-by: Juan Cruz Viotti subject: 'test(image-stream): Add GPT test image' - body: + body: null - hash: a7226ffdf321f319c3ba31eb576630e4699276ba author: Jonas Hermsmeier footers: @@ -7874,123 +8245,126 @@ footers: change-type: patch changelog-entry: Send anonymous analytics about package types. - fixes: https://github.com/resin-io/etcher/issues/1328 + fixes: 'https://github.com/resin-io/etcher/issues/1328' signed-off-by: Juan Cruz Viotti subject: 'refactor(image-stream): Address review comments' - body: + body: null - hash: d9b556f80b7253eb5483a961e62c8827bcd10ce2 author: Dhruv Paranjape footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: remove bintray file not my place neither do i have the keys. - body: + body: null - hash: 0b8ed1b6706fb57a15db4f33e97f09194904f5d7 author: Dhruv Paranjape footers: change-type: patch subject: Remove last visage of publishing rpm's to bintray. - body: + body: null - hash: e26d2f48bf6659e9f8d06ec604e9faf98c759ea2 author: Dhruv Paranjape footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: address review comments. - body: + body: null - hash: 825cb174e26259d84802996df8b3220c58e96646 author: Dhruv Paranjape footers: change-type: patch subject: Merge branch 'master' into master - body: + body: null - hash: 5140d1e892f399f5943c8834f48fa7c070ad8106 author: Dhruv Paranjape footers: change-type: patch - subject: remove electron installer redhat from optional dependancies and add it to dockerfiles. also remove variable ELECTRON-INSTALLER-REDHAT inline with electron installer debian script. - body: + subject: >- + remove electron installer redhat from optional dependancies and add it + to dockerfiles. also remove variable ELECTRON-INSTALLER-REDHAT inline + with electron installer debian script. + body: null - hash: d675b538dde50b1d6586b732172073ea273e91a6 author: Dhruv Paranjape - subject: Add dependancy on libXScrnSaver and remove unsupported fields from config.json. + subject: >- + Add dependancy on libXScrnSaver and remove unsupported fields from + config.json. body: |- add rpm package to dockerfiles. add dependancy check on rpmbuild to installer script. - hash: 1a50c52014965b27e368bdfa715f0485c254403f author: Dhruv Paranjape footers: - see: https://github.com/resin-io/etcher/pull/1550/files#r125015773 + see: 'https://github.com/resin-io/etcher/pull/1550/files#r125015773' signed-off-by: Juan Cruz Viotti subject: Merge remote-tracking branch 'upstream/master' - body: + body: null - hash: 1950f13d79ceb722d9407a2a41563c1329d80dff author: Dhruv Paranjape subject: change dependancy from lsb-core-noarch to just lsb. - body: + body: null - hash: 62d1fa98b4ede5253f62031eaa3f53ba6f11066c author: Dhruv Paranjape footers: change-type: patch subject: Merge remote-tracking branch 'upstream/master' - body: + body: null - hash: d966ce2c0b6d82b1777ad02877927ba348376df3 author: Dhruv Paranjape footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: address review comments. - body: + body: null - hash: 19637b8180e8df5762ef727c10fa3f74fe945fbf author: Dhruv Paranjape footers: change-type: patch - changelog-entry: Fix "file is not accessible" error when flashing an image that lives inside a directory whose name is UTF-16 encoded on Windows. - fixes: https://github.com/resin-io/etcher/issues/1459 + changelog-entry: >- + Fix "file is not accessible" error when flashing an image that lives + inside a directory whose name is UTF-16 encoded on Windows. + fixes: 'https://github.com/resin-io/etcher/issues/1459' signed-off-by: Juan Cruz Viotti subject: Add bintray target for rpm packages. - body: + body: null - hash: 54e5040468c5625b38dec81480004f3559d2b2c8 author: Dhruv Paranjape footers: changelog-entry: Add Webview API version parameter. - subject: Merge branch 'master' of github.com:resin-io/etcher - body: + subject: 'Merge branch ''master'' of github.com:resin-io/etcher' + body: null - hash: c63ab164e5cfb619863beb432bdf3f892d505e03 author: Dhruv Paranjape subject: Merge remote-tracking branch 'upstream/master' - body: + body: null - hash: efde188b76f0e0241196993f5886245714e0c970 author: Dhruv Paranjape subject: Merge remote-tracking branch 'upstream/master' - body: + body: null - hash: 841846b954e6484cea40f4af20c9d3a953740c1d author: Dhruv Paranjape subject: Merge remote-tracking branch 'upstream/master' - body: + body: null - hash: cfdf8c645255405928de9357f559ef6772c1011a author: Dhruv Paranjape footers: change-type: patch subject: Merge remote-tracking branch 'upstream/master' - body: |- - Conflicts: - scripts/build/docker/Dockerfile-i686 - scripts/build/docker/Dockerfile-x86_64 - scripts/build/docker/Dockerfile.template + body: "Conflicts:\n\tscripts/build/docker/Dockerfile-i686\n\tscripts/build/docker/Dockerfile-x86_64\n\tscripts/build/docker/Dockerfile.template" - hash: a4f7a40ff25ab6afbd0169f6965126f6fe862681 author: Dhruv Paranjape subject: Merge remote-tracking branch 'upstream/master' - body: + body: null - hash: fefbe143be2e8bfde3800583d879bd5a01d1de15 author: Dhruv Paranjape subject: Fix missing dependancy removed during conflict resolution. - body: + body: null - hash: 4d9114d59f3b8e49cdc59f50f33770a31e3766da author: Dhruv Paranjape footers: change-type: patch subject: Merge branch 'master' into master - body: + body: null - hash: 15d0201f86d97703ec1d63e5cdcfbd77e1fab4e8 author: Shou footers: @@ -8006,103 +8380,104 @@ footers: signed-off-by: Juan Cruz Viotti subject: conflate state functionality; shouldLoad -> shouldShow - body: + body: null - hash: 7156ef1ac6e94b164b9aa7dec95d1110ccda2c9e author: Shou footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: Events React -> Events that React - body: + body: null - hash: fa33aa2c029c8670e357a2f60df8e45b13fc4598 author: Shou footers: - see: https://github.com/resin-io/etcher/pull/1514 + see: 'https://github.com/resin-io/etcher/pull/1514' signed-off-by: Juan Cruz Viotti subject: 'GET param constant, makeURL return string, TODO: fix restarting' - body: + body: null - hash: d94b0765b89f0ff333aaa18d81b7442d17c241ac author: Shou footers: - see: https://github.com/electron-userland/electron-builder/releases/tag/v19.9.1 + see: >- + https://github.com/electron-userland/electron-builder/releases/tag/v19.9.1 change-type: patch signed-off-by: Juan Cruz Viotti - subject: delay reload, disable caching for webview - body: + subject: 'delay reload, disable caching for webview' + body: null - hash: b67afbeffdc834365add2a82d68978eef8814998 author: Shou footers: - see: https://github.com/zeit/pkg - fixes: https://github.com/resin-io/etcher/issues/1450 + see: 'https://github.com/zeit/pkg' + fixes: 'https://github.com/resin-io/etcher/issues/1450' change-type: patch signed-off-by: Juan Cruz Viotti subject: fix webview src resetting - body: + body: null - hash: dfab9527ce18e2c69d99b866244c87e5655c0497 author: Shou footers: changelog-entry: Deangular the os-dialog and error modules. subject: fix linter not equals complaint - body: + body: null - hash: da9656a6a911bf872f08c7e302bad2a5ba4d6eaa author: Shou subject: StateController refactor to agnostify SafeWebview body: and moving the session creation to SafeWebview - hash: 3676629d123e4cfdb24d22ffe49344262447752f author: Shou - subject: remove component folder, refactor events and url, session constant - body: + subject: 'remove component folder, refactor events and url, session constant' + body: null - hash: bd73053566829241d30787df69e3a902becbb309 author: Shou subject: only accept specific json objects from webview console - body: + body: null - hash: f95a7f1ccf11490e1f5784af423a221893d23a43 author: Shou subject: use robot - body: + body: null - hash: ce8ec071f4951d26bbfb55985e9b5e7593943073 author: Shou footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: extensive usage of robot - body: + body: null - hash: 58292c33f47331f179bea1c66461a29feade94e0 author: Jonas Hermsmeier footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: 'doc(CLI-INSTALLATION): Make headings h3' - body: + body: null - hash: 0246bf770204c0d4cf3bd3b0e0a2fd5545a4935a author: Andrew Scheller footers: - see: https://github.com/electron-userland/electron-builder/issues/1723 + see: 'https://github.com/electron-userland/electron-builder/issues/1723' change-type: patch signed-off-by: Juan Cruz Viotti subject: 'docs(CLI): move the CLI installation instructions to a separate page' - body: + body: null - hash: aebaee0ce5f28017a415e8d3d97a4535431ed6b9 author: Juan Cruz Viotti footers: change-type: patch signed-off-by: Juan Cruz Viotti subject: 'docs(CLI): add installation instructions' - body: + body: null - hash: 35296caae4b1cf428036179d3479db296c7671ae author: Juan Cruz Viotti footers: changelog-entry: Swap speed and time below the progress bar. - closes: https://github.com/resin-io/etcher/issues/1312 - see: https://github.com/resin-io/etcher/pull/1372 + closes: 'https://github.com/resin-io/etcher/issues/1312' + see: 'https://github.com/resin-io/etcher/pull/1372' signed-off-by: Juan Cruz Viotti subject: 'chore: check that there are no unstaged shrinkwrap changes' - body: + body: null - hash: 1413425b11a8077ce4699199d8206283a616466c author: Juan Cruz Viotti footers: change-type: patch - see: https://github.com/resin-io/etcher/pull/1354 + see: 'https://github.com/resin-io/etcher/pull/1354' signed-off-by: Juan Cruz Viotti subject: 'chore: create installers (but don''t publish) on every pull request' body: |- @@ -8116,7 +8491,7 @@ author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/electron/electron/pull/8590 + see: 'https://github.com/electron/electron/pull/8590' change-type: patch changelog-entry: Turn the update notifier modal into a native dialog. subject: 'refactor(GUI): turn the update notifier modal into a native dialog' @@ -8131,7 +8506,7 @@ change-type: patch signed-off-by: Juan Cruz Viotti subject: 'chore: make use of electron-builder to build GNU/Linux packages' - body: + body: null - hash: 080f32b6728384a8b312cbf541f7ce8fd0386296 author: Juan Cruz Viotti footers: @@ -8150,10 +8525,10 @@ - hash: d1fe3f309c72dd6cc479b271a5be1bf012255752 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1132#discussion_r121654527 + see: 'https://github.com/resin-io/etcher/pull/1132#discussion_r121654527' signed-off-by: Juan Cruz Viotti subject: 'chore: fix version/platform order inconsistencies in package names' - body: + body: null - hash: e9b9ef25e9ac8b2ffed84860873ee4845b32bfba author: Andrew Scheller subject: 'chore: move `mkdir` call from node-package-cli.sh to Makefile' @@ -8161,7 +8536,7 @@ - hash: c8e1db165c0a7e05c48aa944e4a1ff6f597703df author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1382 + see: 'https://github.com/resin-io/etcher/pull/1382' change-type: patch signed-off-by: Juan Cruz Viotti subject: 'refactor(GUI): replace SET_SETTING with an atomic SET_SETTINGS action' @@ -8184,7 +8559,8 @@ - hash: 56c7c2fc86e77d106b1289781fbf004025b18e38 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1505#pullrequestreview-43444274 + see: >- + https://github.com/resin-io/etcher/pull/1505#pullrequestreview-43444274 signed-off-by: Juan Cruz Viotti subject: 'chore: don''t use ./ when generating sass files' body: The `./` prefix is unnecessary. @@ -8199,7 +8575,7 @@ - hash: f3afdaedba40cfa0c391179bd6b4488cc9c561b3 author: Shou subject: tests fixed - body: + body: null - hash: 81dac8f7810f55543225b3f8547fc5acf57b708a author: Juan Cruz Viotti footers: @@ -8212,7 +8588,7 @@ author: Juan Cruz Viotti footers: change-type: patch - fixes: https://github.com/resin-io/etcher/issues/877 + fixes: 'https://github.com/resin-io/etcher/issues/877' signed-off-by: Juan Cruz Viotti subject: 'chore: use the new `electron-builder` version to create NSIS installer' body: |- @@ -8241,8 +8617,8 @@ it to selectionState. - hash: 51635fad204a7908c95af075e4707b7d42346f9f author: Shou - subject: module.exports -> exports, this -> exports - body: + subject: 'module.exports -> exports, this -> exports' + body: null - hash: 8f228c2ec655f8affa3729974bbe0f9d459ee7c1 author: Juan Cruz Viotti footers: @@ -8280,7 +8656,7 @@ - hash: 924c6779370f3fcc899f38f8ae1ffff85a3e9a9c author: Juan Cruz Viotti footers: - see: https://github.com/electron-userland/electron-builder/issues/517 + see: 'https://github.com/electron-userland/electron-builder/issues/517' signed-off-by: Juan Cruz Viotti subject: 'chore: remove ampersand from package description' body: |- @@ -8320,8 +8696,10 @@ author: Juan Cruz Viotti footers: change-type: patch - changelog-entry: Fix occasional increased CPU usage because of perl regular expression in macOS. - fixes: https://github.com/resin-io/etcher/issues/1288 + changelog-entry: >- + Fix occasional increased CPU usage because of perl regular expression + in macOS. + fixes: 'https://github.com/resin-io/etcher/issues/1288' signed-off-by: Juan Cruz Viotti subject: 'upgrade: `drivelist` to v5.0.22' body: '- https://github.com/resin-io-modules/drivelist/pull/168' @@ -8330,14 +8708,14 @@ footers: change-type: minor changelog-entry: Addition of .sdcard file support. - link: https://github.com/resin-io/etcher/issues/1360 - fixes: https://github.com/resin-io/etcher/issues/1361 + link: 'https://github.com/resin-io/etcher/issues/1360' + fixes: 'https://github.com/resin-io/etcher/issues/1361' subject: 'fix: addition of .sdcard file support' - body: + body: null - hash: 56fe413dbe89df53cb22b478ac451474fb712578 author: Romain Bazile subject: 'minifix: tests for .sdcard file format' - body: + body: null - hash: 0a9f5d9a54d5f8b3341420b9ac23817f280cd729 author: Jonas Hermsmeier footers: @@ -8464,27 +8842,29 @@ - hash: 778d4967b8d34b2abc544ccb93a3f3542cdda2a5 - hash: 92df9e7d145c3105cbfd153e05a2e02f207db5ba - version: 1.0.0 - date: 2017-05-12T04:40:08Z + date: 2017-05-12T04:40:08.000Z commits: - hash: 9a48dc9514e1b07e0ec41643bd5827b324194948 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/etcher-latest-version - fixes: https://github.com/resin-io/etcher/issues/673 + see: 'https://github.com/resin-io-modules/etcher-latest-version' + fixes: 'https://github.com/resin-io/etcher/issues/673' change-type: minor - changelog-entry: Allow archive images to configure a certain amount of bytes to be zeroed out from the beginning of the drive when using bmaps. + changelog-entry: >- + Allow archive images to configure a certain amount of bytes to be + zeroed out from the beginning of the drive when using bmaps. signed-off-by: Juan Cruz Viotti subject: Rebuild pending SASS changes - body: + body: null - hash: 84e2454c731f69d9b7ab9d92b8411c9d5a5bf83f author: Juan Cruz Viotti footers: change-type: patch changelog-entry: Fix "Can't set the flashing state when not flashing" error. - fixes: https://github.com/resin-io/etcher/issues/251 + fixes: 'https://github.com/resin-io/etcher/issues/251' signed-off-by: Juan Cruz Viotti subject: Invert progress bar stripes - body: Make the progress bar background striped, and the actual bar solid. + body: 'Make the progress bar background striped, and the actual bar solid.' - hash: 9a7ac60cd0c08eaa3408123265333592c7cc378b author: Juan Cruz Viotti subject: Show drive name in drive selector modal @@ -8494,52 +8874,83 @@ footers: change-type: patch signed-off-by: Juan Cruz Viotti - see: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit - fixes: https://github.com/resin-io/etcher/issues/258 + see: >- + https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit + fixes: 'https://github.com/resin-io/etcher/issues/258' changelog-entry: Fix `0x80131700` error when scanning drives on Windows. - hash: c068d9b87e1ea9f358045ae5957fce480c335cb5 author: Juan Cruz Viotti footers: change-type: patch changelog-entry: Fix uncaught exception when showing the update notifier modal. - see: https://github.com/resin-io/etcher/issues/986 + see: 'https://github.com/resin-io/etcher/issues/986' signed-off-by: Juan Cruz Viotti subject: Codesign OS X app inside the DMG package - body: |- + body: >- This PR fixes a frequent issue users were having where opening + `Etcher.app` would result in: + "Etcher.app" is damaged and can't be opened. You should move it to + the trash. + Checking the code-signature of the application returned the following + error message: + $ spctl -a -v Etcher.app + Etcher.app: invalid signature (code or signature have been modified) + The solution is based on the following paragraphs from Apple's "OS X + Code Signing in Depth" technical note: + https://developer.apple.com/library/mac/technotes/tn2206/_index.html - > Code signing uses extended attributes to store signatures in non-Mach-O + + > Code signing uses extended attributes to store signatures in + non-Mach-O + > executables such as script files. If the extended attributes are lost + > then the program's identity will be broken. Thus, when you ship your + > script, you must use a mechanism that preserves extended attributes. + > + > One way to guarantee preservation of extended attributes is by packing - > up your signed code in a read-write disk image (DMG) file before signing + + > up your signed code in a read-write disk image (DMG) file before + signing + > and then, after signing, converting to read-only. You probably don't + > need to use a disk image until the final package stage so another less + > heavy-handed method would be to use ZIP or XIP files. + In summary, what we now do is: + - Create a temporal read-write DMG image. + - Perform the code-signing *inside* the DMG image. + - Convert the temporal DMG image into a compressed read-only image. + Sadly, this custom workflow doesn't fit in `electron-packager` nor + `electron-builder`, so we had to re-implement the features those + packages provide us in a nice encapsulated way ourselves. - hash: b3431b77fb3b99b8caa9c097005ac7e084de476e author: Juan Cruz Viotti footers: - see: https://medium.com/@markelog/jscs-end-of-the-line-bc9bf0b3fdb2#.zbuwvxa5y + see: >- + https://medium.com/@markelog/jscs-end-of-the-line-bc9bf0b3fdb2#.zbuwvxa5y signed-off-by: Juan Cruz Viotti - closes: https://github.com/resin-io/etcher/issues/744 + closes: 'https://github.com/resin-io/etcher/issues/744' change-type: minor changelog-entry: Confirm before user quits while writing. subject: Fix shell.openExternal() freezing GNU/Linux @@ -8559,10 +8970,10 @@ footers: signed-off-by: Juan Cruz Viotti change-type: patch - see: https://github.com/resin-io/etcher/pull/997 - closes: https://github.com/resin-io/etcher/issues/839 + see: 'https://github.com/resin-io/etcher/pull/997' + closes: 'https://github.com/resin-io/etcher/issues/839' changelog-entry: Display `*.zip` in the supported images tooltip. - fixes: https://github.com/resin-io/etcher/issues/344 + fixes: 'https://github.com/resin-io/etcher/issues/344' subject: Log Etcher version in Mixpanel and TrackJS body: |- Its hard to attempt to debug or reproduce an issue if we don't know the @@ -8570,55 +8981,89 @@ - hash: 8dacc77e8a831714d29006ce900b49462c030568 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1365 + see: 'https://github.com/resin-io/etcher/pull/1365' signed-off-by: Juan Cruz Viotti change-type: minor changelog-entry: Don't include user paths in Mixpanel usage reports - link: https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md + link: >- + https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md subject: Fix uncaught exception if no file was selected from a dialog - body: |- + body: >- The following error is thrown if the open file dialog is cancelled + without any selection: + Unhandled rejection TypeError: Cannot read property '0' of undefined - at Number.indexedGetter (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/call_get.js:106:15) - at Number.tryCatcher (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/util.js:16:23) - at Promise._settlePromiseFromHandler (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/promise.js:503:31) - at Promise._settlePromise (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/promise.js:560:18) - at Promise._settlePromise0 (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/promise.js:605:10) - at Promise._settlePromises (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/promise.js:684:18) - at Async._drainQueue (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/async.js:126:16) - at Async._drainQueues (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/async.js:136:10) - at Immediate.Async.drainQueues [as _onImmediate] (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/async.js:16:14) + + at Number.indexedGetter + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/call_get.js:106:15) + + at Number.tryCatcher + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/util.js:16:23) + + at Promise._settlePromiseFromHandler + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/promise.js:503:31) + + at Promise._settlePromise + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/promise.js:560:18) + + at Promise._settlePromise0 + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/promise.js:605:10) + + at Promise._settlePromises + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/promise.js:684:18) + + at Async._drainQueue + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/async.js:126:16) + + at Async._drainQueues + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/async.js:136:10) + + at Immediate.Async.drainQueues [as _onImmediate] + (/home/parallels/Projects/etcher/node_modules/bluebird/js/release/async.js:16:14) + at processImmediate [as _immediateCallback] (timers.js:383:17) - hash: 6bd086f1c5c6654a47125cf2d46788655cae2553 author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io-modules/etcher-image-write/pull/45 + see: 'https://github.com/resin-io-modules/etcher-image-write/pull/45' change-type: patch - changelog-entry: Show device id if device doesn't have an assigned drive letter in Windows. - fixes: https://github.com/resin-io/etcher/issues/396 + changelog-entry: >- + Show device id if device doesn't have an assigned drive letter in + Windows. + fixes: 'https://github.com/resin-io/etcher/issues/396' subject: Enable useContentSize BrowserWindow option - body: |- + body: >- From the documentation: - > `useContentSize` Boolean - The `width` and `height` would be used as web + + > `useContentSize` Boolean - The `width` and `height` would be used as + web + > page’s size, which means the actual window’s size will include window + > frame’s size and be slightly larger. Default is `false`. + The original issue is that when you specify a width/height, the actual + size that you get is slighly smaller, since the OS title bar is included + in the size you provide. + By using the `useContentSize` option, we ensure the `WebView` gets the + intended size, no matter the title bar. + This PR invalidates: https://github.com/resin-io/etcher/pull/244 - hash: 1f79012b9598071e65eb4a7953d2a97da44beaf3 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/etcher-image-write/pull/70 + see: 'https://github.com/resin-io-modules/etcher-image-write/pull/70' signed-off-by: Juan Cruz Viotti fixes: '#859' change-type: patch changelog-entry: 'Fix sporadic "EIO: i/o error, read" errors during validation.' - subject: Undo `:focus` styles from Bootstrap. + subject: 'Undo `:focus` styles from Bootstrap.' body: |- On Electron, the user can click and press over a button, then move the mouse away from the button and release, @@ -8630,8 +9075,8 @@ - hash: 7a89eb37145c9ea395be71ab8873d42313b59318 author: Juan Cruz Viotti footers: - see: https://github.com/blog/2111-issue-and-pull-request-templates - fixes: https://github.com/resin-io/etcher/issues/1109 + see: 'https://github.com/blog/2111-issue-and-pull-request-templates' + fixes: 'https://github.com/resin-io/etcher/issues/1109' change-type: patch changelog-entry: Fix `ENOSPC` image alignment errors. signed-off-by: Juan Cruz Viotti @@ -8640,11 +9085,11 @@ - hash: 76645a7ec5fc53de7bceab11c73104f2a7f4a846 author: Juan Cruz Viotti footers: - see: https://github.com/mishoo/UglifyJS2/tree/harmony + see: 'https://github.com/mishoo/UglifyJS2/tree/harmony' signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Fix writing process remaining alive after the GUI is closed. - fixes: https://github.com/resin-io/etcher/issues/850 + fixes: 'https://github.com/resin-io/etcher/issues/850' subject: Implement alert-ribbon CSS component body: |- This component will be used to inform an error situation to the user @@ -8652,51 +9097,53 @@ - hash: 628587d23c8b2c0664fcec51711e5ffae7e33f81 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1379 + see: 'https://github.com/resin-io/etcher/pull/1379' signed-off-by: Juan Cruz Viotti change-type: patch - changelog-entry: Fix "Invalid message" error caused by the IPC client emitting multiple JSON objects as a single message. - fixes: https://github.com/resin-io/etcher/issues/472 + changelog-entry: >- + Fix "Invalid message" error caused by the IPC client emitting multiple + JSON objects as a single message. + fixes: 'https://github.com/resin-io/etcher/issues/472' subject: Add "Enable write validation on success" setting - body: + body: null - hash: 00d163125525bfe0d8d99bc7be669942424a7be5 author: Juan Cruz Viotti subject: Implement write validation support - body: + body: null footers: change-type: patch changelog-entry: Fix unmount issues in GNU/Linux and OS Xwhen paths contain spaces. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/45 + fixes: 'https://github.com/resin-io/etcher/issues/45' - hash: 617cbb1d6db117a8bf3d17451a8f2c4aa31b2bac author: Juan Cruz Viotti subject: Move application images to assets/ - body: + body: null footers: change-type: patch changelog-entry: Add referers to the etcher.io links signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/632 - closes: https://github.com/resin-io/etcher/issues/987 + see: 'https://github.com/resin-io/etcher/issues/632' + closes: 'https://github.com/resin-io/etcher/issues/987' - hash: da04c9a34b234282e447cd04a6e55a2916dab443 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1366 + see: 'https://github.com/resin-io/etcher/pull/1366' signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Don't interpret certain ISO images as unsupported. subject: Split DriveSelector components into separate files - body: + body: null - hash: a201566d458077f5cd9b62d2f22d7719bd540caa author: Juan Cruz Viotti footers: changelog-entry: Rename and de-angularise AnalyticsService to analytics - see: https://github.com/stedolan/jq/issues/1155 + see: 'https://github.com/stedolan/jq/issues/1155' signed-off-by: Juan Cruz Viotti change-type: patch - fixes: https://github.com/resin-io/etcher/issues/729 + fixes: 'https://github.com/resin-io/etcher/issues/729' subject: Mark DriveScannerService.setDrives() as private - body: + body: null - hash: 71dd113c2078715cd8ea31a337df063f8ad89644 author: Juan Cruz Viotti subject: Implement `showIfState` and `hideIfState` directives @@ -8707,12 +9154,12 @@ needed, and therefore is removed. footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/pull/1111#discussion_r103483879 + see: 'https://github.com/resin-io/etcher/pull/1111#discussion_r103483879' change-type: patch - hash: 2c7421d91772e39dca528760a7a73d25353615af author: Juan Cruz Viotti footers: - see: https://github.com/caskroom/homebrew-cask/pull/26319 + see: 'https://github.com/caskroom/homebrew-cask/pull/26319' signed-off-by: Juan Cruz Viotti change-type: patch subject: Implement an `openExternal` attribute directive. @@ -8723,58 +9170,60 @@ author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/pull/1264/files#r110662965 + see: 'https://github.com/resin-io/etcher/pull/1264/files#r110662965' change-type: patch subject: Decouple DriveScannerService from Dialog - body: + body: null - hash: 60b6d6a71a5aedec75d7c7fd55d36cf4aea5f150 author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/pull/1262#discussion_r110541438 + see: 'https://github.com/resin-io/etcher/pull/1262#discussion_r110541438' change-type: patch - fixes: https://github.com/resin-io/etcher/issues/685 + fixes: 'https://github.com/resin-io/etcher/issues/685' changelog-entry: Fix "Not Enough Space" error when flashing unaligned images. subject: Convert SelectionStateService into a model - body: + body: null - hash: 7a4e36968e3a0a0ac4cc27fc2936005094b1cf91 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1183 + see: 'https://github.com/resin-io/etcher/pull/1183' signed-off-by: Juan Cruz Viotti change-type: patch - changelog-entry: 'Fix `blkid: command not found` error in certain GNU/Linux distributions.' - fixes: https://github.com/resin-io/etcher/issues/640 + changelog-entry: >- + Fix `blkid: command not found` error in certain GNU/Linux + distributions. + fixes: 'https://github.com/resin-io/etcher/issues/640' subject: Extract browser window progress into WindowProgressService - body: + body: null - hash: 5db6c02435d7fdee1ffe5dd91a0acac411b8622c author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/888 + see: 'https://github.com/resin-io/etcher/issues/888' changelog-entry: Fix incorrect estimated entry sizes in certain ZIP archives. change-type: patch - fixes: https://github.com/resin-io/etcher/issues/644 + fixes: 'https://github.com/resin-io/etcher/issues/644' subject: Transform SettingsService into the SettingsModel module - body: + body: null - hash: 6ef34608f341614e4101cc7e4dbd2b8ee5bb10b9 author: Juan Cruz Viotti footers: change-type: patch changelog-entry: Prevent `ENOSPC` if the drive capacity is equal to the image size. signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/797 - fixes: https://github.com/resin-io/etcher/issues/378 + see: 'https://github.com/resin-io/etcher/issues/797' + fixes: 'https://github.com/resin-io/etcher/issues/378' subject: Add vertical spacing to unmount on success message on finish screen - body: + body: null - hash: cbbf4aed41f38b5de37716ee07c5e5fc5e16695c author: Juan Cruz Viotti footers: changelog-entry: Add a dynamic finish page. change-type: patch signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/797 - fixes: https://github.com/resin-io/etcher/issues/630 + see: 'https://github.com/resin-io/etcher/issues/797' + fixes: 'https://github.com/resin-io/etcher/issues/630' subject: Use SettingsService in FinishController body: |- EXposing the settings from the `FinishController` is a better approach @@ -8782,26 +9231,28 @@ - hash: b81343b4cd8db6f3f0ee97b43771dcca2daa515d author: Juan Cruz Viotti subject: Move all settings related components to a settings page subdirectory - body: + body: null footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/729 + see: 'https://github.com/resin-io/etcher/issues/729' - hash: 43bafbe43b13d1ebd0ca51b4463b695837362a1e author: Juan Cruz Viotti subject: Group finish page components in a common directory - body: + body: null footers: - see: https://github.com/resin-io/etcher/issues/632 + see: 'https://github.com/resin-io/etcher/issues/632' signed-off-by: Juan Cruz Viotti change-type: patch - changelog-entry: Prevent failed validation due to drive getting auto-mounted in GNU/Linux. - fixes: https://github.com/resin-io/etcher/issues/574 + changelog-entry: >- + Prevent failed validation due to drive getting auto-mounted in + GNU/Linux. + fixes: 'https://github.com/resin-io/etcher/issues/574' - hash: dabdceae245e799b700642b764612cc4ea4278d8 author: Juan Cruz Viotti subject: Group all parts of the progress-button component in a single directory - body: + body: null footers: - see: https://github.com/resin-io-modules/drivelist/pull/146 + see: 'https://github.com/resin-io-modules/drivelist/pull/146' change-type: patch changelog-entry: Upgrade `drivelist` to v3.3.0. signed-off-by: Juan Cruz Viotti @@ -8816,21 +9267,21 @@ changelog-entry: Improve speed when retrieving archive image metadata. signed-off-by: Juan Cruz Viotti change-type: patch - fixes: https://github.com/resin-io/etcher/issues/202 + fixes: 'https://github.com/resin-io/etcher/issues/202' - hash: 8b4076b418878b8ad64241dde6e33e2902533e77 author: Juan Cruz Viotti subject: Make a CSS class for fixed-width step buttons - body: + body: null footers: - see: https://github.com/resin-io/etcher/pull/1228 + see: 'https://github.com/resin-io/etcher/pull/1228' signed-off-by: Juan Cruz Viotti change-type: patch - fixes: https://github.com/resin-io/etcher/issues/634 + fixes: 'https://github.com/resin-io/etcher/issues/634' changelog-entry: Improve image full file name modal tooltip. - hash: 85d1c16dccafb66fed94e4cf7eba7df4606f9abd author: Juan Cruz Viotti subject: Style btn-sm - body: + body: null footers: change-type: patch changelog-entry: Fix "`modal.dismiss` is not a function" exception. @@ -8838,11 +9289,11 @@ - hash: 12f92c80247a9861a18ba82ba1cb3514636a247c author: Juan Cruz Viotti subject: Fix step vertical bars slight misalignment - body: + body: null footers: - see: https://github.com/resin-io/etcher/pull/1120 + see: 'https://github.com/resin-io/etcher/pull/1120' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/171 + fixes: 'https://github.com/resin-io/etcher/issues/171' change-type: minor changelog-entry: Add `.bmap` support. - hash: 714769511d1417b427f3468f90ada7ec8916fd27 @@ -8854,125 +9305,135 @@ footers: changelog-type: Bound flash progress percentage within 0-100 range. signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/171 + see: 'https://github.com/resin-io/etcher/issues/171' change-type: minor changelog-entry: Upgrade `etcher-image-stream` to v3.1.0. - link: https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md + link: >- + https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md - hash: f6916b02fb21c711a8333dc009ebcacb87299627 author: Juan Cruz Viotti subject: Fix "Use same image" not preserving the image selection - body: + body: null footers: change-type: minor changelog-type: Update flashing step's icon to a lightning strike. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/348 + fixes: 'https://github.com/resin-io/etcher/issues/348' - hash: 880afa1dad75139f59290827bc2ec3a3f8fe2889 author: Juan Cruz Viotti subject: Refactor badge as a scss component - body: + body: null footers: changelog-entry: Update the old image step icon with 'plus' icon. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/509 - see: https://github.com/resin-io/etcher/issues/325 + fixes: 'https://github.com/resin-io/etcher/issues/509' + see: 'https://github.com/resin-io/etcher/issues/325' - hash: cd9f0e97600b293255354687f0358f86b3fd92a8 author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Omit empty SD Card readers in the drive selector on Windows. - see: https://github.com/resin-io/etcher/pull/795 + see: 'https://github.com/resin-io/etcher/pull/795' subject: Refactor caption as a scss component - body: + body: null - hash: f2c627df69b23882fe9f61c759899ee2f540a4f1 author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/787 + see: 'https://github.com/resin-io/etcher/issues/787' subject: Refactor hero-button as a scss component - body: + body: null - hash: 731488e0fa64bb64e98b9911dadabccedc8d476a author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/pull/1110 + see: 'https://github.com/resin-io/etcher/pull/1110' subject: Refactor tick as a scss component - body: + body: null - hash: e7d668336c982feaf8500071050d02a64cc22a0a author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti change-type: patch - see: https://github.com/resin-io/etcher/pull/783#issuecomment-256959050 + see: 'https://github.com/resin-io/etcher/pull/783#issuecomment-256959050' subject: Move title normalisation to desktop.css - body: + body: null - hash: c0c70c60104ffce55c208d6c7ad03494854a5fd0 author: Juan Cruz Viotti footers: change-type: patch signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io-modules/etcher-image-stream/pull/10 - changelog-entry: Prevent selected drive from getting auto-removed when navigating back to the main screen from another screen. - closes: https://github.com/resin-io/etcher/issues/491 + see: 'https://github.com/resin-io-modules/etcher-image-stream/pull/10' + changelog-entry: >- + Prevent selected drive from getting auto-removed when navigating back + to the main screen from another screen. + closes: 'https://github.com/resin-io/etcher/issues/491' subject: Convert hero-progress-button into an Angular directive - body: + body: null - hash: bb7aa570a5dd3c8f401d0846ed810b972e55ce60 author: Juan Cruz Viotti footers: change-type: minor changelog-entry: Show "Unmounting..." while unmounting a drive. signed-off-by: Juan Cruz Viotti - see: https://github.com/npm/npm/issues/2679 + see: 'https://github.com/npm/npm/issues/2679' subject: Make caption's uppercase by default - body: + body: null - hash: 817d97e12e4fb27541923562bf02749f2c9b2561 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1319 + see: 'https://github.com/resin-io/etcher/pull/1319' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/801 + fixes: 'https://github.com/resin-io/etcher/issues/801' change-type: patch - changelog-entry: Fix new available drives not being recognised automatically in Windows. + changelog-entry: >- + Fix new available drives not being recognised automatically in + Windows. subject: Normalise step footers captions - body: + body: null - hash: 504db0dea9d9099e140736776c55ed3256f08464 author: Juan Cruz Viotti footers: change-type: patch changelog-entry: Fix application stuck at "Finishing". signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/573 + see: 'https://github.com/resin-io/etcher/issues/573' subject: Move Boostrap style customisations to a boostrap.scss file - body: + body: null - hash: 447217db9f62ef91b7446e506c32d589254fad6b author: Juan Cruz Viotti footers: change-type: patch - changelog-entry: Display an error if no graphical polkit authentication agent was found. + changelog-entry: >- + Display an error if no graphical polkit authentication agent was + found. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/1019 - see: https://github.com/jorangreef/sudo-prompt/pull/29 + fixes: 'https://github.com/resin-io/etcher/issues/1019' + see: 'https://github.com/jorangreef/sudo-prompt/pull/29' subject: Remove unnecessary empty line in success partial - body: + body: null - hash: 156d5d15d8015db80f8447eccb69261c4fefce66 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/drivelist/pull/86 + see: 'https://github.com/resin-io-modules/drivelist/pull/86' signed-off-by: Juan Cruz Viotti change-type: patch - changelog-entry: Fix internal removable drives considered system drives in macOS Sierra. - fixes: https://github.com/resin-io/etcher/issues/173 + changelog-entry: >- + Fix internal removable drives considered system drives in macOS + Sierra. + fixes: 'https://github.com/resin-io/etcher/issues/173' subject: Setup code-signing in Windows - body: + body: null - hash: 66d8983fc4320f241dd75269bf899a337ebdd5a7 author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/127 + see: 'https://github.com/resin-io/etcher/issues/127' change-type: patch changelog-entry: Upgrade `etcher-image-write` to v6.0.1. - link: https://github.com/resin-io-modules/etcher-image-write/blob/master/CHANGELOG.md + link: >- + https://github.com/resin-io-modules/etcher-image-write/blob/master/CHANGELOG.md subject: Add missing package metadata body: |- - Legal copyright. @@ -8988,18 +9449,18 @@ Deploy will be done locally for now given security concerns with CI servers and certificates. footers: - see: https://docs.npmjs.com/cli/shrinkwrap + see: 'https://docs.npmjs.com/cli/shrinkwrap' signed-off-by: Juan Cruz Viotti changelog-entry: Upgrade `removedrive` to v1.0.0. - fixes: https://github.com/resin-io/etcher/issues/289 + fixes: 'https://github.com/resin-io/etcher/issues/289' change-type: patch - link: https://github.com/jviotti/removedrive/blob/master/CHANGELOG.md + link: 'https://github.com/jviotti/removedrive/blob/master/CHANGELOG.md' - hash: 5f9a26018c022b790c42885127f67d8d30abcaba author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/609 - fixes: https://github.com/resin-io/etcher/issues/215 + see: 'https://github.com/resin-io/etcher/issues/609' + fixes: 'https://github.com/resin-io/etcher/issues/215' change-type: patch changelog-entry: Fix duplicate drives in Windows. subject: Return to avoid any further code execution after an elevation error @@ -9013,8 +9474,8 @@ author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/pull/764 - fixes: https://github.com/resin-io/etcher/issues/492 + see: 'https://github.com/resin-io/etcher/pull/764' + fixes: 'https://github.com/resin-io/etcher/issues/492' subject: Upgrade drivelist to v2.0.9 body: |- This new version contains various fixes to better detect removable @@ -9022,13 +9483,13 @@ - hash: 0a8617efd2470cd34b36081e276cde3799783418 author: Juan Cruz Viotti footers: - see: https://github.com/angular/angular.js/pull/13662 + see: 'https://github.com/angular/angular.js/pull/13662' signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Fix duplicate error messages - fixes: https://github.com/resin-io/etcher/issues/1082 + fixes: 'https://github.com/resin-io/etcher/issues/1082' subject: Implement validation support in Etcher CLI - body: + body: null - hash: 3cc6a052b1227d0cd1e88cfd618bad08b48ec004 author: Juan Cruz Viotti subject: Implement Etcher CLI "robot" option @@ -9051,7 +9512,9 @@ author: Juan Cruz Viotti footers: change-type: patch - changelog-entry: Fix "Unmount failed" on Windows where the PC is connected to network drives. + changelog-entry: >- + Fix "Unmount failed" on Windows where the PC is connected to network + drives. signed-off-by: Juan Cruz Viotti subject: Fix lint warnings body: '- `os` in unused in `byte-size.spec.js`' @@ -9069,9 +9532,9 @@ author: Juan Cruz Viotti footers: change-type: patch - see: https://github.com/mapbox/node-pre-gyp/issues/281 + see: 'https://github.com/mapbox/node-pre-gyp/issues/281' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/773 + fixes: 'https://github.com/resin-io/etcher/issues/773' changelog-entry: Only enable error reporting if running inside an `asar`. subject: Deprecate tar.gz GNU/Linux "installers" body: We're distributing AppImages now for convenience. @@ -9080,7 +9543,7 @@ footers: signed-off-by: Juan Cruz Viotti change-type: minor - see: https://github.com/resin-io/etcher/pull/913#discussion_r90801230 + see: 'https://github.com/resin-io/etcher/pull/913#discussion_r90801230' changelog-entry: Perform drive auto-selection even when there is no selected image. subject: Upgrade drivelist to v3.0.0 body: |- @@ -9091,9 +9554,9 @@ author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - closes: https://github.com/resin-io/etcher/issues/1170 + closes: 'https://github.com/resin-io/etcher/issues/1170' changelog-entry: Fix "backdrop click" uncaught errors on modals. - see: https://github.com/resin-io/etcher/pull/934#issuecomment-264862767 + see: 'https://github.com/resin-io/etcher/pull/934#issuecomment-264862767' change-type: patch subject: 'Fix Error: Cannot find module `../global-shortcut` in Windows' body: |- @@ -9104,11 +9567,11 @@ - hash: 56ea1d183c0c320d72017897c9dff37eeb449f28 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/923#discussion_r90571316 + see: 'https://github.com/resin-io/etcher/pull/923#discussion_r90571316' change-type: patch changelog-entry: Upgrade `drivelist` to v3.2.4. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/1225 + fixes: 'https://github.com/resin-io/etcher/issues/1225' subject: Integrate Etcher CLI in the main repository body: |- This PR integrates the Etcher CLI code-wise, but doesn't yet handles the @@ -9117,8 +9580,8 @@ author: Juan Cruz Viotti footers: change-type: patch - see: https://github.com/resin-io/etcher/pull/923#discussion_r90570968 - fixes: https://github.com/resin-io/etcher/issues/418 + see: 'https://github.com/resin-io/etcher/pull/923#discussion_r90570968' + fixes: 'https://github.com/resin-io/etcher/issues/418' signed-off-by: Juan Cruz Viotti changelog-entry: Fix Etcher leaving zombie processes behind in GNU/Linux. subject: Upgrade Electron to v0.37.6 @@ -9130,11 +9593,13 @@ - hash: aeb9bc70cf966d546071121318a9ba6682c5d52a author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1304 + see: 'https://github.com/resin-io/etcher/pull/1304' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/642 + fixes: 'https://github.com/resin-io/etcher/issues/642' change-type: patch - changelog-entry: Escape quotes from image paths to prevent Bash errors on GNU/Linux and OS X. + changelog-entry: >- + Escape quotes from image paths to prevent Bash errors on GNU/Linux and + OS X. subject: Make use of shell module by requiring `shell` body: |- Otherwise we get a strange issue when trying to stub it: @@ -9142,57 +9607,66 @@ - hash: 332f1748726be0f9f7d48604326c4c9c41fa1f7b author: Juan Cruz Viotti subject: Add Makefile rule to generate an x86 AppImage for GNU/Linux - body: + body: null footers: change-type: minor changelog-entry: Support rich image extensions. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/470 + fixes: 'https://github.com/resin-io/etcher/issues/470' - hash: be8a52a36bd4283574b36fa5e11f84899cccfaae author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1061 + see: 'https://github.com/resin-io/etcher/pull/1061' signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Show available Etcher version in the update notifier. - link: https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md - fixes: https://github.com/resin-io/etcher/issues/410 + link: >- + https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md + fixes: 'https://github.com/resin-io/etcher/issues/410' subject: Distinguish between flash and validation events in Mixpanel - body: + body: null - hash: ccd816aa0829cdd14990f60138b72a7c00ab086f author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/commit/bc6e51996441ce50cd5998712f79e15b6bf6499b#commitcomment-17164442 + see: >- + https://github.com/resin-io/etcher/commit/bc6e51996441ce50cd5998712f79e15b6bf6499b#commitcomment-17164442 signed-off-by: Juan Cruz Viotti change-type: minor changelog-entry: Use info icon instead of "SHOW FULL FILE NAME" in first step. - fixes: https://github.com/resin-io/etcher/issues/458 + fixes: 'https://github.com/resin-io/etcher/issues/458' subject: Make use of AppImage desktop integration script - body: |- + body: >- This is useful to prompt the user to install the `.desktop` file. + The `Description` key in `Etcher.desktop` was changed to `Comment` since + `desktop-file-validate` complained with: + Etcher.desktop: error: file contains key "Description" in group "Desktop + Entry", but keys extending the format should start with "X-" + After checking the desktop file format specification, the correct key + should be "Comment" + (https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s05.html). - hash: c3e360e61933ef0044c005b5e92c879ff9a47c49 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/elevator/pull/12 + see: 'https://github.com/resin-io-modules/elevator/pull/12' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/323 + fixes: 'https://github.com/resin-io/etcher/issues/323' change-type: minor changelog-entry: Publish standalone Windows builds. subject: Generate AppImage package for GNU/Linux x86_64 - body: + body: null - hash: 7e6741494a0fbfc18d0f2ab3bb59e0ac4d5bab3b author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1326 + see: 'https://github.com/resin-io/etcher/pull/1326' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/830 + fixes: 'https://github.com/resin-io/etcher/issues/830' change-type: minor changelog-entry: Prevent flashing the drive where the source image is located. subject: Allow to bypass elevation with an environment variable @@ -9205,7 +9679,7 @@ change-type: patch changelog-entry: Fix drag and drop not working anymore. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/1028 + fixes: 'https://github.com/resin-io/etcher/issues/1028' subject: Remove unnecessary fields from `bower.json`. body: |- We don't distribute the application through bower, and removing stuff @@ -9214,30 +9688,30 @@ - hash: c7d28dd5af73772f39c1b8e9ce33f2522615aa97 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/etcher-image-stream/pull/21 + see: 'https://github.com/resin-io-modules/etcher-image-stream/pull/21' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/334 + fixes: 'https://github.com/resin-io/etcher/issues/334' changelog-entry: Add support for `raw` images. change-type: minor subject: Refactor initial elevation routine - body: + body: null - hash: e1f78483ba7b641cb6ab0e8e83c42571b81f7182 author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti change-type: patch - see: https://github.com/npm/npm/issues/4984 - fixes: https://github.com/resin-io/etcher/issues/338 + see: 'https://github.com/npm/npm/issues/4984' + fixes: 'https://github.com/resin-io/etcher/issues/338' subject: Add dashed underline to footer links - body: + body: null - hash: 24216e4eeda9a0477e9577d316decc6fa971d8c8 author: Juan Cruz Viotti footers: change-type: minor changelog-entry: Display a nice alert ribbon if drive runs out of space. - see: https://github.com/resin-io/etcher/issues/571 + see: 'https://github.com/resin-io/etcher/issues/571' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/294 + fixes: 'https://github.com/resin-io/etcher/issues/294' subject: Improve UX when closing the drive selector modal body: |- The current "Close" button makes it confusing to the user to know if @@ -9250,11 +9724,11 @@ footers: signed-off-by: Juan Cruz Viotti change-type: minor - closes: https://github.com/resin-io/etcher/issues/905 + closes: 'https://github.com/resin-io/etcher/issues/905' changelog-entry: Validate the existence of the passed drive. - fixes: https://github.com/resin-io/etcher/issues/756 + fixes: 'https://github.com/resin-io/etcher/issues/756' subject: Link the version string in the footer to the CHANGELOG - body: + body: null - hash: d8865ee08e0e22565aad0606658b73f729399f0c author: Juan Cruz Viotti footers: @@ -9270,17 +9744,17 @@ change-type: patch changelog-entry: Capitalize every text throughout the application. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/292 - see: https://github.com/resin-io/etcher/issues/750 + fixes: 'https://github.com/resin-io/etcher/issues/292' + see: 'https://github.com/resin-io/etcher/issues/750' subject: Add application version to footer - body: + body: null - hash: 0f80ce8cfc7ba6fa69a3a95c20fc9dc1c5e42a8b author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Don't clear selection state when re-selecting an image. - fixes: https://github.com/resin-io/etcher/issues/307 + fixes: 'https://github.com/resin-io/etcher/issues/307' subject: Upgrade resin-image-write to v3.0.3 body: |- This new version contains a fix for the `stream.push() after EOF` error @@ -9290,9 +9764,10 @@ footers: signed-off-by: Juan Cruz Viotti change-type: minor - see: https://github.com/resin-io/etcher/commit/e603cb0838b005f1c8430bbce4c98b431d9c1ba9 + see: >- + https://github.com/resin-io/etcher/commit/e603cb0838b005f1c8430bbce4c98b431d9c1ba9 changelog-entry: Add support for `etch` images. - fixes: https://github.com/resin-io/etcher/issues/327 + fixes: 'https://github.com/resin-io/etcher/issues/327' subject: Reset writer state on flash error body: |- Not doing so leads the writer state to have a `progress` of `100%`, @@ -9301,20 +9776,22 @@ author: Juan Cruz Viotti footers: change-type: patch - changelog-entry: Check if drive is large enough using the final uncompressed size of the image. - see: https://github.com/addaleax/lzma-native/issues/25 + changelog-entry: >- + Check if drive is large enough using the final uncompressed size of + the image. + see: 'https://github.com/addaleax/lzma-native/issues/25' signed-off-by: Juan Cruz Viotti fixes: '#571' subject: Fix double-quote lint warnings - body: + body: null - hash: 43667ba53feaa41147d4bbb1077ec894b3e9d894 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/mountutils + see: 'https://github.com/resin-io-modules/mountutils' signed-off-by: Juan Cruz Viotti change-type: minor changelog-entry: Fix several unmount related issues in all platforms. - fixes: https://github.com/resin-io/etcher/issues/750 + fixes: 'https://github.com/resin-io/etcher/issues/750' subject: Inherit current scope in osOpenExternal directive body: |- This directive attempts to create a new isolated scope, which leads the @@ -9323,60 +9800,61 @@ - hash: e3adf0590239260349ae088e079826d25b91de13 author: Juan Cruz Viotti subject: Implement SVGIcon Angular directive - body: This directive replaces part of `hero-icon`, the old Polymer component. + body: 'This directive replaces part of `hero-icon`, the old Polymer component.' footers: change-type: patch - fixes: https://github.com/resin-io/etcher/issues/256 + fixes: 'https://github.com/resin-io/etcher/issues/256' changelog-entry: Swap the order of the drive and image selection steps. signed-off-by: Juan Cruz Viotti - hash: d8d0ef145b672405874e34a68a38401b82cd37be author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/mountutils/pull/25 + see: 'https://github.com/resin-io-modules/mountutils/pull/25' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/480 + fixes: 'https://github.com/resin-io/etcher/issues/480' change-type: minor changelog-entry: Add an "unsafe" option to bypass drive protection. subject: Fix lint warnings about missing empty line above `module.exports` - body: + body: null - hash: 5f2b33717c9dc94eff29abca44c48673a9dbd91c author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/etcher-image-write/pull/96 + see: 'https://github.com/resin-io-modules/etcher-image-write/pull/96' change-type: patch changelog-entry: Upgrade `drivelist` to v3.2.2. signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/430 - link: https://github.com/resin-io-modules/drivelist/blob/master/CHANGELOG.md + fixes: 'https://github.com/resin-io/etcher/issues/430' + link: 'https://github.com/resin-io-modules/drivelist/blob/master/CHANGELOG.md' subject: Re-build CSS - body: + body: null - hash: 73b706ca52d06afb30e4746031a6d87389675e28 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/elevator/pull/10 + see: 'https://github.com/resin-io-modules/elevator/pull/10' signed-off-by: Juan Cruz Viotti change-type: minor subject: Require ui.router and ui.bootstrap using NPM style - body: + body: null - hash: 65acf6446650404748915f1eec621f669c480555 author: Juan Cruz Viotti footers: change-type: patch changelog-entry: Upgrade `etcher-image-write` to v5.0.2 signed-off-by: Juan Cruz Viotti - link: https://github.com/resin-io-modules/etcher-image-write/blob/master/CHANGELOG.md - see: https://github.com/resin-io/etcher/issues/571 + link: >- + https://github.com/resin-io-modules/etcher-image-write/blob/master/CHANGELOG.md + see: 'https://github.com/resin-io/etcher/issues/571' subject: Document directives with JSDoc - body: + body: null - hash: 3539ee4ec70d555d416ec65bb5e0ab802e8d979f author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/896#discussion_r89999295 + see: 'https://github.com/resin-io/etcher/pull/896#discussion_r89999295' signed-off-by: Juan Cruz Viotti change-type: minor changelog-entry: Show warning when user tries to flash a Windows image - closes: https://github.com/resin-io/etcher/issues/1035 - fixes: https://github.com/resin-io/etcher/issues/725 + closes: 'https://github.com/resin-io/etcher/issues/1035' + fixes: 'https://github.com/resin-io/etcher/issues/725' subject: Don't require angular-ui-bootstrap in main module body: This dependency is only required by `Etcher.Components.DriveSelector`. - hash: 92dee5304c9c610c61e103c4763f81d226b0ccf5 @@ -9385,24 +9863,30 @@ signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Fix flashing never starting after elevation in GNU/Linux. - fixes: https://github.com/resin-io/etcher/issues/665 + fixes: 'https://github.com/resin-io/etcher/issues/665' subject: Make all angular modules export the name of the module - body: |- + body: >- This makes them very nicely require-able, for example: + angular.module('MyModule', [ + require('my-dependency'); + ]); - From https://medium.com/@kentcdodds/how-to-distribute-your-angularjs-module-e04d4dd58ddc#.yqg2zo8im + + From + https://medium.com/@kentcdodds/how-to-distribute-your-angularjs-module-e04d4dd58ddc#.yqg2zo8im - hash: b8f63af3f81bca3abd055303bc91ab35eb126655 author: Juan Cruz Viotti footers: change-type: patch signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/627 - link: https://github.com/resin-io-modules/etcher-image-write/blob/master/CHANGELOG.md + fixes: 'https://github.com/resin-io/etcher/issues/627' + link: >- + https://github.com/resin-io-modules/etcher-image-write/blob/master/CHANGELOG.md changelog-entry: Fix sporadic EPERM write errors on Windows. subject: Promisify `drivelist.list()` with `angular-q-promisify` - body: + body: null - hash: 3a92e202b6eebb59403e830a975b127e660c57d4 author: Juan Cruz Viotti subject: Reorganize utilities and desktop integration modules @@ -9414,30 +9898,37 @@ - Rename `Etcher.notifier` to `Etcher.Utils.Notifier` - Rename `Etcher.path` to `Etcher.Utils.Path` footers: - see: https://github.com/resin-io/etcher/issues/711 + see: 'https://github.com/resin-io/etcher/issues/711' signed-off-by: Juan Cruz Viotti change-type: patch - changelog-entry: Don't throw an "Invalid image" error if the extension is not in lowercase. - fixes: https://github.com/resin-io/etcher/issues/567 + changelog-entry: >- + Don't throw an "Invalid image" error if the extension is not in + lowercase. + fixes: 'https://github.com/resin-io/etcher/issues/567' - hash: ba2b78db82dd0f558bc793eb4f3f3c40119e9236 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/drivelist/pull/95 + see: 'https://github.com/resin-io-modules/drivelist/pull/95' signed-off-by: Juan Cruz Viotti change-type: patch - changelog-entry: Fix "cscript is not recognised as an internal or external command" Windows error. - fixes: https://github.com/resin-io/etcher/issues/314 + changelog-entry: >- + Fix "cscript is not recognised as an internal or external command" + Windows error. + fixes: 'https://github.com/resin-io/etcher/issues/314' subject: Publish ZIP versions of Etcher.app body: '`Squirrel.Mac` works with ZIP packages rather than DMGs.' - hash: 724c45a5de1c73f48830d7ea8e395d74b5a12152 author: Juan Cruz Viotti footers: - see: https://github.com/probonopd/AppImageKit/commit/1569d6f8540aa6c2c618dbdb5d6fcbf0003952b7 + see: >- + https://github.com/probonopd/AppImageKit/commit/1569d6f8540aa6c2c618dbdb5d6fcbf0003952b7 signed-off-by: Juan Cruz Viotti - closes: https://github.com/resin-io/etcher/issues/1032 - changelog-entry: Set dialog default directory to the place where the AppImage was run from in GNU/Linux. - change-type: patch, - fixes: https://github.com/resin-io/etcher/issues/296 + closes: 'https://github.com/resin-io/etcher/issues/1032' + changelog-entry: >- + Set dialog default directory to the place where the AppImage was run + from in GNU/Linux. + change-type: 'patch,' + fixes: 'https://github.com/resin-io/etcher/issues/296' subject: Improve UX when re-selecting a single available drive body: |- Currently, if you have only one connected drive, Etcher will auto-select @@ -9453,21 +9944,23 @@ footers: change-type: patch changelog-entry: Fix "rawr i'm a dinosaur" bzip2 error. - fixes: https://github.com/resin-io/etcher/issues/310 + fixes: 'https://github.com/resin-io/etcher/issues/310' signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/issues/355 + see: 'https://github.com/resin-io/etcher/issues/355' subject: Add a Mixpanel event when the application starts - body: + body: null - hash: 027fe24f3a5ae704202ace2d8b3a697e4a0cea69 author: Juan Cruz Viotti subject: Add "Change" button links below each step - body: + body: null footers: - see: https://github.com/resin-io/etcher/issues/898 + see: 'https://github.com/resin-io/etcher/issues/898' signed-off-by: Juan Cruz Viotti change-type: minor - changelog-entry: Allow the user to disable auto-update notifications with an environment variable. - fixes: https://github.com/resin-io/etcher/issues/290 + changelog-entry: >- + Allow the user to disable auto-update notifications with an + environment variable. + fixes: 'https://github.com/resin-io/etcher/issues/290' - hash: 53248dbcd3b480928e78007a178cb21219707117 author: Juan Cruz Viotti subject: Connect DriveSelector with SelectionStateModel @@ -9482,10 +9975,12 @@ background, but `DriveSelector` will not update itself with such change. footers: change-type: patch - changelog-entry: Fix `ENOENT` error when selecting certain images with multiple extensions on GNU/Linux. + changelog-entry: >- + Fix `ENOENT` error when selecting certain images with multiple + extensions on GNU/Linux. signed-off-by: Juan Cruz Viotti - see: https://github.com/electron/electron/issues/6305 - fixes: https://github.com/resin-io/etcher/issues/304 + see: 'https://github.com/electron/electron/issues/6305' + fixes: 'https://github.com/resin-io/etcher/issues/304' - hash: ca2159bc2ff32a39c95a064a81b83a3884bd0dbb author: Juan Cruz Viotti subject: Hide drive selector modal if no available drives @@ -9496,49 +9991,55 @@ signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Fix flashing not starting when an image name contains a space. - fixes: https://github.com/resin-io/etcher/issues/295 + fixes: 'https://github.com/resin-io/etcher/issues/295' - hash: 06a69a26ff247690814fed92a692cfbb96d19549 author: Juan Cruz Viotti subject: Add Etcher logo to application footer - body: + body: null footers: signed-off-by: Juan Cruz Viotti change-type: patch changelog-entry: Fix error when cancelling an elevation request. - fixes: https://github.com/resin-io/etcher/issues/252 + fixes: 'https://github.com/resin-io/etcher/issues/252' - hash: 7c280189587ba69c1549839569b440b390d79c10 author: Juan Cruz Viotti subject: Highlight features in README file - body: + body: null footers: change-type: patch - changelog-entry: Fix error when writing images containing parenthesis in GNU/Linux and OS X. - fixes: https://github.com/resin-io/etcher/issues/291 + changelog-entry: >- + Fix error when writing images containing parenthesis in GNU/Linux and + OS X. + fixes: 'https://github.com/resin-io/etcher/issues/291' signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/commit/951b8de9fc76821cf3140bd7e75c2d57ee8def21 + see: >- + https://github.com/resin-io/etcher/commit/951b8de9fc76821cf3140bd7e75c2d57ee8def21 - hash: 7c6b0dd48cdd6d3b642c70144baf310eb7a483c5 author: Juan Cruz Viotti subject: Replace all occurrences of "burn" with "flash" - body: Technically, a removable drive is flashed, not burned. + body: 'Technically, a removable drive is flashed, not burned.' footers: signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/297 + fixes: 'https://github.com/resin-io/etcher/issues/297' - hash: 096a7e9c545fc61f255eaeee1f235b2d5cd54e53 author: Juan Cruz Viotti subject: Allow to drag and drop an image to the first step - body: See https://github.com/electron/electron/blob/master/docs/api/file-object.md + body: >- + See + https://github.com/electron/electron/blob/master/docs/api/file-object.md footers: - see: https://github.com/resin-io/etcher/issues/820 + see: 'https://github.com/resin-io/etcher/issues/820' signed-off-by: Juan Cruz Viotti changelog-entry: Add support for `hddimg` images. change-type: minor - fixes: https://github.com/resin-io/etcher/issues/279 - link: https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md#v230---2016-07-01 + fixes: 'https://github.com/resin-io/etcher/issues/279' + link: >- + https://github.com/resin-io-modules/etcher-image-stream/blob/master/CHANGELOG.md#v230---2016-07-01 - hash: 6b7323ccb09d205a5cf976a8eac8e1700bd5c182 author: Juan Cruz Viotti footers: - fixes: https://github.com/resin-io/etcher/issues/281 - see: https://github.com/nodejs/node-gyp/issues/1151 + fixes: 'https://github.com/resin-io/etcher/issues/281' + see: 'https://github.com/nodejs/node-gyp/issues/1151' signed-off-by: Juan Cruz Viotti change-type: patch subject: Compress Linux executables and Windows DLLs with UPX @@ -9556,19 +10057,19 @@ - hash: c3793c1a9e01a17be1de3abab35a1cc72ba3b6a6 author: Juan Cruz Viotti subject: Move package ignore list computation to a separate script - body: + body: null footers: change-type: patch changelog-entry: Wrap drive names and descriptions in drivelist. signed-off-by: Juan Cruz Viotti - see: https://github.com/resin-io/etcher/pull/548 + see: 'https://github.com/resin-io/etcher/pull/548' - hash: 320a3d116f5d2b01c7d88ff75f457d829ffccbf9 author: Juan Cruz Viotti footers: signed-off-by: Juan Cruz Viotti - see: http://electron.atom.io/docs/api/web-contents/ + see: 'http://electron.atom.io/docs/api/web-contents/' change-type: patch - fixes: https://github.com/resin-io/etcher/issues/280 + fixes: 'https://github.com/resin-io/etcher/issues/280' subject: Implement OS notifications on burn completion body: |- Its helpful to have an auditive/visual cue when a burn operation @@ -9580,12 +10081,13 @@ - hash: 35aeea1a60bedd7c0f7c2b013243f337876e1711 author: Juan Cruz Viotti footers: - see: https://github.com/jorangreef/sudo-prompt/commit/17f45ebef31afd9fb6260f7c2950fea4aab5ae4d + see: >- + https://github.com/jorangreef/sudo-prompt/commit/17f45ebef31afd9fb6260f7c2950fea4aab5ae4d signed-off-by: Juan Cruz Viotti - closes: https://github.com/resin-io/etcher/issues/874 + closes: 'https://github.com/resin-io/etcher/issues/874' change-type: patch changelog-entry: Allow the user to press ESC to cancel a modal dialog. - fixes: https://github.com/resin-io/etcher/issues/278 + fixes: 'https://github.com/resin-io/etcher/issues/278' subject: Rename Linux binary to "etcher" body: The capital letter is not very user friendly for command line people. - hash: 8d48b82928e646940a87b0fc5a2085a03948db6c @@ -9598,13 +10100,13 @@ signed-off-by: Juan Cruz Viotti changelog-entry: Fix state validation error when speed equals zero. change-type: patch - see: https://github.com/electron/electron/releases/tag/v0.36.11 - fixes: https://github.com/resin-io/etcher/issues/272 + see: 'https://github.com/electron/electron/releases/tag/v0.36.11' + fixes: 'https://github.com/resin-io/etcher/issues/272' - hash: 292a9bb642a37f6c137511de095486d121844d51 author: Juan Cruz Viotti footers: - fixes: https://github.com/resin-io/etcher/issues/1180 - see: https://github.com/sindresorhus/is-admin/pull/4 + fixes: 'https://github.com/resin-io/etcher/issues/1180' + see: 'https://github.com/sindresorhus/is-admin/pull/4' signed-off-by: Juan Cruz Viotti changelog-entry: Fix incorrect ETA numbers in certain timezones. change-type: patch @@ -9619,8 +10121,8 @@ - hash: ac3dc07a2679124330b0781ad8ce2599529e56ff author: Juan Cruz Viotti footers: - see: https://github.com/resin-io-modules/etcher-latest-version - fixes: https://github.com/resin-io/etcher/issues/255 + see: 'https://github.com/resin-io-modules/etcher-latest-version' + fixes: 'https://github.com/resin-io/etcher/issues/255' signed-off-by: Juan Cruz Viotti subject: Upgrade drivelist to v2.0.13 body: |- @@ -9634,23 +10136,25 @@ changelog-type: patch signed-off-by: Juan Cruz Viotti subject: Make clear that Etcher supports OS X >= 10.9 - body: |- + body: >- Electron no longer supports 10.8. - See http://electron.atom.io/docs/v0.37.5/tutorial/supported-platforms/#os-x + + See + http://electron.atom.io/docs/v0.37.5/tutorial/supported-platforms/#os-x - hash: 097c9a4aa37029154c3efe8564edbeef048926ad author: Juan Cruz Viotti subject: Add subtle hover styling to footer links - body: + body: null footers: signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/253 + fixes: 'https://github.com/resin-io/etcher/issues/253' - hash: f9a80f6810afa2f74e96e487f389883bfe839326 author: Juan Cruz Viotti footers: changelog-entry: Show friendly drive name instead of device name. - closes: https://github.com/resin-io/etcher/issues/1170 + closes: 'https://github.com/resin-io/etcher/issues/1170' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/254 + fixes: 'https://github.com/resin-io/etcher/issues/254' subject: Detect removal of selected drive body: |- Suppose you plug a device, select it in Etcher, but then eject it from @@ -9661,9 +10165,9 @@ - hash: fd290b3a0026193d5486cdca5e0b93d82063adc6 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/issues/325 + see: 'https://github.com/resin-io/etcher/issues/325' signed-off-by: Juan Cruz Viotti - fixes: https://github.com/resin-io/etcher/issues/257 + fixes: 'https://github.com/resin-io/etcher/issues/257' subject: Fix window contents pushed below when a modal is open body: |- UI Bootstrap adds the `.modal-open` class to the `` @@ -9675,21 +10179,21 @@ - hash: 64393ef073131a26a9cf3647aff4cb3a50287ac5 author: Juan Cruz Viotti footers: - see: https://github.com/resin-io/etcher/pull/1168 + see: 'https://github.com/resin-io/etcher/pull/1168' signed-off-by: Juan Cruz Viotti subject: Watch sass files in modules/ - body: + body: null - hash: ee445e5d04f19c0391cb936c388c909c93d416dd author: Juan Cruz Viotti footers: - fixes: http://github.com/resin-io/etcher/issues/357 + fixes: 'http://github.com/resin-io/etcher/issues/357' signed-off-by: Juan Cruz Viotti subject: Display image CRC32 checksum on success - body: + body: null - hash: a4458fdd8718af2a9ee89bc5a2e5e326f91d6bbd author: Alexandros Marinos subject: make inbound links from the etcher app traceable in resin's analytics - body: + body: null - hash: 8c05724796bcac26e24134515a6b85d169fe9873 - hash: 76c42b1a78c399ada93873a08d8d8ebcb0c8984d - hash: f250a9c3f7b255de255d6a79a7417ed68ba15b12 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a49699cd0..212865a8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,66 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.116 +## (2021-02-03) + +* Only cleanup temporary decompressed files in child-writer [Alexis Svinartchouk] +* Add .versionbot/CHANGELOG.yml [Alexis Svinartchouk] +* Stop using node-tmp, use withTmpFile from etcher-sdk instead [Alexis Svinartchouk] + +
+ Update etcher-sdk from 5.2.2 to 6.1.0 [Alexis Svinartchouk] + +> ## etcher-sdk-6.1.0 +> ### (2021-02-03) +> +> * Prefix temporary decompressed images filenames [Alexis Svinartchouk] +> +> ## etcher-sdk-6.0.1 +> ### (2021-02-02) +> +> * Ignore ENOENT errors on unlink in withTmpFile [Alexis Svinartchouk] +> +> ## etcher-sdk-6.0.0 +> ### (2021-02-01) +> +> * Export tmp and add prefix and postfix options [Alexis Svinartchouk] +> +> ## etcher-sdk-5.2.3 +> ### (2021-01-26) +> +> * upgrade lint [Zane Hitchcox] +> +
+ +* Revert "Change some border colors to have higher contrast" [Alexis Svinartchouk] +* Update electron to v9.4.1 [Alexis Svinartchouk] + +
+ Update etcher-sdk from 5.2.1 to 5.2.2 [Alexis Svinartchouk] + +> ## etcher-sdk-5.2.2 +> ### (2021-01-19) +> +> +>
+> Update drivelist from 9.2.2 to 9.2.4 [Alexis Svinartchouk] +> +>> ### drivelist-9.2.4 +>> #### (2021-01-19) +>> +>> * Pass strings between methods as std::string instead of char * [Floris Bos] +>> +>> ### drivelist-9.2.3 +>> #### (2021-01-19) +>> +>> * Support lsblk versions that do no support the pttype column [Alexis Svinartchouk] +>> +>
+> +> +
+ # v1.5.115 ## (2021-01-18) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d47afadaf9..49e23982cb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.115", + "version": "1.5.116", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13790,4 +13790,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index fadc4632d2..e525affaee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.115", + "version": "1.5.116", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",