Skip to content

Releases: zzag/plasma5-wallpapers-dynamic

v5.0.0

28 Feb 21:15
Compare
Choose a tag to compare

Changes

  • Ported to Plasma 6, no major feature changes

v4.4.1

14 Jan 23:36
Compare
Choose a tag to compare

Changes

  • Added --codec <rav1e|aom|svt> option in kdynamicwallpaper. It lets you choose what codec is used to encode wallpaper images
  • Added --verbose option in kdynamicwallpaper for debugging purposes

v4.4.0

14 Jun 18:57
Compare
Choose a tag to compare

Changes

  • Add --speed option in kdynamicwallpaperbuilder that controls encoding speed. 0 - slowest, 10 - fastest

v4.3.1

23 Apr 17:16
Compare
Choose a tag to compare

Changes

  • Updated Polish translation
  • Updated Ukrainian translation
  • Minor bugfixes and improvements

v4.3.0

12 Apr 14:39
Compare
Choose a tag to compare

Changes

  • Improved offline mode handling

v4.2.0

11 Apr 21:20
Compare
Choose a tag to compare

Changes

  • Improved memory usage with 8K wallpapers

v4.1.0

11 Apr 19:30
Compare
Choose a tag to compare

Changes

  • Improved memory usage with "day/night" wallpapers

v4.0.0

09 Apr 18:50
Compare
Choose a tag to compare

Breaking changes

  • Switched from the HEIF file format to the AVIF file format. The main reason for this transition was that some distros couldn't ship this wallpaper plugin because of libheif dependency and HEVC patents.

For v3 users: if you have dynamic wallpapers created for v3, you only need to run the kdynamicwallpaperbuilder command again to get an AVIF wallpaper. kdynamicwallpaperbuilder v3's manifest format is compatible with v4.

Changes

  • Added support for so-called "day/night" dynamic wallpapers. With a day/night dynamic wallpaper, you only need to specify two images - one for the day, and the other for the night. The engine will automagically determine what image should be displayed based on the Sun position at your location. You don't need to specify time or the Sun's position as in normal "solar" dynamic wallpapers.

  • kdynamicwallpaperbuilder's manifest file format has changed. The transition path from v3 to v4 is trivial

    [
        {
            "Time": "06:00",
            "FileName": "a.png"
        },
        {
            "Time": "18:00",
            "FileName": "b.png"
        }
    ]

    will become

    {
        "Type": "solar",
        "Meta": [
            {
                "Time": "06:00",
                "FileName": "a.png"
            },
            {
                "Time": "18:00",
                "FileName": "b.png"
            }
        ]
    }

    The support for v3 manifest file format will be dropped later in the 4.x cycle.

v3.3.9

25 Mar 07:44
9b1b2c4
Compare
Choose a tag to compare

Changes

  • Added Portuguese translation

v3.3.8

01 Mar 19:31
Compare
Choose a tag to compare

Changes

  • Fix a bug where the update interval gets reset to 1