版本发布 5
## What's Changed * Add RGB API support by @fatih in https://github.com/fatih/color/pull/225 * Bump GitHub workflow actions by @deining in https://github.com/fatih/color/pull/235 * Bump golang.org/x/sys from 0.18.0 to 0.24.0 by @dependabot in https://github.com/fatih/color/pull/236 * Bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in https://github.com/fatih/color/pull/237 ## New Contributors * @deining made their first contribution in https://github.com/fatih/color/pull/235 **Full Changelog**: https://github.com/fatih/color/compare/v1.17.0...v1.18.0
## What's Changed * Update dependabot.yml by @ilyabrin in https://github.com/fatih/color/pull/200 * color: add newline after wrapping text by @fatih in https://github.com/fatih/color/pull/192 * [Test] Nil check added by @hyunsooda in https://github.com/fatih/color/pull/203 * fixes #206 (using underline with a different fg color breaks) by @gregpoirson in https://github.com/fatih/color/pull/210 ### Dependency updates * Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 by @dependabot in https://github.com/fatih/color/pull/201 * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in https://github.com/fatih/color/pull/193 * Bump golang.org/x/sys from 0.6.0 to 0.8.0 by @dependabot in https://github.com/fatih/color/pull/195 * Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 by @dependabot in https://github.com/fatih/color/pull/196 * Bump golang.org/x/sys from 0.8.0 to 0.10.0 by @dependabot in https://github.com/fatih/color/pull/199 * Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 by @dependabot in https://github.com/fatih/color/pull/212 * Bump golang.org/x/sys from 0.10.0 to 0.13.0 by @dependabot in https://github.com/fatih/color/pull/209 * Bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/fatih/color/pull/202 * Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/fatih/color/pull/208 * Bump golang.org/x/sys from 0.13.0 to 0.14.0 by @dependabot in https://github.com/fatih/color/pull/213 ## New Contributors * @ilyabrin made their first contribution in https://github.com/fatih/color/pull/200 * @hyunsooda made their first contribution in https://github.com/fatih/color/pull/203 * @gregpoirson made their first contribution in https://github.com/fatih/color/pull/210 **Full Changelog**: https://github.com/fatih/color/compare/v1.15.0...v1.16.0
## What's Changed * windows: enable virtual terminal processing, fixes #169 by @martinlindhe in https://github.com/fatih/color/pull/186 * ci: update dependencies by @fatih in https://github.com/fatih/color/pull/191 * Bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in https://github.com/fatih/color/pull/189 * Refactor color_windows.go by @pellared in https://github.com/fatih/color/pull/188 ## New Contributors * @martinlindhe made their first contribution in https://github.com/fatih/color/pull/186 **Full Changelog**: https://github.com/fatih/color/compare/v1.14.1...v1.15.0
## What's Changed * Update to Go 1.17 by @pellared in https://github.com/fatih/color/pull/184 **Full Changelog**: https://github.com/fatih/color/compare/v1.14.0...v1.14.1
## What's Changed * Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 by @dependabot in https://github.com/fatih/color/pull/165 * Bump go-isatty from 0.0.16 to 0.0.17 by @fatih in https://github.com/fatih/color/pull/178 * Spelling and grammar fixes by @pattmax00 in https://github.com/fatih/color/pull/181 * NO_COLOR requires a non-empty string by @pellared in https://github.com/fatih/color/pull/171 * color: expose `SetWriter` and `UnsetWriter` by @fatih in https://github.com/fatih/color/pull/182 ## New Contributors * @pattmax00 made their first contribution in https://github.com/fatih/color/pull/181 * @pellared made their first contribution in https://github.com/fatih/color/pull/171 **Full Changelog**: https://github.com/fatih/color/compare/v1.13.0...v1.14.0