Releases: 5hubham5ingh/WallRizz
Releases · 5hubham5ingh/WallRizz
v1.4.0
07 Oct 06:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Support for 'gif' images.
--update to update WallRizz to latest version.
Add: wallpaper path as second argumnet in setTheme
04 Mar 16:46
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Refactor and improvements
22 Dec 18:12
Compare
Sorry, something went wrong.
No results found
Removed custom stack trace on error.
Improved fzf UI config.
Improvements
13 Dec 19:02
Compare
Sorry, something went wrong.
No results found
Move config files caching to worker thread.
Set fzf theme to follow terminal theme.
Features
09 Dec 17:51
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes:-
Set default value of --hold to false.
Remove old wallpaper daemon handler script when new one is downloaded.
Updated fzf style.