Skip to content

v0.3.3

Compare
Choose a tag to compare
@Blacksmoke16 Blacksmoke16 released this 10 Oct 03:22
· 23 commits to master since this release
v0.3.3

Changed

Added

  • Breaking: Add ACON::Helper::ProgressBar to enable rendering progress bars (#304) (@Blacksmoke16)
  • Add native shell tab completion support for bash, zsh, and fish for both built-in and custom commands (#294, #296, #297, #299) (@Blacksmoke16)
  • Add ACON::Helper::ProgressIndicator to enable rendering spinners (#314) (@Blacksmoke16)
  • Add support for defining a max height for an ACON::Output::Section (#303) (@Blacksmoke16)
  • Add ACON::Helper.format_time to format a duration as a human readable string (#304) (@Blacksmoke16)
  • Add #assert_command_is_successful helper method to ACON::Spec::CommandTester and ACON::Spec::ApplicationTester (#294) (@Blacksmoke16)

Fixed

  • Ensure long lines with URLs are not cut when wrapped (#314) (@Blacksmoke16)
  • Do not emit erroneous newline from ACON::Style::Athena when it's the first thing being written (#314) (@Blacksmoke16)
  • Fix misalignment when word wrapping a hyperlink (#305) (@Blacksmoke16)
  • Do not emit erroneous extra newlines from an ACON::Output::Section (#303) (@Blacksmoke16)
  • Fix misalignment within a vertical table with multi-line cell (#300) (@Blacksmoke16)