Add topic about Pale Moon

This commit is contained in:
YUKI Hiroshi 2016-02-12 18:40:38 +09:00
parent e69d49d7d5
commit 954c4cf66d

View File

@ -8,6 +8,7 @@ I'm very sorry but this addon is strongly concentrated about "tree of tabs". In
* Full support for the horizontal tab bar or non-indented vertical tabs: Basically this is designed to provide vertical indented tree of tabs. Other forms are just bonus, so there is only a few motivation and support for those forms. If you are a heavy user of such forms, bugs appearing only on those forms possibly won't fixed by me. Instead please fix it by your hand and send pull requests to me.
* High compatibility with [Tab Mix Plus](https://addons.mozilla.org/firefox/addon/tab-mix-plus/), especially its own session management feature: Supporting TMP is very hard, because TMP-enhanced Firefox is totally different from plain Firefox - they are practically different applications. So, it requires hard work to support both applications constantly. Moreover, unfortunately I have very few motivation to maintain TST for TMP, because I'm not a user of TMP. If you are using TST with TMP and get some troubles, those bugs won't be fixed by my hand aggressively. Instead please fix problems you met and send pull requests to me.
* [Support for Pale Moon](https://github.com/piroor/treestyletab/issues/1043): Pale Moon is based on old Firefox but TST supports only recent versions of official Firefox. Supporting for Pale Moon means supporting for very old Firefox. To keep codes cleaner, I have to remove obsolete codes only for old versions of Firefox. If you require TST for Pale Moon, sorry but please fork this project and rollback to an old revision which can work on Pale Moon.
* [Ability to show both horizontal and vertical tab bars](https://github.com/piroor/treestyletab/issues/304): It can't be done because TST's vertical tab bar is the Firefox's tab bar itself. In other words, TST just rotates the orientation of the tab bar from horizontal to vertical and completely reuses Firefox's tab bar.
* [Quick access to the configuration dialog](https://github.com/piroor/treestyletab/issues/1020)
* [Keyboard shortcut to toggle show/hide of the tab bar](https://github.com/piroor/treestyletab/issues/156)