Add news topics
This commit is contained in:
parent
2712c05d3c
commit
cad81e2f91
@ -1,8 +1,13 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
- master/HEAD
|
- 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))
|
* 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.
|
* Show microphone icon on Nightly 51.0a1 in pinned tabs correctly.
|
||||||
|
* Isolate from old libraries and old unrecommended methods.
|
||||||
- 0.18.2016090802
|
- 0.18.2016090802
|
||||||
* Failed to initialize the browser window with a preference: `browser.tabs.drawInTitlebar`=`false` (regression on 0.18.2016090601.)
|
* Failed to initialize the browser window with a preference: `browser.tabs.drawInTitlebar`=`false` (regression on 0.18.2016090601.)
|
||||||
- 0.18.2016090801
|
- 0.18.2016090801
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
# 更新履歴
|
# 更新履歴
|
||||||
|
|
||||||
- master/HEAD
|
- master/HEAD
|
||||||
|
* 複数の新しいタブをバックグラウンドで開くよう指定された場面で、常に最初のタブが選択されてしまう問題を修正
|
||||||
|
* ツリーのドラッグ中にドラッグ中の他のタブを小さく縮めるようにした(実験的な機能)
|
||||||
|
* タイトルバー内にUI要素を表示するFirefoxの機能が期待通りに動作しない部分があったのを修正(後退バグ)
|
||||||
|
* 新しいタブを隣に開く設定が期待通り動作しない場面があったのを修正
|
||||||
* macOS(OS 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))
|
* macOS(OS 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において、ピン留めされたタブ内の録音ボタンの表示が崩れていたのを守勢
|
* Nightly 51.0a1において、ピン留めされたタブ内の録音ボタンの表示が崩れていたのを守勢
|
||||||
|
* 古いライブラリや非推奨になったコードを削除
|
||||||
- 0.18.2016090802
|
- 0.18.2016090802
|
||||||
* `browser.tabs.drawInTitlebar`=`false`の設定の時にブラウザウィンドウの初期化に失敗する問題を修正(0.18.2016090601以降での後退バグ)
|
* `browser.tabs.drawInTitlebar`=`false`の設定の時にブラウザウィンドウの初期化に失敗する問題を修正(0.18.2016090601以降での後退バグ)
|
||||||
- 0.18.2016090801
|
- 0.18.2016090801
|
||||||
|
Loading…
Reference in New Issue
Block a user