Skip to content

Commit

Permalink
feat: prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goddchen committed Dec 21, 2022
1 parent 9305b95 commit e6ce60c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@
## 0.3.1

- Fix a minor typo issue

## 0.4.0

- Add CopyRect encoding support
- Add SetEncodings message support
- Add SetPixelFormat message support
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ And here we are, after a weekend, with the first, minimal, protocol implementati
### Encodings

- ✅ Raw
- CopyRect
- CopyRect
- ⬜ RRE (obsolescent)
- ⬜ Hextile (obsolescent)
- ⬜ TRLE
Expand All @@ -48,8 +48,8 @@ And here we are, after a weekend, with the first, minimal, protocol implementati
- ✅ ClientInit
- ✅ ServerInit
- Client-to-Server
- SetPixelFormat
- SetEncodings
- SetPixelFormat
- SetEncodings
- ✅ FramebufferUpdateRequest
- ⬜ KeyEvent
- ✅ PointerEvent
Expand All @@ -64,7 +64,7 @@ And here we are, after a weekend, with the first, minimal, protocol implementati

As simple as `dart pub add dart_rfb`.

Or manually add `dart_rfb: ^0.3.1` to your `pubspec.yaml`.
Or manually add `dart_rfb: ^<latest-version>` to your `pubspec.yaml`.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: Implementation of The Remote Framebuffer Protocol (RFC 6143, aka VNC protocol)
name: dart_rfb
repository: https://github.com/Goddchen/dart-rfb
version: 0.3.1
version: 0.4.0

environment:
sdk: ">=2.18.4 <3.0.0"
Expand Down

0 comments on commit e6ce60c

Please sign in to comment.