Panorama Tab Groups version history - 12 versions
Panorama Tab Groups by projectdelphai
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.8.12
Released May 19, 2020 - 102.17 KBWorks with firefox 42.0 and laterHopefully 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.Source code released under Mozilla Public License 2.0
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 0.8.11
Released Nov 4, 2019 - 74.97 KBWorks with firefox 42.0 and laterBug fix since last update broke existing installations. Here's hoping *crossed fingers*Source code released under Mozilla Public License 2.0
Version 0.8.10
Released Nov 4, 2019 - 75.08 KBWorks with firefox 42.0 and laterWelcome 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.Source code released under Mozilla Public License 2.0
Version 0.8.9
Released May 28, 2019 - 65.32 KBWorks with firefox 42.0 and laterNew 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.Source code released under Mozilla Public License 2.0
Version 0.8.8
Released Feb 19, 2019 - 51.68 KBWorks with firefox 42.0 and laterNew 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.Source code released under Mozilla Public License 2.0
Version 0.8.7
Released Jan 28, 2019 - 45.13 KBWorks with firefox 42.0 and laterNew 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.Source code released under Mozilla Public License 2.0
Version 0.8.6
Released Dec 18, 2018 - 37.42 KBWorks with firefox 42.0 and later* Bug fix to allow you to properly navigate to other tabs with the arrow keys
* CSS adjustment to pinned tabsSource code released under Mozilla Public License 2.0
Version 0.8.5
Released Dec 17, 2018 - 37.34 KBWorks with firefox 42.0 and later* CSS Redesign
* Sidebar moved to the top
* Keyboard shortcuts addedSource code released under Mozilla Public License 2.0
Version 0.8.4
Released Nov 22, 2018 - 36.28 KBWorks with firefox 42.0 and later* 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 releaseSource code released under Mozilla Public License 2.0
Version 0.8.3
Released Sep 12, 2018 - 33.06 KBWorks with firefox 42.0 and later, android 48.0 to 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 addonsSource code released under Mozilla Public License 2.0
Version 0.8.2
Released Sep 10, 2018 - 32.63 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Bugfix: Added back functionality to import and export groupsSource code released under Mozilla Public License 2.0
Version 0.8.1
Released Sep 8, 2018 - 32.61 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Source code released under Mozilla Public License 2.0