Skip to content

Releases: unfoldingWord/electronite

Electronite v25.3.2

02 Aug 17:37
Compare
Choose a tag to compare

Install:

  • to install do npm i electronite@25.3.2-graphite or yarn add electronite@25.3.2-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v23.3.10

02 Aug 17:22
Compare
Choose a tag to compare

Install:

  • to install do npm i electronite@23.3.10-graphite or yarn add electronite@23.3.10-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v25.3.2-Beta

01 Aug 14:40
Compare
Choose a tag to compare
Pre-release

Install:

  • to install do npm i electronite@25.3.2-graphite or yarn add electronite@25.3.2-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v23.3.10-Beta

23 Jul 12:02
Compare
Choose a tag to compare
Pre-release

Install:

  • to install do npm i electronite@23.3.10-graphite or yarn add electronite@23.3.10-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v22.0.3

24 Jan 20:39
Compare
Choose a tag to compare

Install:

  • to install do npm i electronite@22.0.3-graphite or yarn add electronite@22.0.3-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v22.0.3-Beta

21 Jan 12:36
Compare
Choose a tag to compare
Pre-release

Install:

  • to install do npm i electronite@22.0.3-graphite or yarn add electronite@22.0.3-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v22.0.1

14 Jan 14:30
Compare
Choose a tag to compare

Install:

  • to install do npm i electronite@22.0.1-graphite or yarn add electronite@22.0.1-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v21.3.3-beta

24 Dec 17:06
Compare
Choose a tag to compare
Pre-release

This is a test build of Electronite

Install:

  • to install do npm i electronite@21.3.3-graphite or yarn add electronite@21.3.3-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v22.0.0

12 Dec 21:08
Compare
Choose a tag to compare

Install:

  • to install do npm i electronite@22.0.0-graphite or yarn add electronite@22.0.0-graphite
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.

Electronite v22.0.1-beta

12 Jan 19:35
9ccfc8a
Compare
Choose a tag to compare
Pre-release

This is a test build of Electronite

Install:

  • to install do npm i electronite@22.0.1-graphite-beta or yarn add electronite@22.0.1-graphite-beta
  • then replace usages of require("electron") in your javascript code with require("electronite")

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.