Skip to content

v13.5.0

Compare
Choose a tag to compare
@joehand joehand released this 25 May 23:06
· 139 commits to master since this release
0b4096a

Changelog

Added

  • Dat version number is printed in header (#788)
  • Add prompt and introduction to dat create command (#782) and create dat.json file (#765).
  • Tell user if new .dat was initialized.
  • Add dat log command to print archive history and size information (#781).
  • Use require('dat') to get dat-node JS API (#778).

Changed

  • Default to upload true for dat clone and dat pull, enables better hole-punching (#787).

Fixed

  • Make argument parsing more consistent across commands (#789)
  • Fix usage and help text (various).