Releases: guidepup/setup
Release list
0.24.1
0.24.0
What's Changed
- chore(deps): bump js-yaml from 4.1.1 to 4.3.0 by @dependabot[bot] in #55
- feat!: new CLI structure by @cmorten in #58
Breaking changes
The CLI has been restructured to separate environment configuration from screen reader asset installation.
The previous setup flow has been split into two commands:
setup– configures the host environment, should be run once per machine.install– downloads and installs screen reader assets, should be run once per project and after every update to@guidepup/guidepup
Usage:
# Setup machine once for screen reader automation
npx @guidepup/setup setup
# In project directory install Guidepup
npm install @guidepup/guidepup
# In project directory install required screen reader assets
npx @guidepup/setup installsetup changes
Windows
setupis now a no-op.- It no longer disables the foreground lock timeout or installs NVDA.
macOS
- Existing setup behaviour is unchanged.
- The following flags have been renamed:
--record→--macos-record--ignore-tcc-db→--macos-ignore-tcc-db
New install command
The new install command downloads and installs screen reader assets:
- Windows: installs NVDA assets from
guidepup/nvda. - macOS: installs VoiceOver assets from
guidepup/voiceover.
Asset storage
Downloaded assets are now stored in the operating system’s cache directory.
Previously, on Windows, assets were downloaded to a temporary directory.
Full Changelog: 0.23.0...0.24.0
0.23.0
What's Changed
NVDA has been updated to NVDA 2026.1.1, see https://github.com/nvaccess/nvda/releases/tag/release-2026.1.1
This version of @guidepup/setup is incompatible with @guidepup/guidepup versions less than 0.28.0.
Full Changelog: 0.22.0...0.23.0
0.22.0
What's Changed
- chore(deps): bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #51
- chore(deps): bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #50
- feat: support latest GH action runner by @cmorten in #53
Full Changelog: 0.21.0...0.22.0
0.21.0
0.20.0
0.19.3
0.19.2
- fix: ensure new NVDA cert is trusted
Full Changelog: 0.19.1...0.19.2
0.19.1
What's Changed
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #36
- chore: NVDA patch version for cert issues
Full Changelog: 0.19.0...0.19.1
0.19.0
What's Changed
Full Changelog: 0.18.0...0.19.0