Skip to content

Commit

Permalink
prepare 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LGFae committed Apr 19, 2023
1 parent 96061f7 commit 1112c2d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
### Unreleased


### 0.7.3

Fixes:
* Missing `/` when using `$HOME/.cache/swww`, by @max-ishere
* `--transition-step` with `simple` has saner defaults
* correctly spliting outputs argument with ',', by @potatoattack

Improvements:
* we only send the image after we've finished processing the whole animation.
This diminishes the weird lag that can sometimes happen when sending a large
gif.
* sending a status update to systemd when daemon has initialized, by @b3nj4m1n

Internals:
* we have benchmarks for our compression functions! This will be useful for
later once I start poking things to see if I can make them more efficient.

Unfortunately, there are a few bugs people have reported that I still haven't
been able to fix. Sorry about that.

In any case, the immediate plan for the future is actually to update sctk to
version 0.17.0. I am actually studying the possibility of using sctk with wgpu,
since that should bring many improvements (most noticeably, we would be able to
store an rgb vector, instead of rgba, so we could potentially cut memory usage
by 3/4. In theory, of course, I still have to actually measure it to see if
there's any difference. It will probably still take a while).

### 0.7.2

Improvements:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = [".", "daemon"]

[package]
name = "swww"
version = "0.7.2"
version = "0.7.3"
authors = ["Leonardo Gibrowski Faé <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 1112c2d

Please sign in to comment.