From cad81e2f910c7f6ff3b545d3d308226c72488fae Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Thu, 15 Sep 2016 22:21:00 +0900 Subject: [PATCH] Add news topics --- history.en.md | 5 +++++ history.ja.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/history.en.md b/history.en.md index 55097032..73b65518 100644 --- a/history.en.md +++ b/history.en.md @@ -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 diff --git a/history.ja.md b/history.ja.md index 0c52fa7d..c7fa7674 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,8 +1,13 @@ # 更新履歴 - 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)) * Nightly 51.0a1において、ピン留めされたタブ内の録音ボタンの表示が崩れていたのを守勢 + * 古いライブラリや非推奨になったコードを削除 - 0.18.2016090802 * `browser.tabs.drawInTitlebar`=`false`の設定の時にブラウザウィンドウの初期化に失敗する問題を修正(0.18.2016090601以降での後退バグ) - 0.18.2016090801