Releases: fia0/enkei
Releases · fia0/enkei
Release v0.9.3
Release v0.9.2
Improvements:
- Add IPC interface to allow changing wallpaper while running
- Add
enkeictl
Fixes:
- Fix color spaces on "none" scale setting
- Fix timer cancellation
- Fix image offset for images on scaled outputs and extraordinary wide or high image formats
Release v0.9.1
Changes:
- Remove Gaussian, Bilinear and Nearest Neighbor Filters
- Fast, Good and Best Filter now represent different filtering algorithms (part of
fast_image_resize
crate)
Improvements:
- Use SIMD image resizing to cut down on output initialization time
Fixes:
- Fix display behavior when using a scaling factors > 1
- Fix display behavior when using some virtual display configurations
- Fix missing runtime dependency for OpenSuse
Release v0.9.0 - Tabula rasa
Complete rewrite of enkei
.
Many aspects of the application have changed, it should behave better in general now, but some bugs can occur. If you encounter some problems check the logs of
enkei
(written to stdout), a small report will be given in these cases you can use it to report problems. Some information of your setup are included, if you prefer remove them before posting.
Main Changes:
- Remove
gtk
- Use plain
wayland
andOpenGL
for rendering of images and transitions - Fix bug which occurred when all displays were disconnected (gtk related)
- Fix bug which occurred when dragging windows to empty outputs (gtk related; see #1)
- Animations are much smoother now due to different rendering
- CPU usage reduced due to reduction of required buffer copying
- Reduced memory footprint; a more conservative caching policy has been added
- Better resource loading with shared caching between outputs
The version number has been increased to 0.9.0
to reflect this break with the old implementation and bringing it closer to some stable version 1.0
.
Release v0.1.1
Added Functionality:
- Keep backgrounds persistent on output changes (Removal & Addition)
Rework:
- Initialization phase & Shared data handling (transparent changes, no behavior changes)
Release v0.1.0
The initial release of enkei.
Most features are ready to use and I personally use it already in my system.
Features:
- Dynamic Background
- Static Background
- Scaling Factors
- Automatic Mode Detection
- Most Common Image Format Support
- Selectable Filters