Release 0.2.0
This commit is contained in:
parent
4eecc726c0
commit
fb4e98165a
2 changed files with 6 additions and 1 deletions
|
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.2.0 -- 2019-04-27
|
||||||
|
|
||||||
|
- `Clipboard::store()` and `Clipboard::load()` now take a `Option<String>` for the seat name, if
|
||||||
|
no seat name is provided then the name of the last seat to generate an event will be used instead
|
||||||
|
|
||||||
## 0.1.1 -- 2019-04-24
|
## 0.1.1 -- 2019-04-24
|
||||||
|
|
||||||
- Do a sync roundtrip to register avaliable seats on clipboard creation
|
- Do a sync roundtrip to register avaliable seats on clipboard creation
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "smithay-clipboard"
|
name = "smithay-clipboard"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
|
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Provides access to the wayland clipboard for client applications."
|
description = "Provides access to the wayland clipboard for client applications."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue