Releases: LAJW/history-menu
Releases · LAJW/history-menu
Fix Settings button on Chrome
Flashbang and some quality of life improvements
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
Fix incorrectly named Italian locale
Italian Translation by @Siegriedmk
- 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
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
- Fix extension not running when encountering about:blank
- Increase max popup size to 750
Infinite Scroll, Dark Mode
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
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
Migration Hotfix
Popup wouldn't load when moving from V2.0.5 to V2.1.1