- fix a regression "Custom CSS" could not work on Vomnibar (#57)
- add a new feature to support user-customized shortcuts (#55 (comment))
- add 4 shortcuts, and 2 items are to go in a tab's history list, and the other 2 are for user to customize
- support
vimium://status toggle ["^" ...hooked-keys]
to switch between "enabled" mode and "exclusion-matched" mode- for example,
map <a-s-v> openUrl url="vimium://status\u0020toggle\u0020^\u0020<a-s-v>"
will make <a-s-v> a shortcut to enable Vimium C or disable Vimium C (almost) completely - if you have configured global shortcuts, then
shortcut userCustomized1 command="openUrl" url="vimium://status\u0020toggle\u0020^\u0020<a-s-v>"
will make the shortcut a convenient switch button of Vimium C's working status
- for example,
goBack
now tries its best to simulate the feature of "duplicate-and-go-back" on older versions of Chrome (before 72)- the behavior of
removeTab goto=previous
is changed, and the new logic is simpler and easier to use - now mapped <esc> and <escape> keys work the same as native <esc> keys
- LinkHints: now <c-f2> will hint all elements with non-null "onclick" properties
- Firefox: now can show a confirmation dialog if a command count is too large
- fix a bug of parsing failures if a line in key mapping rules ends with the \ character
v1.76.2 .. v1.76.3
- fix Vomnibar could not show favicons