Skip to content

Releases: fia0/enkei

Release v0.9.3

23 Feb 17:26
Compare
Choose a tag to compare

Fix

  • Fix non-absolute paths being send in IPC

Misc

  • Add install scripts for manual install

Release v0.9.2

12 Feb 17:58
Compare
Choose a tag to compare

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

06 Feb 21:10
Compare
Choose a tag to compare

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

30 Jan 18:13
Compare
Choose a tag to compare

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 and OpenGL 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

17 Jul 16:24
Compare
Choose a tag to compare

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

17 Jun 08:04
Compare
Choose a tag to compare

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