version 0.4
This commit is contained in:
parent
b0b1d427f9
commit
a4240ad835
2 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.4.0 -- 2020-03-09
|
||||||
|
|
||||||
- Fix crash when receiving non-utf8 data
|
- Fix crash when receiving non-utf8 data
|
||||||
- **Breaking** `load` and `load_primary` now return `Result<String>` to indicate errors
|
- **Breaking** `load` and `load_primary` now return `Result<String>` to indicate errors
|
||||||
- Fix clipboard dying after TTY switch
|
- Fix clipboard dying after TTY switch
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "smithay-clipboard"
|
name = "smithay-clipboard"
|
||||||
version = "0.3.7"
|
version = "0.4.0"
|
||||||
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
|
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>", "Victor Berger <victor.berger@m4x.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Provides access to the wayland clipboard for client applications."
|
description = "Provides access to the wayland clipboard for client applications."
|
||||||
repository = "https://github.com/smithay/smithay-clipboard"
|
repository = "https://github.com/smithay/smithay-clipboard"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue