Skip to content

Commit 61e0db6

Browse files
authored
Merge pull request #205 from mahkoh/jorth/1.3.0
docs: prepare 1.3.0 release
2 parents 3716d09 + be3164b commit 61e0db6

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-compositor"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55
build = "build/build.rs"
66
license = "GPL-3.0-only"
@@ -23,8 +23,8 @@ panic = "abort"
2323

2424
[dependencies]
2525
jay-config = { version = "1.2.0", path = "jay-config" }
26-
jay-toml-config = { version = "0.3.0", path = "toml-config" }
27-
jay-algorithms = { version = "0.1.0", path = "algorithms" }
26+
jay-toml-config = { version = "0.4.0", path = "toml-config" }
27+
jay-algorithms = { version = "0.2.0", path = "algorithms" }
2828

2929
uapi = "0.2.13"
3030
thiserror = "1.0.56"

algorithms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-algorithms"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "GPL-3.0-only"
66
description = "Internal dependency of the Jay compositor"

deploy-notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 1.3.0
4+
5+
- Needs jay-algorithms release.
6+
- Needs jay-toml-config release.
37
- Needs jay-compositor release.
48

59
# 1.2.0

release-notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Unreleased
22

3+
# 1.3.0 (2024-05-25)
4+
35
- Add remaining layer-shell features.
46
- Add JAY_MAX_RENDER_TIME_NSEC environment variable.
57
This can be used to delay rendering until shortly before a page flip, reducing input
68
delay.
79
This is an unstable feature that might change in the future.
10+
- Various bugfixes.
11+
- Improve performance of Vulkan renderer.
812

913
# 1.2.0 (2024-05-05)
1014

toml-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jay-toml-config"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "GPL-3.0-only"
66
description = "Internal dependency of the Jay compositor"

0 commit comments

Comments
 (0)