Skip to content

Releases: 5hubham5ingh/WallRizz

v1.4.0

07 Oct 06:14

Choose a tag to compare

Added

  • --hightlight <border|fill> to change selection highlight
  • --on-focus to apply wallpaper on focus

Fixed

  • Use alternate screen buffer for UI.
  • broken fzf on non-bash shel
  • version comparison when checking for update

v1.3.0

22 Jul 13:01

Choose a tag to compare

  • Support for 'gif' images.
  • --update to update WallRizz to latest version.

Add: wallpaper path as second argumnet in setTheme

04 Mar 16:46

Choose a tag to compare

setTheme function in extension scripts now receives wallpaper's path as second argument.

export function setTheme(currrentThemeConfigPath : string, currentWallpaperPath : string){};

Added wallpaper path as second arg in theme handler extension functions.

10 Feb 20:30

Choose a tag to compare

The theme extension function receive the full path of the wallpaper as second argument.

export const getDarkThemeConf(colorsCodesArray, wallpaperPath){};

Similarly,

export const getLightThemeConf(colorsCodesArray, wallpaperPath){};

Fix: Fullscreen wallpaper preview.

23 Dec 12:32

Choose a tag to compare

v1.0.3

Bumped version

Refactor and improvements

22 Dec 18:12

Choose a tag to compare

  • Removed custom stack trace on error.
  • Improved fzf UI config.

Improvements

13 Dec 19:02

Choose a tag to compare

  • Move config files caching to worker thread.
  • Set fzf theme to follow terminal theme.

Features

09 Dec 17:51

Choose a tag to compare

  • Support for Wallpaper Browsing in List Mode: For terminals supporting the Kitty graphics protocol, requires timg.
  • Extension Template Creation and Testing: Create and test extension templates using WallRizz --test.

Features

01 Dec 21:39

Choose a tag to compare

Added:

  • User argument to change color generation back-end.
  • Color.js library for working with colors in theme extension script.

Public release

09 Nov 11:57

Choose a tag to compare

Changes:-

  • Set default value of --hold to false.
  • Remove old wallpaper daemon handler script when new one is downloaded.
  • Updated fzf style.