Releases: r4sas/PBinCLI
Releases · r4sas/PBinCLI
0.3.5
0.3.4
0.3.3
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
Re-pushed release due to incorrect markup in README.
New:
verbose
optionmirrors
option to print links to service mirrors- Interruption handler
- Support custom shortener services
- URL support for fetching paste from server
Fixed:
0.3.1
0.3.0
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
0.2 - v2 paste support, code improvements
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.