Releases: jaszhix/tab-master-5000-extension
Releases · jaszhix/tab-master-5000-extension
v2.9.7
- Various bug fixes and tweaks for the table view:
- Fixed table row results not resetting when clearing the search field.
- Fixed tab data and headers not rendering correctly when switching from the Sessions view mode.
- Clicking outside of the table view now resets row selections.
- Fixed holding shift and clicking a row not selecting a range of rows, and activating a tab instead.
- Fixed the context menu not reflecting a non-selected result when selections are activated.
- Removed some unnecessary CSS transitions for table row and context menu item hover styles.
- Cleaned up unused styles in the CSS.
- Upgraded dependencies.
- Removed usage of broad host permissions in the manifest file, left over from when TM5K used content scripts.
v2.9.6
v2.9.2
v2.9.1
- Updated dependencies.
- Fixed a bug causing existing sessions to be overwritten when importing sessions from a JSON file.
- Fixed the sessions list not reflecting the latest state during imports and exports.
- Fixed a build failure when the
dist
directory doesn't exist.
v2.9.0
- Updated dependencies.
- Fixed a bug causing false-positive duplicate tab indication.
- Fixed a bug causing the background to not reset when switching to a theme with no wallpaper.
- Removed unused
all_urls
permission. - Switched to Sentry.io for error tracking, when enabled in settings.
v2.2.2
TM5K v2.2.0
- Improved the search functionality with fuzzy searching.
- Fixed a few TrackJS errors.
TM5K v2.1.3
- Fixed a bug preventing a new tab from being able to load preferences when Chrome is starting up and restoring a previous session with a new tab open.
- Fixed incomplete localization support in the Session Manager, Support, and Contribute views.
TM5K v2.1.1
- Added bookmark toggling to the context menu.
- Improved the stability of screenshot generation.
- Fixed screenshot cache clearing not updating the DOM.
- Decreased the width of the settings modal.
- Changed the license to MIT, as Creative Commons doesn't recommend using their licenses for software, and the new license more explicitly states TM5K is free and open source.
TM5K v2.1.0
- Added context menu support for selecting multiple items in table mode.
- Added a new theme, "Redmond Flat", based on the color scheme of Windows 10.
- Added an option in Preferences to clear the favicon cache.
- Fixed the context menu becoming unresponsive in table mode after selecting an option.
- Fixed the selection color in table mode not being visible in some themes.
- Fixed CTRL+T focusing the wrong new tab when the "Allow only one new tab" option is enabled.
- Fixed the "Load More" button appearing at the bottom when the scroll bar is present.
- Fixed the tooltip not being oriented correctly in the Settings modal.
- Fixed parts of the theming editor clipping.
- More bug fixes based on TrackJS exceptions.