v1.1.0
What's Changed
- Don't use ANSI colors when terminal is dumb by @tpope in #710
- Restore colors when TERM is unset by @tpope in #711
- Ensure default option/argument is not erroneously aliased by @tsontario in #715
- Update required rspec version by @bpo in #716
- Fix readline specs by @bpo in #717
- Fix another warning about $thor_runner by @bpo in #718
- Fixes a bug in the calculation of the print_wrapped method by @sergio-bobillier in #719
- Obey mute and options[:quiet] in Shell#say by @jonathanhefner in #729
- Use URI.open: Needed for Ruby 3 by @FloHeinle in #743
- Replace
set
usages with arrays by @deivid-rodriguez in #746 - Add force option to the gsub_file action by @AMHOL in #745
New Contributors
- @tsontario made their first contribution in #715
- @bpo made their first contribution in #716
- @sergio-bobillier made their first contribution in #719
- @FloHeinle made their first contribution in #743
- @AMHOL made their first contribution in #745
Full Changelog: v1.0.1...v1.1.0