Relevance

About Relevance

Relevance is a smart tab organizer for Chrome. It’ll create a natural arrangement where the tabs you have spent the longest on, which are expected to be the most relevant, are placed first, and the ones you haven’t read at all are shunted to the end of your list.

You can read the development posts here.

Changelog

1.1.0

This version marks a subtle but major change in how Relevance sorts tabs.

Previously I was sorting based on time spent at the page, compounded with time from the domain that the page belongs to. This would however cause pages that were in different subdomains from the same root (say, gitlab.com and docs.gitlab.com) to be grouped separately.

With this version, the new sorting criteria is:

  • First group the pages by root domain,
  • Sort the pages inside a root domain group by the same criteria used before,
  • Sort the root domains by the time collectively spent on all subdomains,
  • Move all priority tabs to the start.

I’ve also tweaked how unknown pages are ranked and made other minor adjustments.

1.0.10

StartPage integration is now optional and can be toggled from the settings.

1.0.9

Fixed a regression which had broken paging on the URL list.

1.0.8

Clean-up and size improvements.

1.0.7

Relevance is now open-source under the MIT license. Optimized extension size, clean-up.

1.0.6

Fixed a few sorting bugs. Particularly, when a page had just been opened, the stats for the site weren’t taken into account when sorting. This had the effect of new tabs ending up with a different order other pages from the same site which had been visited on a previous session.

Sorry about that.

1.0.5

Improved usage instructions on the welcome page.

1.0.4

I was initially planning to do a few large updates, but I expect I’ll instead release them gradually as minor tweaks.

  • New feature: Relevance can now prioritize tabs which are playing a sound. To enable, go right-click the Relevance button, select Show Relevance data and then click on Settings.
  • Relevance now prioritizes http and https URLs.
  • Non-HTTP URLs such as file, about and chrome-extension will not be tracked.

1.0.3

  • Performance improvements
  • Preparing for some major updates on an upcoming version!

1.0.2

  • Adjusted the settings for pages that you don’t visit often, to make recent sites more relevant
  • Any page that you haven’t visited in 45 days will be cleared, unless you spent more than 2.5 hours on it.
  • Minor UI adjustments.

1.0.1

Minor fixes.


Published: 2015-12-19

Author

...
Ricardo J. Méndez