Skip to content

0.3.0

Compare
Choose a tag to compare
@r4sas r4sas released this 20 Sep 11:05
· 49 commits to master since this release
0.3.0
682b47f

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)