Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.02 KB

2023-11-05

Version 0.07

  • Making the code more modular.
    • Created a CertificateManager class that handles certificate related operations.
    • Created a FileManager class that handles file operations
    • Created a ConnectionManager class that handles connections to URI's.

2023-08-13

Version 0.06

  • Fixing python syntax and code.

2023-07-09

Version 0.05

  • Adding ability to allow insecure connections (--insecure). Useful for when a website isn't properly configured.

2023-04-26

Version 0.05

2023-03-20

Version 0.04

Version 0.03

Version 0.02

2023-03-12

Version 0.01

  • First release.