2019-02-14 18:23:55 +08:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
2019-08-14 00:10:31 +08:00
|
|
|
|
2020-08-30 18:43:21 +02:00
|
|
|
## 0.5.2 -- 2020-08-30
|
|
|
|
|
|
2020-08-05 22:39:43 +03:00
|
|
|
- Fixed clipboard crashing, when seat has neither keyboard nor pointer focus
|
2020-08-10 13:25:25 +03:00
|
|
|
- Advertise UTF8_STRING mimetype
|
2020-08-27 14:08:26 +03:00
|
|
|
- Fixed crash when writing data to the server fails
|
2020-08-22 03:37:00 +03:00
|
|
|
- Fixed fd leaking from keymap updates
|
2020-08-05 22:39:43 +03:00
|
|
|
|
2020-07-10 20:43:41 +02:00
|
|
|
## 0.5.1 -- 2020-07-10
|
|
|
|
|
|
2020-07-10 21:35:02 +03:00
|
|
|
- Fixed clipboard not working, when seat had empty name
|
|
|
|
|
|
2020-05-20 10:04:44 +02:00
|
|
|
# 0.5.0 -- 2020-05-20
|
|
|
|
|
|
2020-05-20 16:40:27 +03:00
|
|
|
- Minimal rust version was bumped to 1.41.0
|
2020-05-10 16:40:03 +03:00
|
|
|
- Add support for `UTF8_STRING` mime type
|
2020-05-20 10:04:44 +02:00
|
|
|
- **Breaking** Clipboard now works only with extern display
|
|
|
|
|
- **Breaking** Clipboard now works only with last observed seats, instead of optionally accepting seat names
|
2020-05-10 16:40:03 +03:00
|
|
|
|
2020-03-09 22:46:54 +01:00
|
|
|
## 0.4.0 -- 2020-03-09
|
|
|
|
|
|
2020-03-04 22:03:55 +03:00
|
|
|
- Fix crash when receiving non-utf8 data
|
|
|
|
|
- **Breaking** `load` and `load_primary` now return `Result<String>` to indicate errors
|
2020-03-03 08:14:36 +03:00
|
|
|
- Fix clipboard dying after TTY switch
|
2020-03-04 22:03:55 +03:00
|
|
|
|
2020-02-27 16:01:09 +01:00
|
|
|
## 0.3.7 -- 2020-02-27
|
|
|
|
|
|
2020-02-27 15:59:48 +01:00
|
|
|
- Only bind seat with version up to 6, as version 7 is not yet supported by SCTK
|
|
|
|
|
for loading keymaps
|
|
|
|
|
|
2019-11-21 17:20:20 +08:00
|
|
|
## 0.3.6 -- 2019-11-21
|
|
|
|
|
|
2019-10-30 03:03:25 +03:00
|
|
|
- Perform loaded data normalization for text/plain;charset=utf-8 mime type
|
2019-11-20 19:19:28 +03:00
|
|
|
- Fix clipboard throttling
|
2019-10-30 03:03:25 +03:00
|
|
|
|
2019-09-03 21:39:44 +08:00
|
|
|
## 0.3.5 -- 2019-09-3
|
|
|
|
|
|
2019-09-03 16:38:28 +03:00
|
|
|
- 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
|
|
|
|
2019-08-13 18:58:12 +03: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
|
|
|
|
|
|
2019-06-08 12:08:01 +08:00
|
|
|
## 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
|