Skip to content

Releases: r4sas/PBinCLI

0.3.5

23 Feb 08:12
0.3.5
a338613
Compare
Choose a tag to compare

Fixed:

  • Usage of debug option when command is not provided (#38)

Full Changelog: 0.3.4...0.3.5

0.3.4

11 Dec 18:22
0.3.4
ab7b2c0
Compare
Choose a tag to compare

Fixed:

  • Reading options from config file (#37)

Full Changelog: 0.3.3...0.3.4

0.3.3

09 Dec 23:27
0.3.3
7ecb501
Compare
Choose a tag to compare

Added:

  • URL support in delete command, --paste and --token options are suppressed

Changed:

  • Added support for additional paste options in configuration file

Full Changelog: 0.3.2...0.3.3

0.3.2

24 Jan 17:26
0.3.2
906c14f
Compare
Choose a tag to compare

Re-pushed release due to incorrect markup in README.

New:

  • verbose option
  • mirrors option to print links to service mirrors
  • Interruption handler
  • Support custom shortener services
  • URL support for fetching paste from server

Fixed:

  • Validate config file for empty lines
  • Parsing config file with more than one = in line (@tacerus)
  • Search config file in specific directories on Windows and MacOS
  • Fixed documentation
  • Usage of shortener without providing API type or URL to service (@tacerus)

0.3.1

19 Jun 14:49
0.3.1
d0f2309
Compare
Choose a tag to compare

New:

  • Server choice for get and delete commands
  • Pycrypto installation check (#20)

Fixed:

  • Include license and requirements in source archive for pypi
  • Unable to decrypt pastes with non-default encryption options (#22)

0.3.0

20 Sep 11:05
0.3.0
682b47f
Compare
Choose a tag to compare

New:

  • Added validation of PrivateBin instance URL - #18 (it must contain trailing slash because POST is used)
  • URL shortener support with various supported services - #19
  • Shortener configuration, certificate validation and insecure warning settings can be configured in config file or via env

Changed:

  • Restructured some parts of code by splitting big code chunks in functions (encrypt/decrypt)
  • Rework error messaging repeatable code (moved in utils)
  • Reduce code duplication (requests session configuring)

0.2.1

16 Aug 21:35
0.2.1
692335e
Compare
Choose a tag to compare

Fix swiped options booleans in v2 metadata for "open discussion" and "burn after reading" fields.

0.2 - v2 paste support, code improvements

24 Jul 11:57
0.2
32d60b5
Compare
Choose a tag to compare

That version introduces paste version 2 support, which added in PrivateBin 1.3.

License was changed to MIT.
Added readme in RST (restructured text) format.
Whole code was refactored, all encoding/decoding code was moved to format.py.
Implemented instance paste version support checker (@elrido).
Added v2 paste version support. New requirement - base58 package (@elrido).
Reworked logic when no text would be sent, added flags to disable text including in paste.

In api.py was added SSL certificate validation disabling code, to bypass errors when server use self-signed certificate.