Skip to content

Releases: unfoldingWord/electronite

Electronite v38.7.1

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 22 Jan 20:49

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.3

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run either do:
      • run this command in terminal: sudo xattr -r -d com.apple.quarantine <path_to_app>/electron.app
      • or enable in System Settings / Privacy & Security
    • these are not Universal builds:
      • darwin-x64 will run on Intel (and on Apple Silicon Macs using Rosetta emulation, but that may run very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v39.2.6

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 08 Jan 18:30

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.3

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run either do:
      • run this command in terminal: sudo xattr -r -d com.apple.quarantine <path_to_app>/electron.app
      • or enable in System Settings / Privacy & Security
    • these are not Universal builds:
      • darwin-x64 will run on Intel (and on Apple Silicon Macs using Rosetta emulation, but that may run very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v39.2.6-Beta

Pre-release

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 14 Dec 12:42

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.3

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run either do:
      • run this command in terminal: sudo xattr -r -d com.apple.quarantine <path_to_app>/electron.app
      • or enable in System Settings / Privacy & Security
    • these are not Universal builds:
      • darwin-x64 will run on Intel (and on Apple Silicon Macs using Rosetta emulation, but that may run very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v38.7.1-Beta

Pre-release

Choose a tag to compare

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.3

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run either do:
      • run this command in terminal: sudo xattr -r -d com.apple.quarantine <path_to_app>/electron.app
      • or enable in System Settings / Privacy & Security
    • these are not Universal builds:
      • darwin-x64 will run on Intel (and on Apple Silicon Macs using Rosetta emulation, but that may run very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v37.1.0

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 07 Jul 12:17

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.2

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run either do:
      • run this command in terminal: sudo xattr -r -d com.apple.quarantine <path_to_app>/electron.app
      • or enable in System Settings / Privacy & Security
    • these are not Universal builds:
      • darwin-x64 will run on Intel (and on Apple Silicon Macs using Rosetta emulation, but that may run very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v37.1.0 Beta

Pre-release

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 30 Jun 18:51

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.2

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run either do:
      • run this command in terminal: sudo xattr -r -d com.apple.quarantine <path_to_app>/electron.app
      • or enable in System Settings / Privacy & Security
    • these are not Universal builds:
      • darwin-x64 will run on Intel (and on Apple Silicon Macs using Rosetta emulation, but that may run very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v35.5.1 Beta

Pre-release

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 19 Jun 09:44

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.2

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run either do:
      • run this command in terminal: sudo xattr -r -d com.apple.quarantine <path_to_app>/electron.app
      • or enable in System Settings / Privacy & Security
    • these are not Universal builds:
      • darwin-x64 will run on Intel (and on Apple Silicon Macs using Rosetta emulation, but that may run very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v36.2.1

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 29 May 15:51

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.2

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run either do:
      • run this command in terminal: sudo xattr -r -d com.apple.quarantine <path_to_app>/electron.app
      • or enable in System Settings / Privacy & Security
    • these are not Universal builds:
      • darwin-x64 will run on Intel (and on Apple Silicon Macs using Rosetta emulation, but that may run very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v36.2.1-Beta

Pre-release

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 28 May 15:50

Install:

  • to install do npm i [email protected] or yarn add [email protected]
  • then replace usages of require("electron") in your javascript code with require("electronite")
  • if upgrading electronite apps from older electronite versions, you will need to update dependency @electron/remote to version 2.1.2

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run do xattr -r -d com.apple.quarantine <path_to_app>/electron.app
    • these are not Universal builds,
      • darwin-x64 will run on both Intel and Apple Silicon Macs (using Rosetta, but may be very slow).
      • darwin-arm64 will only run on Apple Silicon Macs.

Electronite v25.3.2

Choose a tag to compare

@PhotoNomad0 PhotoNomad0 released this 02 Aug 17:37

Install:

Summary:

Notes:

  • About Macos Builds:
    • these builds are not signed, so on macOS you may get warning that the app is damaged or suggestion to delete it when you try to run the app. To be able to run do xattr -r -d com.apple.quarantine <path_to_app>/electron.app
    • these are not Universal builds, but darwin-x64 will run on both Intel and Apple Silicon (using Rosetta). But darwin-arm64 will only run on Apple Silicon.