Skip to content

Commit 36a92af

Browse files
committed
Bump version to 1.6.8iBump version to 1.6.8
1 parent 05f3a2e commit 36a92af

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 1.6.8 (2026.1.20)
5+
* Fix miscaching of descendant tabs. [(by Gitoffthelawn, thanks!)](https://github.com/piroor/copy-selected-tabs-to-clipboard/pull/62)
46
- 1.6.7 (2025.3.25)
57
* Add new functional placeholder: `%DELIMITER(...)%` to override the delimiter.
68
* Accept strings quoted with a pair of `"` or `'` by `%PREFIX(...)%` and `%SUFFIX(...)%`.

history.ja.md

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

33
- master/HEAD
4+
- 1.6.8 (2026.1.20)
5+
* 子孫タブの取得処理のキャッシュ機構が機能していなかったのを修正 [(by Gitoffthelawn, thanks!)](https://github.com/piroor/copy-selected-tabs-to-clipboard/pull/62)
46
- 1.6.7 (2025.3.25)
57
* 区切り文字を変更するための関数型プレースホルダー `%DELIMITER(...)%` を追加
68
* `%PREFIX(...)%``%SUFFIX(...)%` において、`"` または `'` で括られた値を受け付けるようにした

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": "1.6.7",
4+
"version": "1.6.8",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)