From 0c606c641052291ba87fb5ef0f110afffdadbf19 Mon Sep 17 00:00:00 2001 From: HKayn Date: Tue, 16 Jan 2024 21:31:28 +0100 Subject: [PATCH] release: v1.4.1 --- documentation/changelog.md | 9 +++++++++ vivaldi-vh-vivalarc.scss | 2 +- vivaldi-vh.scss | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/documentation/changelog.md b/documentation/changelog.md index 9a608e9..5e6a4f7 100644 --- a/documentation/changelog.md +++ b/documentation/changelog.md @@ -1,5 +1,14 @@ # Changelog +## v1.4.1 (2024-01-16) + +### Fixes + +- Vivaldi VH now properly checks whether the panel is enabled. + - *As a reminder: When the tab bar and the panel are both hidden, Vivaldi VH will disable itself. Otherwise, the majority of the Pillar would simply be empty.* +- Search bar styles now only apply to search bars in the address bar and the status bar. + - *This fixes cases of wrongly styled search bars in the panel and on the new tab page.* + ## v1.4.0 (2024-01-11) ### Changes diff --git a/vivaldi-vh-vivalarc.scss b/vivaldi-vh-vivalarc.scss index 174cff3..187f026 100644 --- a/vivaldi-vh-vivalarc.scss +++ b/vivaldi-vh-vivalarc.scss @@ -1,6 +1,6 @@ /* Vivaldi VH VivalArc Edition - Version: 1.4 + Version: 1.4.1 Target Vivaldi Browser versions: 6.5 Vivaldi VH is a CSS modification for Vivaldi Browser that grants your webpages the entire vertical space of the browser window by moving the rest of the UI into a separate column. diff --git a/vivaldi-vh.scss b/vivaldi-vh.scss index c1aa1e8..a78809d 100644 --- a/vivaldi-vh.scss +++ b/vivaldi-vh.scss @@ -1,6 +1,6 @@ /* Vivaldi VH - Version: 1.4 + Version: 1.4.1 Target Vivaldi Browser versions: 6.5 Vivaldi VH is a CSS modification for Vivaldi Browser that grants your webpages the entire vertical space of the browser window by moving the rest of the UI into a separate column.