Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

59 lines (45 loc) · 1.62 KB

Changelog

v1.0.1 (15.10.2022)

Documenting:

  • Added the CHANGELOG.md
  • Updated the README.md

Enhancements:

  • Added program icon;
  • main.py renamed to main.pyw to run the program without a console;
  • project compilation implemented.

v1.0.0 (10.10.2022)

Release

This program is a port scanner. Its main functionality:

  • Full port scan from 0 to 49151;
  • Scanning ports for a pattern that the user specifies (for example, 1,80,21,1000-1010);
  • 2 operating modes: order | speed;
  • Ability to save the last scan and display it;
  • All reference information and documentation are described in script files;
  • And many other important things.