Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki Fujii committed Mar 5, 2023
2 parents 3f815a1 + 7ed967a commit 8470583
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions buildVars.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: UTF-8 -*-

ADDON_VERSION = "1.1.2"
ADDON_RELEASE_DATE = "2022-09-23"
ADDON_VERSION = "1.1.3"
ADDON_RELEASE_DATE = "2023-03-06"
ADDON_NAME = "dokutor_for_nvda"
ADDON_KEYWORD = "DFN"

Expand Down Expand Up @@ -41,7 +41,7 @@ def _(arg):
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion": 2019.3,
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": 2022.5,
"addon_lastTestedNVDAVersion": 2023.5,
# Add-on update channel (default is None, denoting stable releases,
# and for development releases, use "dev".)
# Do not change unless you know what you are doing!
Expand Down
7 changes: 5 additions & 2 deletions public/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 読ターFor NVDA Ver1.1.2 説明書
# 読ターFor NVDA Ver1.1.3 説明書

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


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

## 8. 更新履歴

* 1.1.3 (2023/03/06)
* NVDA 2023.1に対応

* 1.1.2 (2022/09/23)
* 一部環境で、長い単語を正常に読み上げられないことがあった問題を修正
* NVDAメニューの表示を「読ター For NVDA」に変更
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 読ターFor NVDA Ver1.1.2 説明書
# 読ターFor NVDA Ver1.1.3 説明書

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


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

## 8. 更新履歴

* 1.1.3 (2023/03/06)
* NVDA 2023.1に対応

* 1.1.2 (2022/09/23)
* 一部環境で、長い単語を正常に読み上げられないことがあった問題を修正
* NVDAメニューの表示を「読ター For NVDA」に変更
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.1.2", "release_date": "2022-09-23"}
{"version": "1.1.3", "release_date": "2023-03-06"}

0 comments on commit 8470583

Please sign in to comment.