Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/buildVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def formatVersionForGUI(year, major, minor):
# Version information for NVDA
name = "NVDA"
version_year = 2026
version_major = 1
version_major = 2
version_minor = 0
version_build = 0 # Should not be set manually. Set in 'sconscript'.
version = _formatDevVersionString()
Expand Down
16 changes: 16 additions & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# What's New in NVDA

## 2026.2

### Important notes

### New Features

### Changes

### Bug Fixes

### Changes for Developers

Please refer to [the developer guide](https://download.nvaccess.org/documentation/developerGuide.html#API) for information on NVDA's API deprecation and removal process.

#### Deprecations

## 2026.1

This release includes built-in support for reading math content with MathCAT.
Expand Down
Loading