Skip to content

Commit 9ef0bf8

Browse files
committed
Add news topics
1 parent 7bbf1af commit 9ef0bf8

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

history.en.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
- master/HEAD
44
* Better visibility of active tabs and closeboxes on the high contrast mode.
5+
* Fix regressions on 3.5.24 around auto-correcting of tabs order after multiple opened tabs.
6+
* Fix wrong successor tab control around child tabs and their closed opener parent tabs: the next sibling of a closed child active tab will become active instead of the parent tab.
7+
* Initialize restored group tabs more certainly.
8+
* Search text dropped onto the sidebar with the default search engine correctly.
9+
* Add regular choices for drag and drop options to prevent detaching of dropped tabs to a separate window.
510
* Add ability to control container of new tabs from three options: no inheritance, inherit from the current tab, or inherit from the tree parent.
11+
* Show throbber with the color same to tab labels on a dark theme.
12+
* Remove needless underline of tab labels on the "Sidebar" theme.
13+
* Set "Plain" as the default theme on Windows and Linux correctly.
14+
* Fix wrong behaviors of "All Configs" UI: apply imported configs to options UI immediately and treat decimal values as valid for some numeric options.
615
* Update `ru` locale by [wvxwxvw](https://github.com/wvxwxvw). Thanks!
716
- 3.5.27 (2020.9.6)
817
* Reduce more visual motions when [they are reduced by platform configs](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion).

history.ja.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
- master/HEAD
44
* ハイコントラストモードでのアクティブなタブとクローズボックスの視認性を向上
5+
* 複数のタブが同時に開かれた場合などのタブの並び順の補正処理が機能しなくなっていたのを修正(3.5.24での後退バグ)
6+
* 閉じられた親タブとその子タブの間で、子タブを閉じた後にフォーカスが次の兄弟タブでなく常に親タブに移ってしまう問題を修正
7+
* タブバー上にURL出ない文字列がドロップされた時に、既定の検索エンジンでの検索が行われなくなっていたのを修正
8+
* セッション復元後などにグループ化用のタブの復元が意図せず中断される場合があったのを修正
9+
* ドラッグ&ドロップ操作の通常の選択肢として、ドロップされたタブを別ウィンドウに切り離さない選択肢を追加した
510
* 新しく開かれたタブのコンテナーをより細かく制御できるようにした(継承なし、現在のタブから継承、ツリーの親から継承のいずれかから選択)
11+
* くらいテーマが使用されている状況でタブの読み込み状況インジケータがタブのラベルと同じ色で表示されなくなっていたのを修正
12+
* 「Sidebar」テーマでタブのラベルに不要な下線が表示されていたのを修正
13+
* 「Plain」をWindowsとLinuxでの既定のテーマとして正しく設定するようにした
14+
* 「すべての設定」のUIの不備を改善:インポートした設定をUIに即座に反映し、また、数値型の一部の設定項目で小数が不正な値として警告されてしまわないようにした
615
* `ru`ロケール更新(by [wvxwxvw](https://github.com/wvxwxvw), thanks!)
716
- 3.5.27 (2020.9.6)
817
* [プラットフォームの設定でアニメーション効果が抑制されている場合](https://developer.mozilla.org/ja/docs/Web/CSS/@media/prefers-reduced-motion)に、視覚的な変化をより抑制するようにした

0 commit comments

Comments
 (0)