Update history topics

This commit is contained in:
Piro / YUKI Hiroshi 2013-08-21 03:56:46 +09:00
parent 2b103ee178
commit bfa6d5bb0b
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
* Fixed: On Firefox 23 and later, ignore the preference "hide the tab bar when there is only one tab" because it was available on Firefox 22 or older versions.
* Fixed: Resolve visual glitch of the tab bar after showing/hiding a toolbar.
* Fixed: Works with [bug489729 (Disable detach and tear off tab)](https://addons.mozilla.org/firefox/addon/bug489729-disable-detach-and-t/).
* Improved: Keep last dummy (group) tab even if I close the last child of the group tab, when the group tab is the last tab. (To disable this feature and back to the previous behaviour, then change the value of the secret preference "extensions.treestyletab.autoRemoveNeedlessGroupTab.lastTab" to "true".
* Fixed: Show/hide tab bar correctly after the grippy is clicked.
* [ru locale is updated by Infocatcher. Thanks!](https://github.com/piroor/treestyletab/pull/534)
- 0.14.2013052901
* Fixed: Pinned tabs are shown with more stylized appearance.

View File

@ -13,6 +13,8 @@
* Firefox 23以降で、Firefox 22以前でのみ有効だった「タブが1つだけの時にタブバーを隠す設定」を挙動に反映しないようにした
* ツールバーの表示・非表示を切り替えた後などにタブバーの見た目が壊れることがあったのを修正
* [bug489729 (Disable detach and tear off tab)](https://addons.mozilla.org/firefox/addon/bug489729-disable-detach-and-t/)と併用できるようにした
* グループ化用のダミーのタブの最後の子タブを閉じたときでも、そのダミーのタブが最後のタブである場合はダミーのタブを閉じないようにした常に不要なダミーのタブを消すという従来の挙動に戻したい場合は、隠し設定「extensions.treestyletab.autoRemoveNeedlessGroupTab.lastTab」の値を「true」に設定してください
* タブバーのスプリッタ上のつまみをクリックした時に、タブバーの表示・非表示が更新されていなかったのを修正
* ロシア語ロケール更新([by Infocatcher. Thanks!](https://github.com/piroor/treestyletab/pull/534)
- 0.14.2013052901
* ピン留めされたタブの外観をより綺麗に調整するようにした