Skip to content

Commit

Permalink
Add news topics
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 10, 2023
1 parent abfc925 commit bb9bd04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# History

- master/HEAD
* Add context menu commands and keyboard shortcut slots "Mute/Unmute this Tree" and "Mute/Unmute Descendants".
* Increase default interval of the heartbeat between sidebar pages and the background page from 1sec to 5sec for less CPU usage.
* Optimize performance of updating maximum tree level on situations with disabled animation.
* Determine color of SVG icons for the platform color mode (dark or bright), based on the CSS prefers-color-scheme feature.
* [Update `fr` locale by cayenne17](https://github.com/piroor/treestyletab/pull/3406). Thanks!
- 3.9.17 (2023.9.8)
* Handle tabs internally moved by TST itself more correctly. Reduced wrong placements of tabs opened from a pinned parent on some situations.
* Optimize initialization process of the tab context menu on the sidebar page. Reduced delayed update of menu items after the menu appears on the screen.
Expand Down
5 changes: 5 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 更新履歴

- master/HEAD
* コンテキストメニューの項目とキーボードショートカット設定用スロットに「ツリーをミュート/ミュート解除」「配下のタブをミュート/ミュート解除」を追加
* CPU使用率低減のため、サイドバーとバックグラウンドページの間の生存確認の通信を1秒間隔から5秒間隔に減らした
* アニメーション効果が無効になっているときの、ツリーの最大の深さの再計算処理を最適化した
* SVGアイコンの色をCSS prefers-color-schemeを用いてプラットフォームの配色に合わせるようにした
* [`fr`ロケール更新(by cayenne17, thanks!)](https://github.com/piroor/treestyletab/pull/3406)
- 3.9.17 (2023.9.8)
* TSTによる内部的なタブの再配置時の取り扱いを改善し、ピン留めされたタブを親として開かれた子タブが誤った位置に配置されにくくなるようにした
* サイドバー上でのコンテキストメニューの初期化処理を最適化し、メニューが画面に現れてから遅れて項目が更新される様子を観測されにくくした
Expand Down

0 comments on commit bb9bd04

Please sign in to comment.