From 7ef97de2a05b88b0375e16a3dbcb8faba12eacb0 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Sun, 9 Jun 2024 22:29:32 +0900 Subject: [PATCH] Bump version to 1.6.5 --- history.en.md | 2 ++ history.ja.md | 2 ++ manifest.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index bab0906..61bd75c 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,8 @@ # History - master/HEAD + - 1.6.5 (2024.6.9) + * Add new functional placeholders: `%PREFIX(...)%` and `%SUFFIX(...)%` to define text before/after while copied text. - 1.6.4 (2024.5.18) * Copy tabs correctly without any infinite loop, even if there is any tab having its ID at its `openerTabId`, e.g. a tab after "detaching" from its opener by TST or something tree management addon. - 1.6.3 (2024.4.9) diff --git a/history.ja.md b/history.ja.md index a44e27e..ca22379 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,8 @@ # 更新履歴 - master/HEAD + - 1.6.5 (2024.6.9) + * コピーしたテキストの前後のテキストを定義する関数型プレースホルダー `%PREFIX(...)%` と `%SUFFIX(...)%` を追加 - 1.6.4 (2024.5.18) * TSTで親タブからデタッチされた後のタブなど、`openerTabId`にそのタブ自身のIDを持つタブがあるときにコピー操作に失敗する(無限ループに陥る)問題を修正 - 1.6.3 (2024.4.9) diff --git a/manifest.json b/manifest.json index e427d46..f0032b4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "1.6.4", + "version": "1.6.5", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [