Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-term-ansicolor
From: Takahiro Kambe
Date: 2024-09-22 16:46:34
Message id: 20240922144634.3C436FC74@cvs.NetBSD.org
Log Message:
devel/ruby-term-ansicolor: update to 1.11.2
1.9.0 (2024-06-18)
New Features
* Add true color support
* Add .utilsrc
Bug Fixes
* Fix the wind (oops)
Miscellaneous Changes
* Require test_helper
* Ignore errors.lst
1.10.0 (2024-06-21)
New Features
* Add support for overline and underline with different types and colors.
* Add some more codes for text.
Improvements
* Remove ordering hack for ruby < 1.9
* Make grey color block more compact
Refactoring
* Remove and use global config
1.10.1 (2024-06-22)
Color Treatment Change:
* Treat all direct colors the same.
HTML Code Correction:
* Fix wrong HTML code.
1.10.2 (2024-06-22)
Increase compactibility with older Rubies:
* Don't use new features
* Allow testing on ancient Rubies
1.10.3 (2024-07-15)
* New Version: Bumped version.
* Display Resolution: Doubled the display resolution.
* Code Improvements: Improved code and coverage.
* Documentation: Added documentation for term_snow command.
* Math Operations: Used clamp method.
1.10.4 (2024-07-15)
Dependency Update:
* Updated dependency on mize gem from >= 0 to ~> 0.5.
1.11.0 (2024-08-01)
Significant Changes:
* Refactor parse_row method to use more concise syntax
* Add memoized versions of rgb_colors for foreground and background colors,
improving performance by reducing calculations required to find the
nearest color for a given RGB value
* Update term-ansicolor gemspec to use gem_hadar 1.16.1
* Use less map instead of other methods
* Add new executable called term_plasma that draws a plasma effect on the
console
1.11.1 (2024-08-01)
New Version Features
* The library now works with the --enable-string-literal option even on
ancient Rubies.
* A working URL has been added.
* Development files are ignored when creating a package.
1.11.2 (2024-08-04)
* Removed unnecessary require statement.
Files: