Skip to content

0.5.2

Compare
Choose a tag to compare
@marcransome marcransome released this 21 Feb 19:03
· 662 commits to main since this release
9ec80ec

⛵ This release includes the following changes:

  • Arguments can now be read from the standard input stream, meaning pond can be used in pipelines (e.g. pond list | head -1 | pond remove); when operating in this mode the --silent option (applicable to several commands) is assumed, or if using the create command the --empty option is assumed
  • Added tests and updated workflow to catch missed version string updates for new releases ✨
  • Added Markdown man page definition and generation script; includes pre-generated man page (manpages/pond.1) and HTML5 equivalent (manpages/pond.html)