Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfa1 dfa1 released this 27 Jun 21:03
· 350 commits to master since this release

Added

  • #265: raspberry pi 4 support
  • freq: new command to replace pattern 'sort | uniq -c | sort -rn'
    (see example examples/visitors.hosh)
  • last: new command similar to 'tail -n'
  • max, min: calculate max and min value, works for any value (e.g. timestamp, numeric, strings)
  • sum: supports size and numeric values
  • confirm: ask a question and wait for user confirmation
  • ls: adding creation, modification and last access time
  • ls: removing ANSI coloring (to be reimplemented later)
  • walk:
    • follow symlinks by default
    • revert 'fail fast' error handling

Changed

  • changed groupId in maven
    dfa1 -> hosh
  • http: integration tests (https://postman-echo.com)
  • sort: consistent order of arguments
    • key is mandatory and always in first position
    • asc, desc are optional and always in second position
  • table: merged as "autotable" in interactive mode

Fixed

  • probe: fix exit status when content type cannot be determined
  • minor fixes
    • ignoring UAC errors in test on windows
    • stability of integration tests