diff options
| author | Dylan Araps <[email protected]> | 2018-05-28 08:22:50 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-05-28 08:22:50 +1000 |
| commit | 2e103b8df88ea5232a0a261c104df5456f7610b3 (patch) | |
| tree | ca793e5e9b1c861f7de55aeac660259b73e8b8cf /CHANGELOG.md | |
| parent | general: Set LS_COLORS to fix unreadable output. Closes #248 (diff) | |
| download | pywal-3.0.1.tar.xz pywal-3.0.1.zip | |
version: bump3.0.1
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |