Skip to content

Releases: Alex313031/etcher-ng

1.19.17 R2 - Linux, Windows, & MacOS - 7th Release

01 May 10:37
Compare
Choose a tag to compare
  • Better logging
  • Logging now also occurs inside renderer processes to the devtools console
  • Fix "object has been destroyed" error on exit

1.19.17 - Linux, Windows, & MacOS - 6th Release

27 Apr 02:42
Compare
Choose a tag to compare
  • Rebase: Rebase and upgrade to Node 18/Electron 28
  • Update some npm packages
  • Added Electron version to Javascript Console
  • Added "Decompress First" option to Settings
  • Tweaked Settings page, and restored the "Settings" title
  • Made most links open in new Electron window rather than external browser
  • Stopped inlining notification icon png
  • Completely disabled auto-updates and telemetry
  • Fixed dark mode sometimes not working on some OSes
  • Added "Edit Config File" to the Developer menu
  • Added keyboard shortcut for chrome://process-internals
  • Changed Restart App shortcut to Ctrl + Alt + R instead of Ctrl + Shift + R, which would just reload the page
  • Linting and spelling fixes
  • Fixed h.requestMetadata is not a function error

NOTE: Getting this to work on Windows 7/8/8.1 was not as simple as downgrading to Electron 22.3.27 (which is why we are on Electron 28 now), but rather, the etcher-sdk package. The last version that supports Win7/8/8.1 is 6.3.0, using Node 14 and Electron 12, used in Etcher 1.7.9

I have made a fork of etcher-sdk and updated dependencies and the version number to 6.4.1, and a fork of Etcher 1.7.9 with all the fixes that this fork has, as well as updating dependencies and Electron to 13.6.9. The version number was re-started at 1.0.0 to avoid confusion by going to "1.8.0", since there is already an Etcher 1.8.0. Anyway, this is in a new repo > https://github.com/Alex313031/etcher-ng-win7, and you can use builds there for a mostly up to date Etcher experience on old Windows versions. This version also supports 32 bit Windows, as well as old 32 Bit and 64 Bit Linux operating systems (as old as Debian 8 or Ubuntu 14.04). No MacOS builds will be provided, as the regular version here runs on 10.15 and above.

1.19.6 - Linux, Windows, & MacOS - 5th Release

06 Mar 05:35
Compare
Choose a tag to compare
  • Updated npm deps
  • Now using the classic Etcher banner in the app
  • Installer fixes
  • Linted source for type errors

4th Release - Linux, Windows, & MacOS

08 Feb 20:20
Compare
Choose a tag to compare
  • Now using electron-builder to make distribution packages
  • Etcher-ng now saves the window position, and restores it on the next launch
  • Fixed Linux SUID sandbox
  • Added more icon sizes
  • Added "Restart App" to the developer menu
  • Re-branded the MacOS installer

3rd Release - Linux, Windows, & MacOS

07 Feb 10:03
Compare
Choose a tag to compare
  • Fully rebranded as Etcher-ng with new banner and drive icon with a little green light
  • Added right click context menu
  • About window now shows OS type and architecture
  • Updated electron-log to 5.1.1
  • Added MacOS x64 builds
  • Removed advertisements and added my own "Tips" page

2nd Release - Linux, Windows, & MacOS

29 Jan 16:20
Compare
Choose a tag to compare
  • Rebranded as Etcher-ng
  • New icon
  • Updated etcher-sdk
  • Fixed icons in installers and when running in dev mode
  • Added developer menu with new items
  • Disabled auto update and telemetry by default
  • Restored the option to disable flash verification in settings

1st Public Release - Linux & MacOS

22 Jan 05:36
Compare
Choose a tag to compare
  • Etcher with some UI enhancements, including tooltips, an About Versions window, and opening most links in a new Electron Window rather than an external browser.
  • Downgraded to Electron 22.3.27 to restore Windows 7/8/8.1 support