Update to SCTK 0.18.0
The main highlight is the move to calloop to handle all the requests which makes it possible to remove all the active polling and clean the data reading/writing, as well as accepting arbitrary long payloads. This update also fixes the CI for the repository by moving it to github actions, sets the minimum rust version, and edition to 2021. Fixes #46. Fixes #44. Fixes #34.
This commit is contained in:
parent
e2ffc4f183
commit
31392200dc
15 changed files with 1124 additions and 937 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Update SCTK to 0.18
|
||||
- Fix active polling of the clipboard each 50ms
|
||||
- Fix freeze when copying data larger than the pipe buffer size
|
||||
|
||||
## 0.6.6 -- 2022-06-20
|
||||
|
||||
- Update SCTK to 0.16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue