Skip to content

v0.2.0

Compare
Choose a tag to compare
@0xk1f0 0xk1f0 released this 17 Feb 19:17
· 73 commits to master since this release
9a222ca

Breaking Changes

  • The -w option is now -b <BACKEND> due to the addition of swaybg
    • This essentially means you have the freedom to choose either
    • -b wpaperd or -b swaybg
    • swaybg has the benefit of needing no extra config file
    • other than that, I noticed no performance difference
    • rwpspread will get its own backend eventually
  • The palette integration has been completely reworked
    • now relies on color frequency analysis with relative luminance
    • will most of the time yield better colors
    • no more random #000000 hex codes
    • for the full implementation, see a160f7b

Other Changes

  • Added even more alignment options
    • these include: tc, bc, rc, lc
    • corresponding to top-centered, bottom-centered, right-centered and left-centered
  • Fixed the cache detection caused by a misplaced * character
  • Restructured the codebase a bit

Full Changelog: v0.1.9...v0.2.0