Correct link to the pull request

0fc3a4627d (commitcomment-3731247)
This commit is contained in:
Piro / YUKI Hiroshi 2013-07-28 01:42:32 +09:00
parent 9a5dd3f8ad
commit 477d1a886b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
* Fixed: Don't break tree structure by drag and drop of a child tab to move it to the upper level. * Fixed: Don't break tree structure by drag and drop of a child tab to move it to the upper level.
* Fixed: Detect new tabs opened from content scripts more correctly. * Fixed: Detect new tabs opened from content scripts more correctly.
* Fixed: Show favicon for dummy (group) tabs correctly on Firefox 22. * Fixed: Show favicon for dummy (group) tabs correctly on Firefox 22.
* Fixed: Detect dummy (group) tabs correctly. ([Fixed by Infocatcher. thanks!](this.kMENUITEM_CLOSE_TABS_TO_END)) * Fixed: Detect dummy (group) tabs correctly. ([Fixed by Infocatcher. thanks!](https://github.com/piroor/treestyletab/issues/518))
- 0.14.2013052901 - 0.14.2013052901
* Fixed: Pinned tabs are shown with more stylized appearance. * Fixed: Pinned tabs are shown with more stylized appearance.
* Fixed: Don't set margin to indicate grouped tabs for parent tabs next to hidden tabs in more cases. (by Drugoy. Thanks!) * Fixed: Don't set margin to indicate grouped tabs for parent tabs next to hidden tabs in more cases. (by Drugoy. Thanks!)

View File

@ -9,7 +9,7 @@
* 子タブをドラッグしてひとつ上のレベルに移動する操作でツリー構造が壊れる場合があったのを修正 * 子タブをドラッグしてひとつ上のレベルに移動する操作でツリー構造が壊れる場合があったのを修正
* Webページ中のスクリプトから開かれたタブを子タブとして開く機能について、より正しく動作するようにした * Webページ中のスクリプトから開かれたタブを子タブとして開く機能について、より正しく動作するようにした
* Firefox 22でグループ化用のダミーのタブのアイコンが正しく表示されなくなっていたのを修正 * Firefox 22でグループ化用のダミーのタブのアイコンが正しく表示されなくなっていたのを修正
* グループ化用のダミーのタブでない物をダミーのタブと誤認する場合があったのを修正([by Infocatcher. thanks!](this.kMENUITEM_CLOSE_TABS_TO_END) * グループ化用のダミーのタブでない物をダミーのタブと誤認する場合があったのを修正([by Infocatcher. thanks!](https://github.com/piroor/treestyletab/issues/518)
- 0.14.2013052901 - 0.14.2013052901
* ピン留めされたタブの外観をより綺麗に調整するようにした * ピン留めされたタブの外観をより綺麗に調整するようにした
* 他のグループのタブがある時に、変な位置でタブの間にマージンが適用されてしまう問題について、まだ問題が修正されていなかったケースがあったのを改善by Drugoy. Thanks! * 他のグループのタブがある時に、変な位置でタブの間にマージンが適用されてしまう問題について、まだ問題が修正されていなかったケースがあったのを改善by Drugoy. Thanks!