Fix clipboard dying after TTY switch

This commit is contained in:
Kirill Chibisov 2020-03-03 08:14:36 +03:00
parent b97ebc4321
commit b783b2250c
2 changed files with 283 additions and 235 deletions

View file

@ -4,6 +4,7 @@
- Fix crash when receiving non-utf8 data
- **Breaking** `load` and `load_primary` now return `Result<String>` to indicate errors
- Fix clipboard dying after TTY switch
## 0.3.7 -- 2020-02-27