Skip to content

Releases: vrypan/fario

v0.7.6

21 Nov 09:31
Compare
Choose a tag to compare

[0.7.6] - 2023-11-21

  • Requires farcaster-py==0.0.9 (hub-monorepo 1.8.0)

[0.7.5] - 2023-11-21

  • Requires farcaster-py==0.0.8 (SSL support)
  • Updated commands that connect to hubs with a --ssl option
  • ssl=True can also be defined in .env or ~/.fario

v0.7.4

12 Nov 08:23
Compare
Choose a tag to compare

[0.7.4] - 2023-11-12

  • Requires farcaster-py==0.0.7 (Supports FIP-10 changes)

0.7.3

11 Nov 07:23
Compare
Choose a tag to compare

[0.7.3] - 2023-11-10

  • Fixed a bug with fario-out --links
  • New option fario-grep --not-signer

[0.7.2] - 2023-11-03

  • New sub-command fario-account fromsecret
  • New command fario-grep
  • New command fario-hubinfo

v0.7.1

29 Oct 12:22
Compare
Choose a tag to compare

[0.7.1] - 2023-10-28

  • Fixed a bug with fario-signers

v0.7.0

28 Oct 20:54
Compare
Choose a tag to compare

[0.7.0] - 2023-10-28

  • all commands use config.get_config() to read configuration
  • configuration can be environment, .env and (new) ~/.fario
  • new command fario-config. Prints current config or outputs
    sample config.
  • some command parameters have changed names to get unified
    options naming between commands.
  • merged json2fario
  • numerous bug fixes, probably new bugs introduced :-)

[0.6.1] - 2023-10-28

  • Bug fix in fario_account.py

v0.6.0

26 Oct 12:31
Compare
Choose a tag to compare
  • new option fario-signers hash --keep-hash
  • breaking change: all options with underscores have been converted to dashes: ex.: --with_fnames --> --with-fnames
  • New command: fario-account. Still ugly, but works.
  • six is no longer a requirement

v0.5.3

25 Oct 09:40
Compare
Choose a tag to compare

[0.5.3] - 2023-10-25

  • Removed protobuf_to_dict/.
  • fario2json uses google.protobuf.json_format now.
  • fario2json --version option
  • Bug fix. Message hash was not updated when re-signing with fario-signers sign
  • Introduced json2fario. Needs work.

v0.5.2

24 Oct 16:01
Compare
Choose a tag to compare

[0.5.2] - 2023-10-24

  • Bug fixes
  • Dynamic dependancies
  • Depends on farcaster-py==0.0.6

[0.5] - 2023-10-24

  • fario-signers replaced fario-new-signer, fario-remove-signer and fario-sign
  • Updated README to reflect the changes caused by fario-signers.
  • Dynamic package version based on __about__.py
  • fario-cast has options for embeds and custom timestamp
  • Various typos
  • Removed unused code
  • Added HOWTO/How_to_get_access_to_a_hub.md
  • Updated the README cheatsheet with new examples (and fixed some typos)

v0.4

23 Oct 10:25
Compare
Choose a tag to compare
Updated cheatsheet

v0.1

22 Oct 11:45
Compare
Choose a tag to compare
fario-remove-signer to use farcaster-py-0.0.4