Skip to content

Commit 8c82a60

Browse files
committed
🔖 1.4.0
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
1 parent ec7459c commit 8c82a60

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
<a name="1.4.0"></a>
4+
## 1.4.0 (2023-12-12)
5+
6+
### Added
7+
8+
- ✨ Add refuseDirectHookup option [[e3c088c](https://github.com/Tomas2D/ultravnc-repeater/commit/e3c088c267790cf437204321b1487c241a127722)]
9+
10+
### Fixed
11+
12+
- 🐛 Remove closed client connection from pending connections [[ec7459c](https://github.com/Tomas2D/ultravnc-repeater/commit/ec7459c0a5e1bedc86cc64cb990ce0af92c8e0ee)]
13+
- 🐛 Prevents registering closed/errored sockets [[d19b8b9](https://github.com/Tomas2D/ultravnc-repeater/commit/d19b8b9393dcc37345d4f40a6f1617b3e3e74315)]
14+
15+
316
<a name="1.3.0"></a>
417
## 1.3.0 (2023-12-01)
518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ultravnc",
77
"uvnc"
88
],
9-
"version": "1.3.0",
9+
"version": "1.4.0",
1010
"type": "module",
1111
"main": "./dist/index.cjs",
1212
"module": "./dist/index.js",

0 commit comments

Comments
 (0)