File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ Unreleased ]
5+ ## [ 3.2.0 ] - 2024-11-22
66- Updates ` query_ipv4 ` method name to ` query_address ` to be more representative of what it actually does.
77- Corrections to some docstrings and typehints.
88- Refactored the UI to leverage JavaScript Proxy for more efficient state management,
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file.
1212- Formatted and linted the UI files (CSS, HTML, and JS) using ESLint and Prettier
1313 to ensure adherence to coding standards.
1414- Resolved issue where the ` ALLOW_PRIVATE ` environment variable was not being evaluated correctly.
15+ - Updates API packages.
16+ - Adds pre-commit hooks.
17+ - Fixes some warnings in Docker builds.
18+ - Various other fixes and improvements.
1519
1620## [ 3.1.2] - 2024-11-18
1721- Fixes a regression caused by [ #258 ] ( https://github.com/dsgnr/portchecker.io/pull/258 )
@@ -147,4 +151,3 @@ Please consider the rewritten front-end and API as a beta release.
147151## [ 1.0.0] - 2021-09-28
148152
149153- Initial release
150-
Original file line number Diff line number Diff line change 11[tool .poetry ]
22package-mode = false
33name = " portchecker.io"
4- version = " 3.1.2 "
4+ version = " 3.2.0 "
55description = """ portchecker.io is an open-source API for checking port \
66 availability on specified hostnames or IP addresses. \
77 Ideal for developers and network admins, it helps troubleshoot network \
You can’t perform that action at this time.
0 commit comments