Skip to content

0.2.0

Choose a tag to compare

@vrypan vrypan released this 10 Nov 15:54
· 59 commits to main since this release
3963fd2

Changelog

  • cc18e3b "send" is renamed to "post". - "send" is now an alias, so it will still work - improved help texts
  • 5263dca --expand flag renamed to --recursive (or -r) --dry-run flag renamed to --pretend (or -p)
  • 2d2cba4 Bug fix
  • 8491b0b Bug fix
  • fb89032 Cleaned up comments
  • d5e0f19 Fixed outdated test
  • d50e4f9 Hilight the selected cast when displaying threads
  • 9afc80a Improvements and fixes.
  • e42a03b Merge branch 'main' into 0.2.x
  • 7c9da3c Optimizations
  • 93b651e Refactored pretty printing fucntionality. New module "tui".
  • 882279b Removed unused files
  • 5554b09 Removes fargo inspect.
  • bccc7de Replaced old "db" with BadgerDB
  • 33e9ebf Set db entries TTL to 24 hours
  • 37e6cc4 Working v0.2.x
  • a8e4f3f fargo cache will now show: - Disk space used by the local db - Number of entries in local db
  • 493b993 fargo get: --json will export the results in json --hex-hashes will convert the hashes in the json output to hex strings --dates will convert farcaster-timestamps in json to dates
  • 10c83b9 get --grep works
  • a067322 get @fname/profile got some love: - Nicer text output - supports --json, --hex, --dates
  • 3963fd2 get @fname/profile/ --json is supported now. Flags --hex and --dates work as expected in this case, too