Skip to content

Commit aef2876

Browse files
committed
0.9.2
1 parent bddd89f commit aef2876

File tree

5 files changed

+102
-68
lines changed

5 files changed

+102
-68
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
### Unreleased
22

33

4+
### 0.9.2
5+
6+
#### Fixes
7+
8+
* fix stack overflow on some systems, by @iynaix
9+
* make sure we start the daemon even when the socket file already exists
10+
* fix build in 32bit x86, by @Calandracas606
11+
* fix image resize when image is larger than monitor
12+
* fix transitions performance that had regressed from versions 0.8.*
13+
* added SIGHUP to the list of signals we catch to exit properly
14+
* allow `swww` to run on a nested wayland environment, by @Fuyukai.
15+
16+
#### Improvements
17+
18+
* we no longer traverse `/proc` to detect whether the daemon is running, we
19+
just try pinging it instead, by @Fuyukai
20+
* many internal refactors:
21+
- client now sends images in the format requested by the daemon (previously
22+
we were transforming the images in the daemon itself)
23+
- simplified the daemon's transitions
24+
- using `bitcode` instead of `rkyv` for serialization
25+
- using `rustix` instead of `nix` for unix stuff
26+
- The Big One: we've eliminated our dependency on `smithay-client-toolkit`,
27+
now make calls directly to `wayland-client`. This gives us more control over
28+
our code for the price of a little extra verbosity.
29+
30+
431
### 0.9.1
532

633
My bad everyone, `0.9.0` wasn't loading the cache, so I am publishing this quick

Cargo.lock

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

0 commit comments

Comments
 (0)