Changelog - 2alin/tabFx GitHub Wiki
History of changes
Version 1.2 (April 17, 2018)
Issues Closed
- Fixed colour stuttering of list items when scrolling, on Windows platform
- Fixed tabs enumeration after closing items from the list
Version 1.1 (April 16, 2018)
New Features
- Added close buttons to each tab in the list
Issues Closed
- Fixed click over the current tab in the list [patch v1.1.3]
Version 1.0 (April 15, 2018)
New Features
- Implemented a new awesome search mode.
- Shows favicons in every tab in the list.
- Highlights the tab items in the list when they get focused.
- Added keyboard navigation (up/down/enter keys) when the extension's popup is focused. Ideal for search mode.
- Added helping sections when the tab's lists are empty. They show/hide automatically.
Issues Closed
- Fixed overflow when the list got bigger than the available space.
Other Changes
- I decided to remove the 'ignores' auxiliary text field. The only purpose is to show if a selector or keyword was ignored, which meant: first, it was found in the active url, and second, itโs unchecked in the settings. Which would give you a hint that you could be more specific in the filter, once you select such selector/keyword. I think people trying to be more specific in the filter will easily go to the gear and try the options there. So, the field is not necessary and it's only using space.
- Overall style improvement following Firefox's Photon Design suggestions.
- Changed popup's height to a fix value instead of auto. The reason was due to the annoying flickering when the tab list updated.
Version 0.2 (April 5, 2018)
New Features
- User settings saved through sessions.
- Added separators and keywords to filter the ending, as well as a settings panel to configure them.
- Added an extra indicator text field to show the ignored words to filter the ending.
Version 0.1 (April 2, 2018)
Extension was implemented, only being able to recognize tabs with similar trailing and leading strings with respect to the active tab url.