From 2e103b8df88ea5232a0a261c104df5456f7610b3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 28 May 2018 08:22:50 +1000 Subject: version: bump --- CHANGELOG.md | 7 +++++++ pywal/settings.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd2537..54dfba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- 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. + ## [3.0.0] - 2018-05-06 diff --git a/pywal/settings.py b/pywal/settings.py index efb2b61..80412a0 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "3.0.0" +__version__ = "3.0.1" __cache_version__ = "1.1.0" -- cgit v1.2.3