Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 9, 2023
1 parent 8293dab commit f924849
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# History

- master/HEAD
- 1.6.0 (2023.11.9)
* Add ability to choose which tabs (individual tab, whole tree, tree descendants, or all tabs) are copied from sub menu.
* Add ability to choose the delimiter of copied items from not only line breaks but spaces or tabs also.
* Resolve indent of `%TREE_INDENT()%` for copied items consistently.
* Copy whole tree by default when there is no multiselection and the context tab is a tree parent.
* Support more tab management addons like Sideberry not only Tree Style Tab ([by Lej77. Thanks!](https://github.com/piroor/copy-selected-tabs-to-clipboard/pull/46))
* Rename the placeholder `%TST_INDENT()%` to `%TREE_INDENT()%` because other tab management addons are now supported. The old placeholder name is still available for backward compatibility.
* Determine color of SVG icons for the platform color mode (dark or bright), based on the CSS prefers-color-scheme feature.
- 1.5.2 (2023.9.9)
* Fix typo in the default format of HTML link
- 1.5.1 (2022.10.12)
Expand Down
8 changes: 8 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# 更新履歴

- master/HEAD
- 1.6.0 (2023.11.9)
* どのタブをコピーするか(単独のタブ、ツリー全体、配下のタブ、またはすべてのタブ)を都度サブメニューで選択する設定を追加
* コピーされた項目の区切り文字を、改行だけでなくスペースやタブに変更する設定を追加
* コピーされた項目の`%TREE_INDENT()%`に基づくインデントの深さを安定して解決するように修正
* タブが複数選択されておらず、コンテキストメニューを開いたタブがツリーの親だった場合、初期状態でそのツリー全体をコピーするように↓
* Tree Style Tab以外のSideberryなどのタブ管理アドオンにも対応([by Lej77. Thanks!](https://github.com/piroor/copy-selected-tabs-to-clipboard/pull/46)
* 他のタブ管理アドオンにも対応したため、プレースホルダー`%TST_INDENT()%`の名前を`%TREE_INDENT()%`に変更した(後方互換性のため、従来の名前も引き続き使用可能)
* SVGアイコンの色をCSS prefers-color-schemeを用いてプラットフォームの配色に合わせるようにした
- 1.5.2 (2023.9.9)
* 初期値のHTMLリンクの定義の誤記を修正
- 1.5.1 (2022.10.12)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.5.2",
"version": "1.6.0",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit f924849

Please sign in to comment.