Skip to content

Commit 3ee69e3

Browse files
committed
v0.9.5
1 parent 699d16d commit 3ee69e3

File tree

9 files changed

+101
-82
lines changed

9 files changed

+101
-82
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
### Unreleased
22

33

4+
### 0.9.5
5+
6+
This is mostly just fixes and small improvements.
7+
8+
#### Fixes
9+
10+
* fixed wallpaper never setting `configured` to 'true'
11+
* fixed fractional scaling rounding incorrectly
12+
* fixed scaling for vertical monitors (thanks, @AhJi26)
13+
* fixed the annoying black screen on login issue (finally)
14+
15+
#### Additions
16+
17+
* add --no-cache option to `swww-daemon`, by @lucasreis1
18+
19+
#### Internal improvements
20+
21+
* specialized transition for `--transition-type none` (previously it was an alias
22+
to `simple` with special values)
23+
* remove an extra call to `thread::sleep` when loading the cache
24+
* no longer using an `event_fd` to wake up the main thread
25+
426
### 0.9.4
527

628
Fractional Scaling is finally implemented! Woooo!!
@@ -16,9 +38,11 @@ will be the last one for a while.
1638
Quick release to fix a scaling error that might affect a lot of people.
1739

1840
#### Fixes
41+
1942
* fix wrong scale calculation
2043

2144
#### Internal Improvements
45+
2246
* deleted leftover `/proc` traversal code in the client
2347
* no longer setting nonblocking mode for daemon socket, since we are already
2448
polling it

0 commit comments

Comments
 (0)