From 667bca37485ebeddf22fd8cc0c531b22488475fa Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 17 May 2022 11:34:11 -0300 Subject: [PATCH] [CHANGELOG.md] improving the text of some of the 0.10.3 changes --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83dc7b62..0642ac8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - table columns width for maximized window - settings window size rules moved to stylesheet files - enforcing maximum width and height for the management window based on the primary screen resolution [#261](https://github.com/vinifmor/bauh/issues/261) - - updates: only displaying both the installed and latest versions on the "version" column if its width is no more than 22% of the primary screen width (otherwise just the latest version will be displayed) - - the app name displayed on the management window will be cut based on a percentage over the primary screen width (15%) - - the app description displayed on the management window will be cut based on a percentage over the primary screen width (18%) - - the app publisher displayed on the management window will be cut based on a percentage over the primary screen width (12%) + - some columns of the management window now have their widths limit based on a percentage of the primary screen's width: + - name limit: 15% + - description limit: 18% + - publisher limit: 12% + - version: the limit for displaying both the installed and latest versions is 22% (otherwise just the latest version will be displayed) ### Fixes - Flatpak