Skip to content
New release v0.7.0

Features
========

- Replace daemon with systemd timer when available. A migration script exist
  to update your config if needed.
- Add a default value to deviantart fetcher
- Add the orientation option to pexels fetcher
- Add a color picker widget in the preferences window
- Add a new fetcher for wallhaven website
- Introduce sway support
- Add prune as a new alias for the empty command in client
- Complete bash and zsh completion scripts
- Update locales

Removal
=======

- As they were broken without any possible fix, natgeo (National Geographic)
  and powder fetcher have been removed.
- Remove useless detach command

Fixes
=====

- Make deviantart fetcher work again
- Actually honor flickr default value
- Actually honor reddit default values
- Protect fetcher loading when it does not exists
- Reduce lag in preference window with big caches
- Correctly save change time after manual change

Documentation
=============

- List all current possible fetchers in README and CONFIG files

Others
======

- Wrap requests call to expose a user-agent
- Big cleanup of the code