Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 01:00
· 45 commits to master since this release

Added

  • URLs that start with "**" will inherit the beginning from their parent handle (#21)
  • EDITOR and PAGER environment variables are now used when no configuration is set for quartz preferences.
  • NO_COLOR, CLICOLOR, and CLICOLOR_FORCE environment variables overrides quartz UI settings.

Changed

  • ls command method text alignment and dynamically pad it.
  • Man page identation and headings reworked to be more consistent with Unix conventions.

Fixed

  • Trailing slash in handle name would cause infinite recursion.
  • Missing ending newline in curl snippet when request has no body.

Removed

  • --editor option from edit command. Use environment variables instead.