We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be90873 commit fb88c66Copy full SHA for fb88c66
CHANGELOG.md
@@ -28,3 +28,7 @@
28
- Add CopyRect encoding support
29
- Add SetEncodings message support
30
- 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
@@ -1,7 +1,7 @@
1
description: Implementation of The Remote Framebuffer Protocol (RFC 6143, aka VNC protocol)
2
name: dart_rfb
3
repository: https://github.com/Goddchen/dart-rfb
4
-version: 0.4.0
+version: 0.4.1
5
6
environment:
7
sdk: ">=2.18.4 <3.0.0"
0 commit comments