Releases: Aldaviva/VivaldiCustomLauncher
Releases · Aldaviva/VivaldiCustomLauncher
1.6.7
1.6.6
1.6.5
- Speed up auto-upgrade installation to newer version of VivaldiCustomLauncher by not waiting as long after the old version exits before starting the new version. Uses PowerShell to call .NET's
Process.WaitForExit()instead of always just sleeping for 2 seconds in Command Prompt. This reduces launcher upgrade duration by about 2.7 seconds (54%). - #18: Some noisy status messages are now shown differently and need more tweaking to block
1.6.4
Vivaldi 7.5.3735.44
- Updated
increaseMaximumTabWidthtweak for Vivaldi 7.5. - Removed unnecessary
removeExtraSpacingFromTabBarRightSidetweak, because Vivaldi 7.5 automatically expands the tab bar to fill the available horizontal space as long as you hide the unwanted buttons and spacers (completed in Aldaviva/VivaldiCustomResources@6e6948a). - Sped up slower tweaks by replacing leading positive lookbehind with a leading group (
expandDomainsWithHttps,calculateDataSizesInBase1024, andautoShowImagesInNonSpamEmails) and pre-serializing JSON at compile time instead of runtime (hideNoisyStatusMessages), saving hundreds of milliseconds.
1.6.3
- Fixed
IndexOutOfRangeExceptioninUnfucked.Cryptography.GenerateRandomStringwhen upgrading from 1.6.1 or 1.6.2- Existing installations of VivaldiCustomLauncher 1.6.1 or 1.6.2 must manually download and replace
VivaldiCustomLauncher.exeto fix this, as the problem occurs while automatically upgrading to the latest version.
- Existing installations of VivaldiCustomLauncher 1.6.1 or 1.6.2 must manually download and replace
1.6.2
Vivaldi 7.4.3684.38
- Now that the omnibar is the only address bar implementation in the codebase and the old address bar is gone, the HTTPS domain expansion tweak once again must only be run once, not twice as when both implementations were shipped.
- React JSX syntax changed slightly, with a different calling convention for the function that constructs DOM elements, and child elements being passed in the
childrenproperty of the argument object, instead of as varargs. This fixes the download progress text tweak and the navigating to all subdomain parts tweak.
1.6.1
1.6.0
1.5.0
1.4.0
- In addition to the existing custom CSS tweak, add support for downloading CSS mods from VivaldiCustomResources to
<Vivaldi installation directory>\css-mods\mods.css.- Instead of being injected into Vivaldi HTML, these can be enabled with no file tweaking, so they can be used in Vivaldi installations not tweaked by VivaldiCustomLauncher
- To enable,
- Go to
vivaldi://experiments - Enable "Allow CSS modifications"
- Got to Vivaldi › Settings › Appearance › Custom UI Modifications
- Browse to
<Vivaldi installation directory>\css-mods\ - Restart Vivaldi
- Go to
- As of 2025-03-23, this CSS mod hides the overlay notification that you copied a link or entered fullscreen, which is useless clutter since you already know that, since you're the one who did it