Releases: splintersuidman/blur
Releases · splintersuidman/blur
Version 0.2.4
Changed
- Updated chunkwm ABI version for compatibility with v0.4.6 and above.
NOTE: minimum chunkwm version is v0.4.6 now.
Version 0.2.3
Changed
- Updated chunkwm ABI version for compatibility with v0.4.0 and above.
NOTE: minimum chunkwm version is v0.4.0 now.
Version 0.2.2
Added
- Reset wallpaper on all spaces on unload, and with
chunkc blur::reset
.
Changed
- Improve logging.
Version 0.2.1
Added
- Runtime commands to enable/disable blurring. Use
chunkc blur::enable
to enable blurring; usechunkc blur::disable
to disable blurring. - Help message. Run
chunkc blur::help
for help about variables and commands. - @crisidev created a brew formula!
Changed
- Fix: setting wallpaper on correct screen when working with more than one screen.
- Fix: count windows on active space, instead of on all visible spaces.
Thanks
Thanks to @crisidev for creating a brew forumula.
Version 0.2.0
Added
- chunkwm as submodule.
- Space specific wallpapers with the rule
<space>_wallpaper
.
Changed
- Fix: change wallpaper on deminimize.
Version 0.1.4
Changed
- Fix: deleting temporary blurred walllpapers.
- Better error printing.
Version 0.1.3
Changed
- Fix: deleting temporary blurred wallpapers.
Added
- Runtime command #6:
chunkc blur::wallpaper [picture]
to change your wallpaper.
Version 0.1.2
Changed
- Fix #5: blurred wallpaper stays the same after changing wallpaper and restarting chunkwm.
- CVar
wallpaper_tmp_file
changed towallpaper_tmp_path
.
Version 0.1.1
Added
- License
- Changelog
- Feature: restore wallpaper on current space to not-blurred version on unload.
Changed
- Fix: remove wallpaper on load/unload.
Version 0.1.0
First release