Changelog History
Page 3
-
v1.1.2 Changes
January 07, 2018๐ Remember to use
wal -c
after every release.- ๐ fixed bug related to palette sorting.
- ๐ use color blending to create a better white.
-
v1.1.1 Changes
January 06, 2018๐ reload: Fixed permissions error.
-
v1.1.0 Changes
January 03, 2018general
- โ Added support for changing colors in linux
ttys
. - ๐ Fixed bug with transparency in urxvt.
- โ Added
imagemagick display
as a wallpaper setter fallback.
api
- โ Added missing export options.
misc
- Code cleanup.
- Minor optimizations.
- โ Added support for changing colors in linux
-
v1.0.4 Changes
December 31, 2017- ๐ reload: Fixed issue with rofi.
- reload: Speed up
xrdb
by using-nocpp
-
v1.0.3 Changes
December 31, 2017- ๐ shuffle: Better error handling
- export: Added missing rofi option.
-
v1.0.2 Changes
December 29, 2017- โ Add back
-r
for compatibility withwpgtk
.- It's still deprecated.
- An error message is still displayed.
- โ Add back
-
v1.0.1 Changes
December 29, 2017- colors: Improve background contrast.
- colors: Improve forground brightness and contrast.
- general: Fix
pywal
causing pc beeps.
-
v1.0.0 Changes
December 27, 2017[Installation] [Getting Started] [Customization] [Wiki]
๐ This release of
pywal
contains some large changes and may very well break things for some users. Expect bugs and expect additional releases to fix them. The version has been bumped to1.0.0
as I'm now happy with wherepywal
is feature-wise.โ The goal for the future is improving the schemes that
pywal
generates. Feel free to send me your wallpapers that generate subpar schemes and I'll use them in my testing data.Removal of
-r
The flag
-r
was removed as it was basically a glorifiedcat
of thesequences
file with 300ms of python overhead. The new recommended way to load the schemes is to replacewal -r
withcat ~/.cache/wal/sequences
.Removal of
-t
Yup! The
-t
flag to fix garbage in VTE terminals (termite, xfce4-terminal, gnome-terminal) is no longer needed. I've come up with a workaround that really shouldn't work but does. ยฏ\_(ใ)_/ยฏ๐ The problem: The sequence
\033[708;#000000\007
is unsupported by VTE and VTE's sequence parsing doesn't hide unknown sequences, instead it just displays them as plain text. We can't add an if statement or a check for VTE terminals as we're writing to each terminal via it's file descriptor. The only thing that is interpreted is escape sequences.โช The workaround: The problem sequence is wrapped in a series of other escape sequences so that the unsupported sequence isn't echo'd to the terminal.
How it works:
-
v0.7.5 Changes
December 19, 2017- ๐ Really fixed wallpaper bug.
-
v0.7.4 Changes
December 19, 2017- ๐ Fixed wallpaper not changing in WMs.