File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments