master
Commits on Apr 18, 2022
-
Merge pull request #2758 from DeeDeeG/CI-windows-2019
CI: Use 'windows-2019' image for Windows tests (makes CI passing)
Commits on Apr 17, 2022
-
CI: Use 'windows-2019' image for Windows tests
'windows-latest' is currently 'windows-2022' with Visual Studio 2022. Old versions of node-gyp don't know how to find Visual Studio 2022, so the package build fails. Switch back to 'windows-2019' with Visual Studio 2019, which is supported by node-gyp 5.x, which apm still uses.
Commits on Oct 26, 2021
-
Merge pull request #2724 from icecream17/patch-1
Don't use deprecated `Buffer`
Commits on Oct 25, 2021
-
According to https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/, `Buffer(number)` should be replaced by `Buffer.alloc(number)`
Commits on Aug 19, 2021
-
-
Merge pull request #2712 from atom/enable-remote-module
Remote module defaults to false
-
-
Remote module defaults to false
enableRemoteModule now defaults to false and is in the verge of being deprecated. https://www.electronjs.org/docs/breaking-changes#default-changed-enableremotemodule-defaults-to-false
Commits on May 18, 2021
-
Merge pull request #2683 from icecream17/update-ci
update os matrix in ci
Commits on May 14, 2021
-
Merge pull request #2682 from icecream17/clarify-debug
Clarify debug line
-
-
Commits on May 9, 2021
-
Merge pull request #2676 from Robert-N7/master
Hotfix in restore discard history of files with same name
-
Commits on May 8, 2021
Commits on Mar 1, 2021
Commits on Feb 25, 2021
-
Merge pull request #2631 from atom/fix-tests
Fix github failing tests for Atom's electron 9.4.1 upgrade
-
Commits on Feb 16, 2021
Commits on Feb 14, 2021
-
Merge pull request #2626 from asturur/promisification
Update to promise api for some methods in the electron API
-
-
Commits on Feb 13, 2021
Commits on Feb 12, 2021
-
Merge pull request #2625 from atom/update-electron-apis
Update shell.openExternal to promise due to electron update on atom
-
Commits on Feb 11, 2021
Commits on Feb 1, 2021
-
Merge pull request #2621 from DeeDeeG/pin-babel-core
package.json: pin @babel/core to less than 7.12.10
Commits on Jan 29, 2021
-
package.json: pin @babel/core to less than 7.12.10
Workaround for #2620
-
Merge pull request #2459 from UziTech/setup-atom
use action-setup-atom
-

