From 4beea215b7cfa8ab822b413252132e34c38ccdfe Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Wed, 12 Oct 2022 03:24:51 +0900 Subject: [PATCH] Fix list level --- history.en.md | 16 ++++++++-------- history.ja.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/history.en.md b/history.en.md index 6a8da526d..4e04e2a9a 100644 --- a/history.en.md +++ b/history.en.md @@ -9,15 +9,15 @@ * Update the title of a group tab more certainly. * Clear wrongly memorized "Ctrl key is pressed down" state after tab open/close to avoid unstable behavior after some operations. * Introduce new placeholders for bookmark folder name to bookmark multiple tabs. - * `%GROUP%`: the title of the parent tab if it is a group tab, otherwise blank. - * `%HOURS%`: hours of the time in two digits. - * `%MINUTES%`: minutes of the time in two digits. - * `%SECONDS%`: seconds of the time in two digits. - * `%MILLISECONDS%`: milliseconds of the time in three digits. - * `%ANY(value1, value2, ...)%`: the first effective value in the given list. + * `%GROUP%`: the title of the parent tab if it is a group tab, otherwise blank. + * `%HOURS%`: hours of the time in two digits. + * `%MINUTES%`: minutes of the time in two digits. + * `%SECONDS%`: seconds of the time in two digits. + * `%MILLISECONDS%`: milliseconds of the time in three digits. + * `%ANY(value1, value2, ...)%`: the first effective value in the given list. * Allow to pin group tabs. - * It will leave an alias group tab at its original position. - * Drag-and-drop onto pinned group tab is treated as the action on the alias group tab. + * It will leave an alias group tab at its original position. + * Drag-and-drop onto pinned group tab is treated as the action on the alias group tab. * API: add a new notification message type [`try-handle-newtab`](https://github.com/piroor/treestyletab/wiki/API-for-other-addons#suppress-handling-of-new-tabs-by-tst) to allow helper addons to override TST's behavior of opened tab handling. - 3.9.5 (2022.9.21) * Update `de` locale by [SammysHP](https://github.com/SammysHP). Thanks! diff --git a/history.ja.md b/history.ja.md index e32e496d3..b4d63fe40 100644 --- a/history.ja.md +++ b/history.ja.md @@ -9,15 +9,15 @@ * グループ化用のタブのタイトルをより確実に初期化するようにした * いくつかの操作の後の不安定な動作の原因となっていた、誤って保持されていた「Ctrlキーが押されている」という内部状態を、タブが開かれたり閉じられたりしたタイミングで消去するようにした * 複数のタブをブックマークしたときの既定のブックマークフォルダーの名前に使用できるプレースホルダを追加 - * `%GROUP%`: ツリーの親タブがグループ化用のタブだった場合はそのタイトル、そうでなければ空文字 - * `%HOURS%`: 2桁で表した現在時刻の時間 - * `%MINUTES%`: 2桁で表した現在時刻の分 - * `%SECONDS%`: 2桁で表した現在時刻の秒 - * `%MILLISECONDS%`: 3桁で表した現在時刻のミリ秒 - * `%ANY(value1, value2, ...)%`: 指定された値の中で最初に有効な値 + * `%GROUP%`: ツリーの親タブがグループ化用のタブだった場合はそのタイトル、そうでなければ空文字 + * `%HOURS%`: 2桁で表した現在時刻の時間 + * `%MINUTES%`: 2桁で表した現在時刻の分 + * `%SECONDS%`: 2桁で表した現在時刻の秒 + * `%MILLISECONDS%`: 3桁で表した現在時刻のミリ秒 + * `%ANY(value1, value2, ...)%`: 指定された値の中で最初に有効な値 * グループ化用のタブをピン留めできるようにした - * タブがあった元々の位置には、エイリアスとなるタブが残されます - * ピン留めされたグループ化用のタブへのドラッグ&ドロップ操作は、エイリアスとして残されたタブへのドロップ操作として扱われます + * タブがあった元々の位置には、エイリアスとなるタブが残されます + * ピン留めされたグループ化用のタブへのドラッグ&ドロップ操作は、エイリアスとして残されたタブへのドロップ操作として扱われます * API: 開かれたタブのTSTによる取り扱い動作をヘルパーアドオンから上書きできるようにする新しい通知型のメッセージである[`try-handle-newtab`](https://github.com/piroor/treestyletab/wiki/API-for-other-addons#suppress-handling-of-new-tabs-by-tst)を追加 - 3.9.5 (2022.9.21) * `de`ロケール更新(by [SammysHP](https://github.com/SammysHP), thanks!)