Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

v7.1.0

Compare
Choose a tag to compare
@atom-build atom-build released this 16 Nov 01:01
· 82 commits to master since this release

This release now supports prebuilds for ARM64 on Windows and Linux. Thanks to @dennisameling for contributing the build changes to support this.

This release also resolves a prebuild issue that stopped working in v7.0.0 and meant projects defaulted to building from source. We've traced the issue to an upstream dependency, and while that fix is pending review we've pulled in the fix and reworked the tooling in the project to enable this release.

New Features

  • ARM64 prebuild support for Windows and Linux - #319
  • Node 15 prebuild support - #323

Fixes

  • Incorrect prebuild versions included for Node 12-14 - #326
  • Build issue on Windows and Python 3 - #325, thanks @dennisameling!