diff --git a/addon/doc/en/readme.md b/addon/doc/en/readme.md index 41cfe2a..5ccd34c 100644 --- a/addon/doc/en/readme.md +++ b/addon/doc/en/readme.md @@ -4,6 +4,10 @@ This add-on detects the language that NVDA is currently reading, and switches between different speech engines based on the detected language. Currently, it supports Japanese and non-Japanese identification only. We are willing to add detectable languages and improve the detection logic based on user contributions / suggestions. +## System requirements + +Minimum supported NVDA version is 2021.1. + ## Usage 1. Install this add-on. diff --git a/addon/doc/ja/readme.md b/addon/doc/ja/readme.md index 4589cf8..8a88e65 100644 --- a/addon/doc/ja/readme.md +++ b/addon/doc/ja/readme.md @@ -4,6 +4,10 @@ このアドオンは、現在NVDAが読んでいる言語を判別して、言語ごとに別々の音声エンジンを使って読み上げることができます。今のところ、日本語と日本語以外という2種類の判別のみに対応しています。ユーザーからのコントリビューションや要望に応じて、判別できる言語を追加したり、切り替えの炉軸を改善できればと思っています。 +## システム要件 + +サポートされるNVDAの最低バージョンは、2021.1です。 + ## 使い方 1. このアドオンをインストールします。 diff --git a/buildVars.py b/buildVars.py index bfa0b93..c89a556 100644 --- a/buildVars.py +++ b/buildVars.py @@ -40,7 +40,7 @@ def _(arg): # Documentation file name "addon_docFileName": "readme.html", # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) - "addon_minimumNVDAVersion": "2019.3", + "addon_minimumNVDAVersion": "2021.1", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) "addon_lastTestedNVDAVersion": "2022.4", # Add-on update channel (default is None, denoting stable releases,