Skip to content

Commit fb88c66

Browse files
committed
feat: prepare release 0.4.1
Fixes #9
1 parent be90873 commit fb88c66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
- Add CopyRect encoding support
2929
- Add SetEncodings message support
3030
- Add SetPixelFormat message support
31+
32+
## 0.4.1
33+
34+
- Fix [issue #9](https://github.com/Goddchen/dart-rfb/issues/9) (hanging after some time)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
description: Implementation of The Remote Framebuffer Protocol (RFC 6143, aka VNC protocol)
22
name: dart_rfb
33
repository: https://github.com/Goddchen/dart-rfb
4-
version: 0.4.0
4+
version: 0.4.1
55

66
environment:
77
sdk: ">=2.18.4 <3.0.0"

0 commit comments

Comments
 (0)