File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 3.3.0] - 2025-05-27
6
+
7
+ - Allow default host to be defined instead of using WAN address [ #338 ] ( https://github.com/dsgnr/portchecker.io/pull/338 ) .
8
+ - Various package updates.
9
+
5
10
## [ 3.2.2] - 2025-03-18
6
11
7
12
- Allows hyphenated subdomains in the UI.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
package-mode = false
3
3
name = " portchecker.io"
4
- version = " 3.2.2 "
4
+ version = " 3.3.0 "
5
5
description = """ portchecker.io is an open-source API for checking port \
6
6
availability on specified hostnames or IP addresses. \
7
7
Ideal for developers and network admins, it helps troubleshoot network \
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " portchecker.io" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.3 .0" ,
4
4
"description" : " Single page site for portchecker.io" ,
5
5
"homepage" : " https://github.com/dsgnr/portchecker.io#readme" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments