- Fixed an issue introduced in version 1.2.5 in which starting VivaldiCustomLauncher with a URL as a command line argument would split the URL on
=characters (such as those found in query params) and open each segment in a different tab, instead of opening the original intact URL in one new tab.
For example, runningVivaldiCustomLauncher.exe "http://vivaldi.com/?foo=bar"would erroneously open 2 new tabs:
-http://vivaldi.com/?foo
-bar