Skip to content

Commit cebeb44

Browse files
committed
Bump version to 6.1.10
1 parent d0e2afc commit cebeb44

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

history.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# History
22

33
- master/HEAD
4+
- 6.1.10 (2025.5.27)
5+
* Detect multiple URIs in a selection correctly. (regression at 6.1.5)
6+
* Detect exactly targetted URI from partial selection even if there is any shorter version URIs appear before the targetted part.
47
- 6.1.9 (2023.3.25)
58
* Optimize reaction for modifications of text selections: early termination of DOM traversing on not visually inline container.
69
- 6.1.8 (2023.3.24)

history.ja.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 6.1.10 (2025.5.27)
5+
* 選択範囲内の複数のURI文字列を正しく列挙するよう修正(6.1.5での後退バグ)
6+
* 部分選択からURIを検出する際に、狙った位置よりも前により短いURIがあるとそちらが検出されてしまっていたのを修正
47
- 6.1.9 (2023.3.25)
58
* 文字列選択時の動作を高速化(視覚的にインラインになっていないコンテナーを検知して、可能な限り早期に打ち切るようにした)
69
- 6.1.8 (2023.3.24)

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "6.1.9",
4+
"version": "6.1.10",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)