Skip to content

Releases: LAJW/history-menu

Fix Settings button on Chrome

01 Dec 17:50

Choose a tag to compare

  • Chrome requires chrome-extension:// protocol, rather than chrome://

Flashbang and some quality of life improvements

28 Nov 01:16

Choose a tag to compare

Features

  • Settings page opens on a separate tab - the original chrome://extensions page was pretty but was getting cramped, and there's no way to avoid the double scrollbar with the long extension name
  • Improved title processing - Support unicode middle dash "–" and ": " separators in stripping site name from the title. Also process title when missing the trailing slash

Bugfixes

  • White flash in dark mode #11
  • Icon doesn't turn white in auto dark mode - bug caused by the switch to manifest V3
  • White button text in dark mode on the settings page
  • http(s)://localhost:port/* links not working when "select existing" is enabled - chrome's query() function throws when you feed it with a URL with a port
  • Missing title attribute on recently closed tabs in window folders

Italian locale hotfix

18 Nov 00:41

Choose a tag to compare

Fix incorrectly named Italian locale

Italian Translation by @Siegriedmk

29 Aug 21:02

Choose a tag to compare

  • Italian translation by @Siegfriedmk
  • Dark Mode selector (because Google doesn’t consider dark mode synchronised with the OS “dark mode”)
  • Fix the “About” link

Mac Support, bugfixes

06 Sep 00:47

Choose a tag to compare

I finally had the chance to test this on a mac:

  • Command + click opens the link in a new tab
  • Command + Enter opens a link from search results
  • "Other" theme - prioritize "Helvetica Neue" before Arial.
  • "Other" theme - increase separator font

Bugfixes:

  • Select tab instead of open on multiple chrome windows - now opens a new tab if the history entry cannot be found in the current window. I've been using chromium with multiple windows on multiple virtual desktops and the behavior can get confusing otherwise. If you've been only using a single window, you won't see any difference, but if you've been using multiple windows, you'll hopefully be less confused.
  • Missing hover title in search results - when hovering a mouse over search results, the title would show "undefined {url}". Now it once more shows the full title of the site.

Bugfix, Increase max popup width

08 Jul 15:55

Choose a tag to compare

  • Fix extension not running when encountering about:blank
  • Increase max popup size to 750

Infinite Scroll, Dark Mode

07 Jul 23:05

Choose a tag to compare

Features:

  • Infinite scroll (of history entries when placed after tab entries)
  • Dark mode (separate for Edge and Chrome). Includes changing icon depending on whether it's light or dark
  • Hide domain name from the title ( - Stack Overflow, - Wikipedia, - YouTube, etc.)
  • Thinner scroll bar
  • Blacklist doesn't have to include either of: https://, http://, www.

Bugfixes:

  • Middle click on some links not opening in the background
  • Broken "open link" behavior when two windows are open - tabs would open on the first opened window rather on the active one.
  • Expand textarea to fit the size

Disambiguate

01 Jul 23:41

Choose a tag to compare

Features

  • Use bookmark names for history entries - useful for bookmarked zoom meetings, Facebook posts and other sites without good titles.
  • Display partial URL when multiple history entries have the same title
    • Try # when a site uses location bookmarks, otherwise has a good title
    • Display the route if the site uses the same title for multiple different pages
  • Show the Delete button on hover, move to the right
  • Remove protocol and www from URLs in the tooltips.
  • Show tooltip under "Delete"
  • Esc key clears search, but doesn't close the popup. Pressing esc with an empty search box closes the popup.
  • Improve contrast on the "Other" style.
  • Round the corners

Bugs

  • Enable middle click on recently closed tabs (bug introduced when Chrome only allowed elements with href to be middle-clickable in Chrome popup)
  • Open all links in the current tab by default (rather than open a new one). Middle click works as usual.
  • Fix bug when shift-enter would open a link in the foreground otherwise in the background
  • Fix: don't show any tabs when tab count is 0

Blacklist

01 Jul 23:42

Choose a tag to compare

Allow filtering of recent history entries with glob patterns.

Migration Hotfix

26 Jun 10:33

Choose a tag to compare

Popup wouldn't load when moving from V2.0.5 to V2.1.1