Files
perl-Graphics-Toolkit-Color/perl-Graphics-Toolkit-Color.changes

156 lines
5.8 KiB
Plaintext

-------------------------------------------------------------------
Tue Aug 26 15:36:48 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.920.0 (1.92)
see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes
1.92 2025-08-20 lichtkind
-------
* = minor feature release
* + methods "name" and "closest_name" work on any scheme from Graphics::ColorNames
* ~ extended "CSS_string" format, commas are now optional
* ~ no space between axis value and suffix allowed
* ~ color space "CIELCHuv" got alias name "LCHuv"
* & converter value IO moved to standard tuple format
* ? POD syntax fixes
1.91 2025-08-12 lichtkind
-------
* = minor bug fix release
* ~ added aliases for renamed methods "add_value" and "set_value"
* ? POD syntax fixes
* ? rewrote parts of ::Color::Space POD
1.9 2025-08-12 lichtkind
-------
* = major feature release
* * added "cluster" and "invert" calculation method
* * added "closest_name" method
* * added support of 5 color spaces: NCol YUV CIELUV CIELCHab CIELCHuv,
rewrote CIEXYZ CIELAB
* + extended range definitions with explicit type names
* + color spaces can now define value precision,
value suffix ('%') and
value parsing regex
* ? added documentation for color space object and missing formats
* & moved code into Space::Format space attribute object class
* & removed Carp and Test::Warn as dependencies
* & moved color and color set calculators into own packages
* ~ reworked all calculator methods
* ~ renamed single color calculator method "blend" method to "mix"
* ~ renamed method "add" and "set" to "add_value" and "set_value"
* ~ renamed method "mix" argument "with" to "to"
* ~ renamed method "gradient" argument "dynamic" to "tilt"
* ~ default space of methods 'distance', 'mix' and 'gradient'
went from HSL to RGB, consistent with defaults (complement has to be HSL)
-------------------------------------------------------------------
Fri Mar 8 22:28:05 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Fri Sep 22 03:06:28 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.71
see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes
1.71 2023-09-21 lichtkind
-------
* = doc fixes
* ? typos mispellings, boken sentence
* ? added range def explanation
* ? simplified HEADINGS
* ? removed doc of deprecated methods
-------------------------------------------------------------------
Fri Aug 11 03:06:58 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.53
see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes
1.53 2023-08-11 lichtkind
-------
* = maintenance
* ? more doc fixes to new API
* ! fix rounding error under -Duselongdouble
1.52 2023-08-11 lichtkind
-------
* = maintenance + third phase toward 2.0
* + added gradient method with new API
* ? more doc fixes to new API
* & more tests
1.51 2023-08-10 lichtkind
-------
* = a few documentation fixes
1.50 2023-08-09 lichtkind
-------
* = first + second phase of of 2.0 rewrite
* + add CMY, CMYK and HSV support
* + new universal getter method: values
* + new modifier method: set, blend
* ~ enhanced and strictened modifier method: add
* \ deprecate all other numeric getter: rgb, red, green, blue, rgb_hex,
rgb_hash, hsl, hue, saturation, lightnss, hsl_hash
* \ till 2.0 will be also deprecated: rgb_gradient_to, hsl_gradient_to,
gradient_to, distance_to, blend_with
* & new getter API
* & keep complex names like 'SVG:green' to be returned by getter: ->name
* ? rewritten large part of documentation
-------------------------------------------------------------------
Mon Jul 17 03:08:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.09
see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes
1.09 2023-07-17 lichtkind
-------
* = maintenance release
* ? ever more POD fixes
* ? new method chapter split
* ? POD in HSL constructor
* & enhance some tests and new ones
* / split and rearrange value libs with tests
-------------------------------------------------------------------
Wed Jan 25 03:06:56 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.08
see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes
1.08 2023-01-24 lichtkind
-------
* = small enhancements
* + added method rgb_gradient_to
* ~ changed gradient_to to hsl_gradient_to (but keeping compatibility)
* ? even more POD fixes
1.07 2023-01-20 lichtkind
-------
* = POD fixes
1.06 2023-01-20 lichtkind
-------
* = maintenance release
* + simplified string serialisation method (->new(eval $string) => ->new($string))
* ? small POD fixes
-------------------------------------------------------------------
Sun Jan 1 03:09:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.05
see /usr/share/doc/packages/perl-Graphics-Toolkit-Color/Changes
1.05 2022-12-31 lichtkind
-------
* = fixes
* + added getters for data hashes
* ? cleaned some sentences and comments
* ? synopsis cleanup
-------------------------------------------------------------------
Mon Nov 7 15:01:03 UTC 2022 - Tina Müller <tina.mueller@suse.com>
- Initial submission