smithay-clipboard/CHANGELOG.md

52 lines
1.2 KiB
Markdown
Raw Normal View History

2019-02-14 18:23:55 +08:00
# Change Log
## Unreleased
2019-08-14 00:10:31 +08:00
- Perform loaded data normalization for text/plain;charset=utf-8 mime type
2019-09-03 21:39:44 +08:00
## 0.3.5 -- 2019-09-3
- Fix primary selection storing, when releasing button outside of the surface
2019-08-14 00:10:31 +08:00
## 0.3.4 -- 2019-08-14
2019-02-14 18:23:55 +08:00
- Add fallback to gtk primary selection, when zwp primary selection is not available
2019-06-14 16:15:55 +08:00
## 0.3.3 -- 2019-06-14
- Update nix version to 0.14.1
2019-06-13 07:30:05 +08:00
## 0.3.2 -- 2019-06-13
- Update smithay-client-toolkit version to 0.6.1
## 0.3.1 -- 2019-06-08
- Fix primary clipboard storing
2019-06-07 10:56:47 +08:00
## 0.3.0 -- 2019-06-07
- Add support for primary selection through `store_primary()` and `load_primary()`
2019-04-27 23:36:16 +08:00
## 0.2.1 -- 2019-04-27
- Remove dbg! macro from code
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