Skip to content

Commit 8470583

Browse files
author
Hiroki Fujii
committed
Merge branch 'master' into release
2 parents 3f815a1 + 7ed967a commit 8470583

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

buildVars.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: UTF-8 -*-
22

3-
ADDON_VERSION = "1.1.2"
4-
ADDON_RELEASE_DATE = "2022-09-23"
3+
ADDON_VERSION = "1.1.3"
4+
ADDON_RELEASE_DATE = "2023-03-06"
55
ADDON_NAME = "dokutor_for_nvda"
66
ADDON_KEYWORD = "DFN"
77

@@ -41,7 +41,7 @@ def _(arg):
4141
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
4242
"addon_minimumNVDAVersion": 2019.3,
4343
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
44-
"addon_lastTestedNVDAVersion": 2022.5,
44+
"addon_lastTestedNVDAVersion": 2023.5,
4545
# Add-on update channel (default is None, denoting stable releases,
4646
# and for development releases, use "dev".)
4747
# Do not change unless you know what you are doing!

public/readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 読ターFor NVDA Ver1.1.2 説明書
1+
# 読ターFor NVDA Ver1.1.3 説明書
22

3-
(更新: 2022-09-23)
3+
(更新: 2023-03-06)
44

55

66
## 目次
@@ -154,6 +154,9 @@ ACT Laboratory(Accessible Tools Laboratory)は、プログラミングを学ぶ
154154

155155
## 8. 更新履歴
156156

157+
* 1.1.3 (2023/03/06)
158+
* NVDA 2023.1に対応
159+
157160
* 1.1.2 (2022/09/23)
158161
* 一部環境で、長い単語を正常に読み上げられないことがあった問題を修正
159162
* NVDAメニューの表示を「読ター For NVDA」に変更

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 読ターFor NVDA Ver1.1.2 説明書
1+
# 読ターFor NVDA Ver1.1.3 説明書
22

3-
(更新: 2022-09-23)
3+
(更新: 2023-03-06)
44

55

66
## 目次
@@ -154,6 +154,9 @@ ACT Laboratory(Accessible Tools Laboratory)は、プログラミングを学ぶ
154154

155155
## 8. 更新履歴
156156

157+
* 1.1.3 (2023/03/06)
158+
* NVDA 2023.1に対応
159+
157160
* 1.1.2 (2022/09/23)
158161
* 一部環境で、長い単語を正常に読み上げられないことがあった問題を修正
159162
* NVDAメニューの表示を「読ター For NVDA」に変更

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "1.1.2", "release_date": "2022-09-23"}
1+
{"version": "1.1.3", "release_date": "2023-03-06"}

0 commit comments

Comments
 (0)