+ Features
- Added `rgb-r`, `rgb-g`, `rgb-b` formats
- Added support for formatting to ANSI color code numbers alone
- Added OKLCH color space support
+ Fixes
- Fixed panic on `list -s random`
- Fixed incorrect RGBA format in `from_u32` documentation
+ Improvements
- Minor optimizations and Clippy cleanup
- General updates and tweaks
+ Other
- Updated version header format in `CHANGELOG.md`
- Added automatic man page generation with `clap_mangen`
- Added manpages to release
- Removed cargo_audit from _service due that contains vendor now
- Added manpages, completions script and CHANGELOG.md
OBS-URL: https://build.opensuse.org/package/show/graphics/pastel?expand=0&rev=7
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">pastel-*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|