Skip to content

Commit 67eb084

Browse files
authored
Bump nvda to 2020.4 (#25)
1 parent 794e233 commit 67eb084

File tree

839 files changed

+16007
-13981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

839 files changed

+16007
-13981
lines changed

.changeset/nine-tips-exercise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"screen-reader-testing-library": patch
3+
---
4+
5+
Bump nvda to 2020.4 from 2020.3

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ $ yarn
1616
1. start NVDA
1717
1. Right click status icon
1818
1. Tools
19-
1. Create portable copy
19+
1. Create portable copy in `vendor/nvda-${NEW_REVISION_NUMBER}/portable`
2020
- don't include current configuration
21-
- Remove documentation folder
21+
- Remove `documentation` folder
22+
- Remove all folders in `locale` except `en` i.e. only include english
23+
1. Update the `revision` in `src/screenReaders.json`
24+
1. Update the revision in `src/bin/nvda.ps1`
25+
1. On the next release attach a zip of `vendor/nvda-${NEW_REVISION_NUMBER}/*`
26+
Be sure that you create an archive of the folders inside `nvda-${REVISION_NUMBER}` not the folder itself.

nvda-node.log

Lines changed: 318 additions & 0 deletions
Large diffs are not rendered by default.

src/bin/nvda.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
param ([switch] $quit, $logFilePath)
22

33
$CACHE_DIR = "$HOME\AppData\Local\screen-reader-testing-library"
4-
$NVDA_VENDOR = "$CACHE_DIR\screen-readers\nvda-2020.3"
4+
$NVDA_VENDOR = "$CACHE_DIR\screen-readers\nvda-2020.4"
55
$NVDA_BIN = "$NVDA_VENDOR\portable\nvda.exe"
66

77
if ($logFilePath) {

src/screenReaders.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "",
3-
"screenReaders": [{ "name": "nvda", "revision": "2020.3" }]
3+
"screenReaders": [{ "name": "nvda", "revision": "2020.4" }]
44
}
-446 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-333 KB
Binary file not shown.

vendor/nvda-2020.3/portable/louis/tables/en-ueb-g1.ctb

Lines changed: 0 additions & 254 deletions
This file was deleted.

0 commit comments

Comments
 (0)