Skip to content

Commit 065494a

Browse files
committed
Start dev cycle for 2026.2 (#19354)
Start the dev cycle for the 2026.2 release. This won't be a compatibility breaking release. Complete: - [x] New section in the change log. - [x] Update NVDA version in `master` - [x] Update [`nvdaAPIVersions.json` to include the next version](https://github.com/nvaccess/addon-datastore-transform) nvaccess/addon-datastore-transform#36 - Re-run the last "Transform NVDA addons to views" on [addon-datastore](https://github.com/nvaccess/addon-datastore/actions/workflows/transformDataToViews.yml) to regenerate projections (views) for the add-on datastore API. On merge: - [x] [Update auto milestone ID](https://github.com/nvaccess/nvda/settings/variables/actions)
1 parent 0ec178a commit 065494a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

source/buildVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def formatVersionForGUI(year, major, minor):
6464
# Version information for NVDA
6565
name = "NVDA"
6666
version_year = 2026
67-
version_major = 1
67+
version_major = 2
6868
version_minor = 0
6969
version_build = 0 # Should not be set manually. Set in 'sconscript'.
7070
version = _formatDevVersionString()

user_docs/en/changes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# What's New in NVDA
22

3+
## 2026.2
4+
5+
### Important notes
6+
7+
### New Features
8+
9+
### Changes
10+
11+
### Bug Fixes
12+
13+
### Changes for Developers
14+
15+
Please refer to [the developer guide](https://download.nvaccess.org/documentation/developerGuide.html#API) for information on NVDA's API deprecation and removal process.
16+
17+
#### Deprecations
18+
319
## 2026.1
420

521
This release includes built-in support for reading math content with MathCAT.

0 commit comments

Comments
 (0)