Release v0.3.0
Introducing Plugin UI 🧪
Plugin UI provides more control to plugins in UnTab allowing them to render their own controls and UI on the UnTab interface. This provides plugins to expose even more functionality in a meaningful way without disturbing the UX. Defining this UI logic has been made very simple, with each plugin's UI logic being its own simple Svelte component 🧡.
Here's an example of what Plugin UI has enabled the tab searching plugin to do. Now it can not only switch between tabs but also pin/unpin and close the tabs right from the UnTab interface! 🎉
Read more about Plugin UI in this PR
Other notable updates and fixes in this release are given below.
Updates
- Add border to search container for better distinction.
- Add results count to each category.
- Update letter spacing in Pill.
- Add plugin UI components and alias to it.
- Add audio indicator and button to close, pin tabs.
- Update support link.
- Add Bing search Plugin. Thanks to @yavko.
Fixes
- Iframe background color on dark scheme websites, eg. github.com.
- Fix hitting arrow right resets selected item.
- Fix UnTab interface not showing up in pages where the content script cannot be embedded.