Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LGFae committed May 2, 2024
1 parent 699d16d commit 3ee69e3
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 82 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
### Unreleased


### 0.9.5

This is mostly just fixes and small improvements.

#### Fixes

* fixed wallpaper never setting `configured` to 'true'
* fixed fractional scaling rounding incorrectly
* fixed scaling for vertical monitors (thanks, @AhJi26)
* fixed the annoying black screen on login issue (finally)

#### Additions

* add --no-cache option to `swww-daemon`, by @lucasreis1

#### Internal improvements

* specialized transition for `--transition-type none` (previously it was an alias
to `simple` with special values)
* remove an extra call to `thread::sleep` when loading the cache
* no longer using an `event_fd` to wake up the main thread

### 0.9.4

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

#### Fixes

* fix wrong scale calculation

#### Internal Improvements

* deleted leftover `/proc` traversal code in the client
* no longer setting nonblocking mode for daemon socket, since we are already
polling it
Expand Down
Loading

0 comments on commit 3ee69e3

Please sign in to comment.