Skip to content

Releases: jaszhix/tab-master-5000-extension

v2.9.7

28 Nov 00:03
Compare
Choose a tag to compare
  • 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

11 Aug 23:15
Compare
Choose a tag to compare
  • Fixed tab screenshot capture functionality.
  • Made several permissions TM5K needs for certain modes optional until needed. These include:
    • activeTab
    • bookmarks
    • history
    • management
    • <all_urls> origin
  • Maintenance: migrated to tested versions of internal libraries.

v2.9.2

15 Jul 04:01
Compare
Choose a tag to compare
  • Fixed support documentation not rendering in the About modal.

v2.9.1

14 Jul 00:48
Compare
Choose a tag to compare
  • 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

06 Jul 03:19
Compare
Choose a tag to compare
  • 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

07 Jul 04:42
Compare
Choose a tag to compare
  • Excluded the javascript domain from bookmark indexes.
  • Ensured the "Press Enter to Search Google" text appears if any characters are entered in the search field.
  • Addressed exceptions caught through TrackJS.
  • Updated dependencies.

TM5K v2.2.0

01 Mar 00:00
Compare
Choose a tag to compare
  • Improved the search functionality with fuzzy searching.
  • Fixed a few TrackJS errors.

TM5K v2.1.3

19 Jan 21:00
Compare
Choose a tag to compare
  • 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

31 Dec 22:30
Compare
Choose a tag to compare
  • 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

25 Dec 22:02
Compare
Choose a tag to compare
  • 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.