From 7ccdd96f3a7a39474512375f1ff5e79134d5348cc9f9990b772e1d3d478fc573 Mon Sep 17 00:00:00 2001 From: Muhammad Akbar Yanuar Mantari Date: Tue, 10 Sep 2024 01:54:15 +0000 Subject: [PATCH] fix changelog OBS-URL: https://build.opensuse.org/package/show/graphics/pastel?expand=0&rev=5 --- pastel.changes | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/pastel.changes b/pastel.changes index 4390743..4590a4c 100644 --- a/pastel.changes +++ b/pastel.changes @@ -2,23 +2,24 @@ Mon Sep 9 19:18:59 UTC 2024 - Joshua Smith - Enable tests -- Update to 0.10.0: - Features - * Added alpha property to set command - * Add support for HSV - * Added support for parsing LCh colors - * Added hyprpicker as --color-picker - * Implement Color::from_u32 for the rgba - Bugfixes - * pastel pick does not display all colors in some terminals - * Fix lines in kitty terminal with text_fg_override_threshold set - Changes - * Use PASTEL_COLOR_MODE in ansi::Brush::from_environment - * Unhide colorcheck command - Other - * Optimization for eliminating redundant memory operations - * Add colour as an alias for the colour command - * Suggest to use pastel pick --help instead of -h +- Update to version 0.10.0: + + Features + - Added alpha property to set command + - Add support for HSV + - Added support for parsing LCh colors + - Added hyprpicker as --color-picker + - Implement Color::from_u32 for the rgba + + Bugfixes + - pastel pick does not display all colors in some terminals + - Fix lines in kitty terminal with text_fg_override_threshold + set + + Changes + - Use PASTEL_COLOR_MODE in ansi::Brush::from_environment + - Unhide colorcheck command + + Other + - Optimization for eliminating redundant memory operations + - Add colour as an alias for the colour command + - Suggest to use pastel pick --help instead of -h ------------------------------------------------------------------- Wed Dec 13 20:14:12 UTC 2023 - Muhammad Akbar Yanuar Mantari