Histórico de versões do TabSearch - 23 versões
TabSearch por Enrico Baculinao
Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.
Versão mais recente
Versão 0.4.9resigned1
Lançado em 25 de abr de 2024 - 359,54 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*Código fonte publicado sob Licença MIT
Baixe o Firefox e instale a extensãoVocê precisa do Firefox para usar esta extensãoVersões mais antigas
Versão 0.4.8
Lançado em 4 de abr de 2018 - 354,87 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*## 0.4.8 (2018-04-04)
- Changed <kbd>Home</kbd>/<kbd>End</kbd> to only scroll to end if input isn't selectedCódigo fonte publicado sob Licença MIT
Versão 0.4.7
Lançado em 30 de mar de 2018 - 354,84 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*## 0.4.7 (2018-03-30)
- Changed previous tab command behavior: When the search input is active, going to the previous tab selects the last tab instead
- Improved key-handling for common system shortcuts:
+ <kbd>Shift</kbd>-<kbd>Tab</kbd> now goes to the previous item in the tab list
+ <kbd>Home</kbd> and <kbd>End</kbd> jump to the beginning or the ending of the tab list
+ <kbd>PgUp</kbd> and <kbd>PgDown</kbd> go to the previous or next tab in the tab listCódigo fonte publicado sob Licença MIT
Versão 0.4.6
Lançado em 28 de fev de 2018 - 353,59 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.4.6 (2018-02-27)
--------------------------------
- Added ability to bind a second shortcut
- Added setting to ignore pinned tabs in search results
- Fixed shortcut-handling so <kbd>Meta</kbd> (i.e. <kbd>Cmd</kbd>) is treated as a separate modifier from <kbd>Ctrl</kbd>
+ If a shortcut is bound with <kbd>Ctrl</kbd>, an alternate <kbd>Cmd</kbd>-only version of the shortcut will be set as the secondary shortcut to respect old settings & behavior
- Fixed tabs closed in the tab-list not behaving like Recently Closed Tabs if "Show Recently Closed Tabs" is enabled
+ You can now click a closed-tab to re-open its session
+ If "Always Show Recently Closed Tab At Bottom" (default) is enabled, the closed tab now moves to the bottom of the tab list with all the other session tabs
+ Closed-tab color now respects user-settings for Recently Closed Tabs (it previously was stayed the default red)
- Changed shortcut-handling in settings so <Escape> cancels the prompt and reverts back to the previous setting
- Changed shortcut table to display Unicode arrows instead of "ArrowDown/Right/Up/Left"Código fonte publicado sob Licença MIT
Versão 0.4.5
Lançado em 12 de fev de 2018 - 350,36 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.4.5
--------------------------------
- Added graphical indicator for audible tabs
- Fixed reload graphic not loading when reloading a tab
- Changed <Tab> behavior to no longer focus the entire popup window after the last tab in entry
- Use Photon icon for muted tabs
- Improved error handling, if an error occurs during tab list generation, it logs the error to the consoleCódigo fonte publicado sob Licença MIT
Versão 0.4.4
Lançado em 21 de jan de 2018 - 348,95 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.4.4
-------
Add option for changing popup badge color
Slight visual tweaks to settings page
Fix recently closed tabs issue where closing a window caused the initial popup to no displayCódigo fonte publicado sob Licença MIT
Versão 0.4.3
Lançado em 21 de jan de 2018 - 348,52 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*## 0.4.3 (2018-01-20)
- (Potentially) Fix recently closed tabs setting causing popup to crash
- Improve error loggingCódigo fonte publicado sob Licença MIT
Versão 0.4.2f1
Lançado em 21 de jan de 2018 - 468,84 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.4.2f1
--------
- Fixed setting for one line tab title not updatingCódigo fonte publicado sob Licença MIT
Versão 0.4.2
Lançado em 21 de jan de 2018 - 468,84 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.4.2
---------------
- Added customizable colors for each tab type:
- Can change the border colors for:
- Regular Tabs
- Other Window Tabs
- Bookmarks
- History
- Recently Closed Tabs
- Added a visual delete button for closing tabs with only the mouse
- Also has an option to disable thisCódigo fonte publicado sob Licença MIT
Versão 0.4.1a
Lançado em 19 de jan de 2018 - 334,48 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*## 0.4.1a (2018-01-19)
- Fixed production build mangling vital property names, which caused the tab popup to be empty (Thanks Michael for the quick email)Código fonte publicado sob Licença MIT
Versão 0.4.1
Lançado em 19 de jan de 2018 - 310,14 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.4.1
--------
- Fix new settings being undefined after an updateCódigo fonte publicado sob Licença MIT
Versão 0.4.0
Lançado em 19 de jan de 2018 - 310,12 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.4.0
-----------
- Added new tab management commands:
- Refresh Tab
- Pin Tab
- Copy URL
- Delete All Duplicate Tabs
- Toggle Mute
- Added custom shortcuts and tab management. (This does not include the popup shortcut) Can now change the following shortcuts:
- Open Tab
- Next Tab
- Previous Tab
- Delete Tab
- Refresh Tab
- Pin Tab
- Copy URL
- Delete All Duplicate Tabs
- Toggle Mute
- Removed LeftArrow and RightArrow as keys for going to the previous or next tabs, so each command has exactly one shortcut
- Added the following visual indicators for each tab:
- Mute tab
- Pinned tab
- Reloading tab
- Redesigned settings page with responsive layout
- Added options for showing results from History and Bookmarks
- Added options for changing typography, can change font sizes or set the font to the default browser sans-serif
- Changed color scheme to Photon Design System colors
- Added button in popup for entering settings page
- This might change
- Numerous visual tweaks to the popup layoutCódigo fonte publicado sob Licença MIT
Versão 0.3.10
Lançado em 2 de dez de 2017 - 304,28 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*- Added most recently used tab-sorting as a setting (thanks sinewave)
- Settings css packaged locally in extensionCódigo fonte publicado sob Licença MIT
Versão 0.3.8
Lançado em 26 de nov de 2017 - 305,92 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*- Changed tab-list to highlight the first tab when making a search query (suggests the idea you can press "Enter" from the input and activate the highlighted tab)
- Changed tab-list to scroll to the very top when updating the search query
- Smoothed scrolling when pressing "ArrowUp" or "ArrowDown"
- Changed word-break rules for tab titles: words shouldn't break and enter a newline unless a single word is too longCódigo fonte publicado sob Licença MIT
Versão 0.3.7
Lançado em 21 de nov de 2017 - 305,71 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*- Added option to prefill search bar with the last query on popup
- Fixed bug where extra "right" or "down" keystroke was needed to select tab list after filling search input with text
- Input focus workaround (not guaranteed to work for most people)Código fonte publicado sob Licença MIT
Versão 0.3.6
Lançado em 17 de nov de 2017 - 305,42 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.3.5
---------
- Fixed text overflow issue on unspaced long strings (thanks blakebutcher)
- Fixed badge text setting not being disabled properly (on startup and mid browser-session)Código fonte publicado sob Licença MIT
Versão 0.3.5
Lançado em 14 de nov de 2017 - 305,55 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.3.5
- Fixed badge text not updating when switching URL in Firefox 58
- Changed tab switching so that focusing on a tab from another window focuses that window as well
- Changed options to search all windows by defaultCódigo fonte publicado sob Licença MIT
Versão 0.3.4
Lançado em 6 de nov de 2017 - 305,37 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.3.4
-------
- Changed the macOS shortcut back to Cmd+Shift+L due to conflicting OS shortcut (thanks hiasl360)
- Added platform specific shortcut hintCódigo fonte publicado sob Licença MIT
Versão 0.3.3
Lançado em 6 de nov de 2017 - 305,08 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*0.3.3
- Changed the extension's shortcut to Ctrl+Shift+F
+ Note: Custom shortcuts aren't possible in Firefox yet, need to wait for Firefox devs to implement custom shortcuts for browser extensions.
- Fixed issue where non-fuzzy search was case-sensitive
- Fixed input not focusing when using extension shortcut for certain users
- Updated Inter UI font version to 2.2
- Added option to use the browser's default sans-serif fontCódigo fonte publicado sob Licença MIT
Versão 0.3.2
Lançado em 26 de out de 2017 - 392,6 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*### 0.3.2
- Fixed issue where popup badge was showing badge text on browser-startup even when the setting was disabled
### 0.3.1
- Fixed settings not saving locally
- Remove incognito closed tabs from popup result
- Fixed Ctrl+Backspace not deleting tabs
- Fixed settings page not disabling inputs properly when filling initial values
- Minor text tweaks to the settings pageCódigo fonte publicado sob Licença MIT
Versão 0.3.1
Lançado em 26 de out de 2017 - 392,62 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*Código fonte publicado sob Licença MIT
Versão 0.3.0
Lançado em 25 de out de 2017 - 392,08 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*### 0.3.0
- Added settings page! From the Addons-Manager (about:addons), you can now customize the following options:
+ Display the total number of tabs in a badge above the popup icon
+ Show recently closed tabs
- Choose the limit (up to 25) of recently closed tabs
- Choose whether to show these results at the bottom of the results list
- (Currently these display recently closed tabs from all windows)
+ Show tabs from all windows in the results list
+ Disable querying for tabs by url
+ Enable fuzzy search
+ Sort results by how close they match the search query
+ Fuzzy search similarity threshold
- Add ability to delete tabs with CTRL+Click or CTRL+Backspace
- Add visual indicator distinguishing the types of different tabs:
+ Blue: Tab from current window
+ Yellow: Tab from another window
+ Red: Recently closed tabCódigo fonte publicado sob Licença MIT
Versão 0.2.3
Lançado em 4 de out de 2017 - 364,55 KBFunciona em firefox 52.0a1 em diante, android 52.0a1 até 68.*- No unsafe eval in content security policyCódigo fonte publicado sob Licença MIT