SHA256
1
0
forked from pool/pastel

fix changelog

OBS-URL: https://build.opensuse.org/package/show/graphics/pastel?expand=0&rev=5
This commit is contained in:
Muhammad Akbar Yanuar Mantari 2024-09-10 01:54:15 +00:00 committed by Git OBS Bridge
parent 8e27ef37c3
commit 7ccdd96f3a

View File

@ -2,23 +2,24 @@
Mon Sep 9 19:18:59 UTC 2024 - Joshua Smith <smolsheep@opensuse.org> Mon Sep 9 19:18:59 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Enable tests - Enable tests
- Update to 0.10.0: - Update to version 0.10.0:
Features + Features
* Added alpha property to set command - Added alpha property to set command
* Add support for HSV - Add support for HSV
* Added support for parsing LCh colors - Added support for parsing LCh colors
* Added hyprpicker as --color-picker - Added hyprpicker as --color-picker
* Implement Color::from_u32 for the rgba - Implement Color::from_u32 for the rgba
Bugfixes + Bugfixes
* pastel pick does not display all colors in some terminals - pastel pick does not display all colors in some terminals
* Fix lines in kitty terminal with text_fg_override_threshold set - Fix lines in kitty terminal with text_fg_override_threshold
Changes set
* Use PASTEL_COLOR_MODE in ansi::Brush::from_environment + Changes
* Unhide colorcheck command - Use PASTEL_COLOR_MODE in ansi::Brush::from_environment
Other - Unhide colorcheck command
* Optimization for eliminating redundant memory operations + Other
* Add colour as an alias for the colour command - Optimization for eliminating redundant memory operations
* Suggest to use pastel pick --help instead of -h - 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 <mantarimay@pm.me> Wed Dec 13 20:14:12 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>