Skip to content

Releases: Mydayyy/pbcli

v2.9.0

24 Feb 18:55

Choose a tag to compare

v2.8.0

18 Feb 18:39

Choose a tag to compare

release 2.8.0

v2.7.1

18 Feb 17:07

Choose a tag to compare

  • fix pbcli trying to inflate a non zlib compressed payload

v2.7.0

14 Feb 16:20

Choose a tag to compare

  • Skip empty lines and lines only consisting of whitespace when parsing the config

v2.6.0

07 Dec 21:56

Choose a tag to compare

  • Support scraping supported expiries

v2.5.1

26 Nov 18:02

Choose a tag to compare

  • Fix an issue where the config parsing would always require mandatory args on the cli

v2.5.0

18 Sep 22:54

Choose a tag to compare

  • Implement --debug flag
  • Implement default locations for configs
  • Implement --no-default-config

v2.4.0

17 Aug 20:48

Choose a tag to compare

  • Implement uniffi bindings gated behind a feature flag

v2.3.1

30 Mar 14:13

Choose a tag to compare

  • Expose as library so others can use the defined structs and accompanying code (nain-F49FF806)

v2.3.0

17 Mar 14:30

Choose a tag to compare

Implement --size-limit argument.

Example usages:

pbcli --upload FILENAME --size-limit 1047983
pbcli --upload FILENAME --size-limit 10mb
pbcli --upload FILENAME --size-limit 2GB
pbcli --upload FILENAME --size-limit 1kb
pbcli --upload FILENAME --size-limit 500KB

If no unit is specified, the given size is interpreted as bytes