Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

Panorama Tab Groups のバージョン履歴 - 全 12 バージョン

Panorama Tab Groups 作成者: projectdelphai

5 段階中 4.4 の評価
5 段階中 4.4 の評価
5
194
4
23
3
10
2
9
1
24
Panorama Tab Groups のバージョン履歴 - 全 12 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 0.8.12

    リリース日 : 2020年5月19日 - 102.17 KB
    firefox バージョン 42.0 以降 で動作
    Hopefully the 0.8.10 release didn't mess up too many people. I released a quick 0.8.11 patch and it was messy but it should have reverted the commit that messed up 0.8.10. Please let me know if it didn't.

    Welcome back after the holidays! As usual, sorry for the quietness but here's finally a new release. There's a lot of new exciting features such as tiling, search functionality and small QoL changes. I've been doing a lot of side-projects due to a new job to keep learning. I have my new dev environment up and running so you should start seeing more work from me soon! I'm hoping to get a new computer near the end of the month to replace my old dev server, but hopefully I can pump out some quality work before I go dark for that. Sorry for the wait and enjoy the following news!

    New Features/Changes
    ==================
    1. Added Tiling! The icons will probably get reworked in the future, but you can now (at the view page) select whether you want freeform view to move groups around as you want or tiling to automatically evenly split all the groups.
    1. Basic search functionality is now here! Type the name of the open tab you want to find in the search bar in the view page and that tab should now be selected and highlighted in blue.
    1. If you click on a group in the background, it'll now raise to the foreground (thanks to @crass )
    1. Restoring from old extensions should look a little nicer now (thanks to @crass )
    1. You can now move tab groups by selecting any part of the group, not just the header. Mouse icons should reflect this now as well.
    1. There is a reset button now but it isn't implemented yet. Hoping to have it finished by next release.
    1. Title of tab groups shows up when you hover the icon, the number of groups is now displayed on the icon as well.
    1. Added new translations

    Bug fixes/Backend work
    ==================
    1. David Gurk reworked a lot of how the shortcuts are handled and coded and helped out a bunch. Thanks!
    1. David removed urls from the tab group tab titles which was causing issues with PTG and rendering the view/tabs properly. Should reduce a bunch of the blank screen issues.
    1. Fixed bug which broke the backup utility
    1. Groups are created properly on new windows
    1. Removed internal debugging console logs, added comments.

    Known Bugs/Issues
    ==================
    1. Group IDs always increment and never decrement after closing a group so if you've been using PTG for a while, I'm sure your IDs will be very high. I'll be fixing that soon, ~should be an easy fix.~ It wasn't as easy as it looked. Will still be looking into this.
    1. I'm sure many translations broke with the new plural rules. Please take a look at the bottom of [this page](https://github.com/projectdelphai/panorama-tab-groups/blob/master/CONTRIBUTION.md#translations) to learn how to add plural rules to fix any broken translations.

    Thanks for waiting and supporting this project :) As always, suggestions are welcome [here](https://github.com/projectdelphai/panorama-tab-groups/issues). We're especially looking for translations so please help if you can! If you're not sure how exactly to submit a pull request, you can just translate every message line [here](https://github.com/projectdelphai/panorama-tab-groups/blob/master/src/_locales/en/messages.json) and drop it in an issue and I'll put it in the code.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    この拡張機能を使用するには Firefox が必要です
    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 0.8.11

    リリース日 : 2019年11月4日 - 74.97 KB
    firefox バージョン 42.0 以降 で動作
    Bug fix since last update broke existing installations. Here's hoping *crossed fingers*

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.10

    リリース日 : 2019年11月4日 - 75.08 KB
    firefox バージョン 42.0 以降 で動作
    Welcome back after the holidays! As usual, sorry for the quietness but here's finally a new release. There's a lot of new exciting features such as tiling, search functionality and small QoL changes. I've been doing a lot of side-projects due to a new job to keep learning. I have my new dev environment up and running so you should start seeing more work from me soon! I'm hoping to get a new computer near the end of the month to replace my old dev server, but hopefully I can pump out some quality work before I go dark for that. Sorry for the wait and enjoy the following news!

    New Features/Changes
    ==================
    1. Added Tiling! The icons will probably get reworked in the future, but you can now (at the view page) select whether you want freeform view to move groups around as you want or tiling to automatically evenly split all the groups.
    1. Basic search functionality is now here! Type the name of the open tab you want to find in the search bar in the view page and that tab should now be selected and highlighted in blue.
    1. If you click on a group in the background, it'll now raise to the foreground (thanks to @crass )
    1. Restoring from old extensions should look a little nicer now (thanks to @crass )
    1. You can now move tab groups by selecting any part of the group, not just the header. Mouse icons should reflect this now as well.
    1. There is a reset button now but it isn't implemented yet. Hoping to have it finished by next release.
    1. Title of tab groups shows up when you hover the icon, the number of groups is now displayed on the icon as well.
    1. Added new translations

    Bug fixes/Backend work
    ==================
    1. David Gurk reworked a lot of how the shortcuts are handled and coded and helped out a bunch. Thanks!
    1. David removed urls from the tab group tab titles which was causing issues with PTG and rendering the view/tabs properly. Should reduce a bunch of the blank screen issues.
    1. Fixed bug which broke the backup utility
    1. Groups are created properly on new windows
    1. Removed internal debugging console logs, added comments.

    Known Bugs/Issues
    ==================
    1. Group IDs always increment and never decrement after closing a group so if you've been using PTG for a while, I'm sure your IDs will be very high. I'll be fixing that soon, ~should be an easy fix.~ It wasn't as easy as it looked. Will still be looking into this.
    1. I'm sure many translations broke with the new plural rules. Please take a look at the bottom of [this page](https://github.com/projectdelphai/panorama-tab-groups/blob/master/CONTRIBUTION.md#translations) to learn how to add plural rules to fix any broken translations.

    Thanks for waiting and supporting this project :) As always, suggestions are welcome [here](https://github.com/projectdelphai/panorama-tab-groups/issues). We're especially looking for translations so please help if you can! If you're not sure how exactly to submit a pull request, you can just translate every message line [here](https://github.com/projectdelphai/panorama-tab-groups/blob/master/src/_locales/en/messages.json) and drop it in an issue and I'll put it in the code.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.9

    リリース日 : 2019年5月28日 - 65.32 KB
    firefox バージョン 42.0 以降 で動作
    New Features/Changes
    ==================
    1. Huge refactoring/performance changes by @aroskuski <3 People with large amounts of tabs/groups should see pretty big improvement.

    Small changes/bug fixes
    ==================
    1. Added a bunch of translations

    Known Bugs/Issues
    ==================
    1. Group IDs always increment and never decrement after closing a group so if you've been using PTG for a while, I'm sure your IDs will be very high. I'll be fixing that soon, should be an easy fix.
    1. I'm sure many translations broke with the new plural rules. Please take a look at the bottom of [this page](https://github.com/projectdelphai/panorama-tab-groups/blob/master/CONTRIBUTION.md#translations) to learn how to add plural rules to fix any broken translations.

    I know things have been pretty quiet around. I've been doing a lot of side-projects due to a new job to keep learning. Just got my revised environment up and running so while it isn't very pretty, I am able to merge pull request and do quick changes now. Should hopefully be back on track now :) Sorry for the wait!

    Thanks for waiting and supporting this project :) As always, suggestions are welcome [here](https://github.com/projectdelphai/panorama-tab-groups/issues). We're especially looking for translations so please help if you can! If you're not sure how exactly to submit a pull request, you can just translate every message line [here](https://github.com/projectdelphai/panorama-tab-groups/blob/master/src/_locales/en/messages.json) and drop it in an issue and I'll put it in the code.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.8

    リリース日 : 2019年2月19日 - 51.68 KB
    firefox バージョン 42.0 以降 で動作
    New Features/Changes
    ==================
    1. You can now send tabs to other groups through the context menu! Just right click on a tab and send to another group :) Just an FYI, for now you can technically right click and send the Panorama view to another tab. Just close the view and everything will fix itself.
    1. Tab groups now include the group ID next to the tab count. This is more for development/debugging but it might help you figure out which group to send a tab to (if you haven't named any yet).
    1. Added Polish translations thanks to @marsjaninzmarsa, French translations thanks to @lionel-bijaoui, and Korean translations thanks to @hong620
    1. Added Russian translations and plural forms thanks to David Gurk

    Small changes/bug fixes
    ==================
    1. Probably the biggest fix this release was fixing the bug where you couldn't save a backup of your groups. It was a simple problem, but hard to find, a missing html tag introduce back in v0.8.7 :( should be good to go now though!
    1. During developing PTG and updating firefox, the update page won't open up. It will only open when there's a new release of Panorama Tab Groups.
    1. A bunch of refactoring thanks to @Bareus :)

    Known Bugs/Issues
    ==================
    1. Group IDs always increment and never decrement after closing a group so if you've been using PTG for a while, I'm sure your IDs will be very high. I'll be fixing that soon, should be an easy fix.
    1. I'm sure many translations broke with the new plural rules. Please take a look at the bottom of [this page](https://github.com/projectdelphai/panorama-tab-groups/blob/master/CONTRIBUTION.md#translations) to learn how to add plural rules to fix any broken translations.

    Thanks for waiting and supporting this project :) As always, suggestions are welcome [here](https://github.com/projectdelphai/panorama-tab-groups/issues). We're especially looking for translations so please help if you can! If you're not sure how exactly to submit a pull request, you can just translate every message line [here](https://github.com/projectdelphai/panorama-tab-groups/blob/master/src/_locales/en/messages.json) and drop it in an issue and I'll put it in the code.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.7

    リリース日 : 2019年1月28日 - 45.13 KB
    firefox バージョン 42.0 以降 で動作
    New Features/Changes
    ==================
    1. Double-clicking to open a group will open a group at mouse position instead of in the top left corner.
    1. You can now pick the position of the pinned tabs toolbar.
    1. Picking the theme and toolbar position is done in the options page now.
    1. New updates for Panorama Tab Groups now loads the update page letting users know of any new changes. Installing the add-on for the first time sends you to the add-on webpage.
    1. Support for translations has been implemented. Basic support for English, German and Chinese.

    Small changes/bug fixes
    ==================
    1. Should now be easier to move groups
    1. Refactored code :)
    1. Should now be more clear when you're renaming groups.


    Thanks for waiting and supporting this project :) As always, suggestions are welcome [here](https://github.com/projectdelphai/panorama-tab-groups/issues). We're especially looking for translations so please help if you can! If you're not sure how exactly to submit a pull request, you can just translate every message line [here](https://github.com/projectdelphai/panorama-tab-groups/blob/master/src/_locales/en/messages.json) and drop it in an issue and I'll put it in the code.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.6

    リリース日 : 2018年12月18日 - 37.42 KB
    firefox バージョン 42.0 以降 で動作
    * Bug fix to allow you to properly navigate to other tabs with the arrow keys
    * CSS adjustment to pinned tabs

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.5

    リリース日 : 2018年12月17日 - 37.34 KB
    firefox バージョン 42.0 以降 で動作
    * CSS Redesign
    * Sidebar moved to the top
    * Keyboard shortcuts added

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.4

    リリース日 : 2018年11月22日 - 36.28 KB
    firefox バージョン 42.0 以降 で動作
    * Pinned tabs are now separated onto the side bar
    * Settings stored in side bar as well
    * Some visual changes and bug fixes

    Thanks to BlangTech (https://github.com/blangtech) for the code for this release

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.3

    リリース日 : 2018年9月12日 - 33.06 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    *Bugfix/Feature* You can now close groups with left mouse doubleclick so groups won't be lost off scren
    *Feature* now support gesturefy/messaging from other addons

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.2

    リリース日 : 2018年9月10日 - 32.63 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Bugfix: Added back functionality to import and export groups

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 0.8.1

    リリース日 : 2018年9月8日 - 32.61 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。