Skip to content

Commit f2ffcba

Browse files
authored
Merge pull request #41 from actlaboratory/cat/bump
Bump to 1.1.1
2 parents cae1a85 + e400d56 commit f2ffcba

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

addon/doc/en/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ For email support, please send an email to "support@actlab.org".
7373

7474
## Changelog
7575

76+
### 2026/04/10 Version 1.1.1
77+
78+
1. Fixed a compatibility issue with NVDA 2026.1 and later versions.
79+
7680
### 2026/03/08 Version 1.1.0
7781

7882
1. Fixed a bug where speech would freeze and not recover in certain situations. ( [#33](https://github.com/actlaboratory/UML/pull/33) , by [@mo29cg](https://github.com/mo29cg) )

addon/doc/ja/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ GitHubのアカウントを持っている方は、 [Universal Multilingualのis
7272

7373
## 更新履歴
7474

75+
### 2026/04/10 Version 1.1.1
76+
77+
1. NVDA 2026.1 以降のバージョンにおける互換性の不具合を修正しました。
78+
7579
### 2026/03/08 Version 1.1.0
7680

7781
1. 一部の状況に置いて、読み上げがフリーズして戻ってこなくなる不具合を修正しました ( [#33](https://github.com/actlaboratory/UML/pull/33) , by (@mo29cg)[https://github.com/mo29cg])

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def _(arg):
1313
return arg
1414

1515

16-
ADDON_VERSION = "1.1.0"
17-
ADDON_RELEASE_DATE = "2026-03-08"
16+
ADDON_VERSION = "1.1.1"
17+
ADDON_RELEASE_DATE = "2026-04-10"
1818
ADDON_NAME = "UniversalMultilingual"
1919
ADDON_KEYWORD = "UML"
2020

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "1.1.0", "release_date": "2026-03-08"}
1+
{"version": "1.1.1", "release_date": "2026-04-10"}

0 commit comments

Comments
 (0)