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

Changelog History
Page 5

  • v0.6.1 Changes

    August 13, 2017
    • wallpaper: Correctly encode file path to URI.
  • v0.6.0 Changes

    August 12, 2017
    • ๐Ÿ‘ python: Added support for Python 3.5.
    • api: Path types are no longer accepted by the api. Use Strings instead,
  • v0.5.13 Changes

    August 12, 2017
    • โช args: Added -R to restore the previous colorscheme.
    • reload: Theme is now option for GTK reload. @deviantfero
    • colors: Colors are now correctly set for UXTerm.
    • โœ… tests: Added more tests. @aeikenberry
  • v0.5.12 Changes

    August 03, 2017
    • ๐Ÿ›  Fix wallpaper on macOS. @aeikenberry
    • โž• Added -e to skip reloading the environment. @aeikenberry
  • v0.5.11 Changes

    August 02, 2017
    • colors: Un-hardcode color8.
      • color8 is now generated from color0.
  • v0.5.10 Changes

    August 02, 2017
    • pywal now colors iTerm2's window and tabs. @aeikenberry
    • ๐Ÿ›  Fixed output message inconsistencies.
  • v0.5.9 Changes

    July 31, 2017
    • ๐Ÿ›  Fixed hyper-wal not working with pywal.
  • v0.5.8 Changes

    July 31, 2017
    • โž• Added support for macOS (iTerm2 only)
      • Thanks to @aeikenberry for testing.
    • ๐Ÿ›  Fixed issue with tk.
    • ๐Ÿ›  Fixed bug with brighter background colors.
  • v0.5.7 Changes

    July 30, 2017
    • general: Use sys.exit everywhere instead of exit.
    • export: Export colors in yaml format.
    • wallpaper: Fix a crash on first run of wal.
  • v0.5.6 Changes

    July 28, 2017
    • ๐Ÿ›  css: Fixed wallpaper variable not working in css.

    โšก๏ธ Updated css example:

    @import url('file:///home/dylan/.cache/wal/colors.css');
    
    body {
      background-image: var(--wallpaper);
    }