Releases: milouse/chwall
Releases · milouse/chwall
v0.6
v0.5.12
Features
- Allow one to customize the web browser used to display wall source and add a related entry to edit web browser command in preferences window.
- Improve some weird labels and their translations
Fixes
- Remove some Gtk deprecation warnings
Others
- Avoid lots of useless function splat arguments
- Use current_wallpaper_info function in client status command
v0.5.11
v0.5.10
Fixes
- Support dark mode wallpaper in Gnome 42+
- Make powder fetcher work again
- Make tests aware of Pantheon desktop
- Make tests aware of Favorite action in desktop files
Other
- Improve i18n files generation/edition by Makefile
- Modernize subprocess.run argument list
- Improve code reliability
- Use inclusive language
v0.5.9
v0.5.8
Feature
- Support favorite as a desktop file action
- Support Pantheon desktop (Elementary OS)
Fixes
- Add a missing ; in a desktop file
- Remove cache cleanup from app startup
- Make muzei and natgeo fetchers to work in january
Other
- Cleanup broken cache entries only when daemon starts
v0.5.7
Feature
- Directly blacklist broken pictures matching a given hash
- Support new param content_filter for unsplash
- Update translations
Fixes
- Replace nationalgeographic.com source by nationalgeographic.co.uk
- Make unsplash fetcher work again
Other
- Add a funding section in the README
- Remove now useless weblate mention from the README
- Allow preferences window to be open as a python module
- Move cache related code from preferences window to utils
v0.5.6
New release v0.5.5
Feature
- Add a fetcher for Muzei/Wikiart
- Add a fetcher for Wikiart
- Add a favorite function to save current wall for later use
- Support new Mate screensaver background picture
- Support XFCE desktop
- Add icons to the tray menu
- Use blurred picture for screensaver image if it exists
- Improve Spanish translation
New release v0.5.4
Feature
- Unlink wall file when it is removed from roadmap
- Advertize Chwall version number in daemon start message
- Add a fetcher for the Pexels website
Fixes
- Avoid a crash when a network error happens while downloading new picture
- Avoid an OSError when wall local file is not a picture
- Avoid Unsplash location to be "None"
- Avoid a crash when no picture has been downloaded
- Avoid default description message to be untranslated
Other
- Update locales
- Rename a variable and avoid ambiguous variable names
- Use
gettext.ngettext
instead of if/else switches - Improve
fetch_wallpaper
andpick_wallpaper
functions