Skip to content

Commit

Permalink
Indent more
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 6, 2021
1 parent 5f7f82d commit d7b77de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions history.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* Fix visual corruption on very old versions of Firefox. (regression on 3.8.5)
- 3.8.5 (2021.7.6)
* Breaking change around DOM structure of tabs:
* Each tab now has `tab-item-substance` as a mid-level container between `tab-item` and tab content elements like `tab-favicon`.
If you use any custom user styles, [`>` (child combinator)](https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator) after `tab-item` in selectors need to be removed.
* Helper addons depending DOM structure of TST 3.8.4 or older versions may not work.
* Each tab now has `tab-item-substance` as a mid-level container between `tab-item` and tab content elements like `tab-favicon`.
If you use any custom user styles, [`>` (child combinator)](https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator) after `tab-item` in selectors need to be removed.
* Helper addons depending DOM structure of TST 3.8.4 or older versions may not work.
* Open bookmarks including `about:newtab` correctly.
* Init list of external addons for permissions correctly.
* Reduce annoying errors in the error console.
Expand Down Expand Up @@ -53,13 +53,13 @@
* Update `ru` locale by [wvxwxvw](https://github.com/wvxwxvw). Thanks!
- 3.8.0 (2021.5.5)
* Restructure behaviors about closing and moving of a parent tab.
* In the sidebar, now there are some permanently fixed behaviors and some configurable presets:
* Closing a parent tab with collapsed tree: closes the entire tree.
* Moving a parent tab with collapsed tree: moves the entire tree.
* Moving a parent tab with expanded tree: behaves according to configurations under the section "Drag and Drop".
* There is a preset for people using Firefox's native tab bar as an UI to operate solo tab. In this case all tab operations done outside of the sidebar (Firefox's native tab bar, keyboard shortcuts, or other addons) are treated as operations for solo tabs, not tree of tabs.
* There is a preset for people desireing TST to control tabs as trees always. In this case all tab operations are treated same as operations in the sidebar, even if it is done on Firefox's native tab bar, keyboard shortcuts, or other addons.
* Otherwise you can configure behaviors for each case: closing of a parent with expanded tree in the sidebar, closing of a parent with collapsed/expanded tree outside of the sidebar, moving of a parent with collapsed/expanded tree outside of the sidebar, and more options for cases with closed sidebar.
* In the sidebar, now there are some permanently fixed behaviors and some configurable presets:
* Closing a parent tab with collapsed tree: closes the entire tree.
* Moving a parent tab with collapsed tree: moves the entire tree.
* Moving a parent tab with expanded tree: behaves according to configurations under the section "Drag and Drop".
* There is a preset for people using Firefox's native tab bar as an UI to operate solo tab. In this case all tab operations done outside of the sidebar (Firefox's native tab bar, keyboard shortcuts, or other addons) are treated as operations for solo tabs, not tree of tabs.
* There is a preset for people desireing TST to control tabs as trees always. In this case all tab operations are treated same as operations in the sidebar, even if it is done on Firefox's native tab bar, keyboard shortcuts, or other addons.
* Otherwise you can configure behaviors for each case: closing of a parent with expanded tree in the sidebar, closing of a parent with collapsed/expanded tree outside of the sidebar, moving of a parent with collapsed/expanded tree outside of the sidebar, and more options for cases with closed sidebar.
* Better accessibility information for the sidebar. This change should help [controlling of the sidebar via speech recognition](https://github.com/piroor/treestyletab/wiki/How-to-control-Tree-Style-Tab-via-speech-recognition).
* Add the simulated "New Tab" context menu command on tabs.
* "Close Tabs to the Bottom" and "Close Other Tabs" context menu commands now skips collapsed descendants of the context tab.
Expand Down
20 changes: 10 additions & 10 deletions history.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* 非常に古いバージョンで表示が崩れる問題を修正(3.8.5での後退バグ)
- 3.8.5 (2021.7.6)
* タブのDOM構造に破壊的な変更があります:
* 各タブの `tab-item` と内容( `tab-favicon` など)との間に、中間コンテナとして `tab-item-substance` を追加しました。
ユーザースタイルを使用している場合、セレクタ内で `tab-item` の後に記述していた[`>`(子結合子)](https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator)は削除する必要があります。
* TST 3.8.4までのDOM構造に依存しているヘルパーアドオンは動作しない場合があります。
* 各タブの `tab-item` と内容( `tab-favicon` など)との間に、中間コンテナとして `tab-item-substance` を追加しました。
ユーザースタイルを使用している場合、セレクタ内で `tab-item` の後に記述していた[`>`(子結合子)](https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator)は削除する必要があります。
* TST 3.8.4までのDOM構造に依存しているヘルパーアドオンは動作しない場合があります。
* `about:newtab`を含む項目がある時に、フォルダー内のブックマークをタブで開けなくなっていたのを修正
* 権限設定のためのUIに他のアドオンの一覧を表示できなくなっていたのを修正
* エラーコンソールに表示されるエラーの量を減らした
Expand Down Expand Up @@ -53,13 +53,13 @@
* `ru`ロケール更新(by [wvxwxvw](https://github.com/wvxwxvw), thanks!)
- 3.8.0 (2021.5.5)
* 親タブを閉じたり移動したりしたときの振る舞いに関する設定を整理
* サイドバー内での操作について、以下の場面では常に固定の挙動が反映されます:
* 折りたたまれたツリーの親を閉じる:ツリー全体を閉じる。
* 折りたたまれたツリーの親を移動する:ツリー全体を移動する。
* 展開状態のツリーの親を移動する:「ドラッグ&ドロップ」セクションでの設定に従う
* Firefox自身のタブバーを、タブをツリーではなく単独のタブとして操作するためのUIとして使いたい人向けのプリセット設定では、サイドバー外(Firefox自身のタブバー、キーボードショートカット、他のアドオン)での操作はツリーではなく単独のタブに対する操作として扱われます。
* タブをTSTによって制御されたツリーとして常に取り扱いたい人向けのプリセット設定では、サイドバー外(Firefox自身のタブバー、キーボードショートカット、他のアドオン)での操作であっても常にサイドバー内のタブに対する操作と同じ動作をします。
* それ以外の場合、以下のそれぞれの場面向けに個別の動作を設定できます:サイドバー内で展開状態のツリーの親を閉じた場合、サイドバー外で折りたたまれた状態・展開状態のツリーの親を閉じた場合、サイドバー外で折りたたまれた状態・展開状態のツリーの親を移動した場合、および、サイドバーが閉じられた状態での操作。。
* サイドバー内での操作について、以下の場面では常に固定の挙動が反映されます:
* 折りたたまれたツリーの親を閉じる:ツリー全体を閉じる。
* 折りたたまれたツリーの親を移動する:ツリー全体を移動する。
* 展開状態のツリーの親を移動する:「ドラッグ&ドロップ」セクションでの設定に従う
* Firefox自身のタブバーを、タブをツリーではなく単独のタブとして操作するためのUIとして使いたい人向けのプリセット設定では、サイドバー外(Firefox自身のタブバー、キーボードショートカット、他のアドオン)での操作はツリーではなく単独のタブに対する操作として扱われます。
* タブをTSTによって制御されたツリーとして常に取り扱いたい人向けのプリセット設定では、サイドバー外(Firefox自身のタブバー、キーボードショートカット、他のアドオン)での操作であっても常にサイドバー内のタブに対する操作と同じ動作をします。
* それ以外の場合、以下のそれぞれの場面向けに個別の動作を設定できます:サイドバー内で展開状態のツリーの親を閉じた場合、サイドバー外で折りたたまれた状態・展開状態のツリーの親を閉じた場合、サイドバー外で折りたたまれた状態・展開状態のツリーの親を移動した場合、および、サイドバーが閉じられた状態での操作。。
* サイドバー内のUI要素にアクセシビリティ情報を提供するようにし、[音声認識経由でのサイドバーの操作をより容易に行えるようにした](https://github.com/piroor/treestyletab/wiki/How-to-control-Tree-Style-Tab-via-speech-recognition).
* タブのコンテキストメニューに、Firefox本体の物を再現した「新しいタブ」コマンドを追加
* コンテキストメニューの「下のタブを閉じる」と「他のタブを閉じる」について、メニューを開いたタブの配下にある折りたたまれたツリーは、閉じる対象に含めないようにした
Expand Down

0 comments on commit d7b77de

Please sign in to comment.