Skip to content

Releases: codebytere/node-mac-permissions

v2.4.0

26 May 08:28
a37279c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

26 May 08:25
b6fc3d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.0

v2.2.1

25 Apr 09:05
a23b473
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

26 Sep 01:54
e409cce
Compare
Choose a tag to compare
  • feat: add askForFoldersAccess()

v2.1.4

23 Jul 20:38
5599014
Compare
Choose a tag to compare

This release adds TypeScript support.

v2.1.3

28 May 17:39
01c42c2
Compare
Choose a tag to compare

Fixed an issue where users might occasionally be double-prompted for screen capture access.

v2.1.2

28 Apr 02:24
4c26a6f
Compare
Choose a tag to compare

Fixed an issue where Promises would sometimes fail to return control back to the caller.

v2.1.1

28 Apr 02:12
d47af49
Compare
Choose a tag to compare

Fixes an issue when targeting macOS 10.10 for deployment.

v2.1.0

21 Apr 03:21
ba3e8a8
Compare
Choose a tag to compare

This release adds functionality to askForScreenCaptureAccess such that it will trigger a system prompt first before opening the Screen Capture section of Accessibility in System Preferences.

v2.0.0

08 Apr 20:28
acbb558
Compare
Choose a tag to compare

Breaking Changes:

permissions.askForMediaAccess(type) has been removed and split into two new granular functions:

  • permissions.askForCameraAccess()
  • permissions.askForMicrophoneAccess()