Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

108

Compare
Choose a tag to compare
@kevinsawicki kevinsawicki released this 03 Jul 16:32
· 21823 commits to master since this release

Major Changes

  • Fixed an issue with the YAML colorization being incorrect for nested keys.
  • Added a apm install --check command that compiles a sample native module to verify the installed build toolchain can compile modules with C/C++ code.
  • apm install no longer requires Visual Studio to be installed on Windows. Packages will dependencies on modules with native code will still fail to install though if Visual Studio isn't installed locally.
  • The output of apm -v now includes the installed versions of Git, Visual Studio, and Python.
  • script/build now supports a --install-dir option to configure where to install Atom to.
  • script/bootstrap now supports a --no-quiet option to output the full error messages when installing modules.