From 489b10f01320d2d2763433132dd0dcc5425b2613 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 28 Nov 2023 21:22:34 +1300 Subject: [PATCH] Releasing 0.1.1 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f3f91..4b367f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 8f2c526..c1985cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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).