Skip to content

Releases: milouse/chwall

v0.6

11 Apr 19:23
v0.6.0
Compare
Choose a tag to compare

Feature

  • Replace nitrogen by feh for no-desktop-managers environments. This is to avoid lot of noisy log messages due to GTK deprecations.

Main version bump as a somehow big dependency has changed.

v0.5.12

11 Apr 19:22
v0.5.12
Compare
Choose a tag to compare

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

11 Apr 19:21
v0.5.11
Compare
Choose a tag to compare

Feature

  • Improve natgeo fetcher

v0.5.10

11 Apr 19:20
v0.5.10
Compare
Choose a tag to compare

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

11 Apr 19:19
v0.5.9
Compare
Choose a tag to compare

Fixes

  • Remove references to old git repository
  • Make smashing magazine fetcher work again
  • Allow reproducible builds

v0.5.8

11 Apr 19:19
v0.5.8
Compare
Choose a tag to compare

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

11 Apr 19:18
v0.5.7
Compare
Choose a tag to compare

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

11 Apr 19:17
v0.5.6
Compare
Choose a tag to compare

Feature

  • Cache the config for gui app
  • Support monochrome icon for status app

Fixes

  • Avoid a crash when favorite folder is not available
  • Avoid weird negative values for next change date

New release v0.5.5

03 Feb 19:47
v0.5.5
Compare
Choose a tag to compare

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

01 Jun 16:29
v0.5.4
Compare
Choose a tag to compare

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 and pick_wallpaper functions