Skip to content

Commit

Permalink
Releasing 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Nov 28, 2023
1 parent 9e3d9fb commit 489b10f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.1

* Support MIT-MAGIC-COOKIE-1 authorization
* Support TCP/IP connections
* Support screen number in DISPLAY
* Detect window deletion
* Show keyboard and mouse events in the window example

## 0.1.0

* Initial release
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: x11
version: 0.1.0
version: 0.1.1

description:
A native Dart implementation of the X window system protocol, version 11 (X11).
Expand Down

0 comments on commit 489b10f

Please sign in to comment.