Add news topics

This commit is contained in:
Piro / YUKI Hiroshi 2016-09-15 22:21:00 +09:00
parent 2712c05d3c
commit cad81e2f91
2 changed files with 10 additions and 0 deletions

View File

@ -1,8 +1,13 @@
# History
- master/HEAD
* New background tabs are opened correctly. (The first opened tab was opened in the foreground unexpectedly.)
* Shrink other dragged tabs while dragging. (experimental feature)
* Better handling of "Tabs in Titlebar" feature of Firefox itself.
* Open new tab as a next sibling morecorrectly.
* Better styling of tabs with the "Metal" skin on macOS (OS X). (Many thanks to Andrew Shu! [patch 1](https://github.com/piroor/treestyletab/pull/1192), [patch 2](https://github.com/piroor/treestyletab/pull/1194))
* Show microphone icon on Nightly 51.0a1 in pinned tabs correctly.
* Isolate from old libraries and old unrecommended methods.
- 0.18.2016090802
* Failed to initialize the browser window with a preference: `browser.tabs.drawInTitlebar`=`false` (regression on 0.18.2016090601.)
- 0.18.2016090801

View File

@ -1,8 +1,13 @@
# 更新履歴
- master/HEAD
* 複数の新しいタブをバックグラウンドで開くよう指定された場面で、常に最初のタブが選択されてしまう問題を修正
* ツリーのドラッグ中にドラッグ中の他のタブを小さく縮めるようにした(実験的な機能)
* タイトルバー内にUI要素を表示するFirefoxの機能が期待通りに動作しない部分があったのを修正後退バグ
* 新しいタブを隣に開く設定が期待通り動作しない場面があったのを修正
* macOSOS XにおけるMetalテーマでのタブ周りの表示崩れを修正 (Many thanks to Andrew Shu! [patch 1](https://github.com/piroor/treestyletab/pull/1192), [patch 2](https://github.com/piroor/treestyletab/pull/1194))
* Nightly 51.0a1において、ピン留めされたタブ内の録音ボタンの表示が崩れていたのを守勢
* 古いライブラリや非推奨になったコードを削除
- 0.18.2016090802
* `browser.tabs.drawInTitlebar`=`false`の設定の時にブラウザウィンドウの初期化に失敗する問題を修正0.18.2016090601以降での後退バグ)
- 0.18.2016090801