smithay-clipboard/CHANGELOG.md

22 lines
615 B
Markdown
Raw Normal View History

2019-02-14 18:23:55 +08:00
# Change Log
## Unreleased
2019-04-27 22:26:09 +08:00
## 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
2019-04-24 01:28:31 +08:00
## 0.1.1 -- 2019-04-24
- Do a sync roundtrip to register avaliable seats on clipboard creation
- Collect serials from key and pointer events
- Return an empty string for load requests when no seats are avaliable
2019-02-14 18:23:55 +08:00
## 0.1.0 -- 2019-02-14
Initial version, including:
- `WaylandClipboard` with `new_threaded()` and `new_threaded_from_external()`
- multi seat support