v0.8.0
版本发布时间: 2020-02-07 04:01:06
sckott/cowsay最新发布版本:v0.9.0(2023-11-02 23:57:35)
NEW FEATURES
-
say()
parameterwhat
loses the fillerama options ("arresteddevelopment", "doctorwho", "dexter", "futurama", "holygrail", "simpsons", "starwars", "loremipsum") because the API is down - gains two squirrels
squirrel
andsquirrel2
(#74) from @marionlouveaux - gains chuck norris
chuck
(#62) from @bgreenwell - the
type
parameter insay()
gains new optionprint
, the default option in non-interactive environments.type="print"
willcat()
output (#70) (#72)
MINOR IMPROVEMENTS
- standardize spacing above first line in animals (#68) (#69)
- add examples to readme of using colors (#73)
BUG FIXES
- fix to use of colors: if colors can not be used in certain computing environments, tell users that and set colors to
NULL
(#65) (#66)