Skip to content

Commit

Permalink
1.1.4リリース対応
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki Fujii committed Jan 21, 2024
1 parent 981bb55 commit c4a1dfe
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.3"
ADDON_RELEASE_DATE = "2023-03-06"
ADDON_VERSION = "1.1.4"
ADDON_RELEASE_DATE = "2024-01-21"
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": 2023.5,
"addon_lastTestedNVDAVersion": 2024.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.3 説明書
# 読ターFor NVDA Ver1.1.4 説明書

(更新: 2023-03-06)
(更新: 2024-01-21)


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

## 8. 更新履歴

* 1.1.4 (2024/01/21)
* NVDA 2024.1に対応

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

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.3 説明書
# 読ターFor NVDA Ver1.1.4 説明書

(更新: 2023-03-06)
(更新: 2024-01-21)


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

## 8. 更新履歴

* 1.1.4 (2024/01/21)
* NVDA 2024.1に対応

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

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.3", "release_date": "2023-03-06"}
{"version": "1.1.4", "release_date": "2024-01-21"}

0 comments on commit c4a1dfe

Please sign in to comment.