Releases: Colonial-Dev/satpaper
Releases · Colonial-Dev/satpaper
v0.6.0
This release brings significant speed increases (>95% in some places) to the compositing step, courtesy of @bend-n and his fimg
library.
- If you build from source - please note that the nightly compiler is now used instead of stable.
cargo
should automatically pick up on this, but it's something to be aware of regardless. - If you use the provided binaries, please be aware that they now expect a CPU supporting SSE 4.1 (i.e. any remotely modern chip.)
v0.5.5
Changelog
- (Finally) fix the transparency application algorithm used by the background image feature. It's still not perfect, but it doesn't loop endlessly on some edge cases anymore!
v0.5.4
v0.5.1
Changelog
- Fix issue where Ubuntu GNOME was not recognized as supported (#7)
- Fix issue where
--once
flag check was incorrectly timed (after the automatic wallpaper update handling rather than before) - Image tiles are now downloaded serially rather than spawning a thread-per; this is somewhat slower, but avoids hogging FDs on *nix and is probably easier on SLIDER.
v0.5.0
Initial release.
Note that x86_64-unknown-linux-musl
is statically linked, and should Just Work™ on most distributions.