All Versions
78
Latest Version
Avg Release Cycle
17 days
Latest Release
1893 days ago

Changelog History
Page 1

  • v3.3.0 Changes

    January 21, 2019
    • πŸ›  Fixed issue with garbage printed to terminals. Use --vte with each wal invocation.
    • πŸ›  Fixed URxvt borders not respecting background opacity. @rstacruz
    • πŸ›  Fixed rofi templates. @14rcole
    • βœ‚ Removed oomox support. No one was maintaining it. Use wpgtk
    • βž• Added template for waybar. @surrealpie
    • βž• Added template for speedcrunch . @lasers
    • βž• Added template for xmonad. @sraysmith
    • βž• Added template for dmenu. @Khoyo
    • Added environment variable PYWAL_CACHE_DIR to change cache dir.
    • βž• Added rgba support to template files.
  • v3.2.1 Changes

    October 24, 2018
    • πŸ›  fix urxvt bg.
    • πŸ‘‰ tweak colors.
  • v3.2.0 Changes

    October 23, 2018
    • πŸ›  alpha: fixed transparency issue in urxvt.
    • args: -c now exits.
    • args: show usage when no args passed.
    • args: added --palette to view current colors. @D-Vaillant
    • args: -o can now be repeated.
    • colors: simplified colorz.
    • πŸ‘ general: added support for kitty terminal. @vxid
    • general: fix quiet mode with cached color-schemes.
    • 🍎 general: fixed major macOS bug.
    • 🚚 theme: removed broken theme file.
    • πŸ›  theme: fixed issues with putty. @tadly
    • πŸ›  reload: fixed reload bug.
    • reload: only restart programs if they're running.
    • 🚚 sequences: removed vte hack.
    • sequences: cursor color is now changed in st.
    • πŸ‘ wallpaper: added support for awesome wm. @vesiv
  • v3.1.0 Changes

    June 21, 2018
    • βž• Added --saturate to change color saturation.
      • Takes a float as its value: 0.0 to 1.0.
    • βž• Added vim output file.
    • πŸ›  Fixed LS_COLORS issue.
    • πŸ›  Fixed issues in iTerm2 on macOS.
    • πŸ›  Fixed hang caused by imagemagick.
    • πŸ›  Fixed issue with -i and transparency.
  • v3.0.1 Changes

    May 27, 2018
    • βž• Added Tempus themes.
    • βž• Added LS_COLORS to colors.sh to fix color issues.
    • Compressed all theme files.
    • πŸ–¨ Don’t print directory of image used.
    • πŸ›  Fixed alpha value not persisting with wal -R.
    • πŸ›  Fixed vim-airline theme when used with light color-schemes.
  • v3.0.0 Changes

    May 06, 2018

    Pywal now has 250 included themes! If there are any other themes
    πŸ‘€ you'd like to see added. Open an issue.

    • βž• Added all of @dkeg's themes.
    • βž• Added all themes from terminal.sexy
    • Themes are now split between light and dark.
      • Local themes now need to be put into ~/.config/wal/colorschemes/{light,dark}.
    • βž• Added unity wallpaper support.
  • v2.1.0 Changes

    April 29, 2018
    • βž• Added all base16 themes to pywal. @metalelf0
    • Added --iterative to iterate over a directory in order (instead of random).
    • πŸ›  Fix minor theme issue in rofi. @esp10mm
    • πŸ›  Fix some conflicting arguments.
    • πŸ›  Fixed bug causing nested directory structure.
    • πŸ›  Fixed bug where the configuration directory wouldn't be created early enough.
    • πŸ›  Fixed missing color in st cache file. @jameh
    • Limit color palette width in output.
    • βœ‚ Removed -nocpp from xrdb call.
  • v2.0.5 Changes

    April 05, 2018
    • πŸ›  Fixed crash when using --theme on Python 3.5.
  • v2.0.4 Changes

    April 03, 2018
    • πŸ›  Fixed cursor color
    • Made output prettier
  • v2.0.3 Changes

    April 02, 2018
    • πŸ›  args: Fixed bug where --backend wouldn't work.