Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2e103b8

Browse files
committedMay 27, 2018
version: bump
1 parent a6a067e commit 2e103b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- Added Tempus themes.
11+
- Added `LS_COLORS` to `colors.sh` to fix color issues.
12+
- Compressed all theme files.
13+
- Don’t print directory of image used.
14+
- Fixed alpha value not persisting with `wal -R`.
15+
- Fixed vim-airline theme when used with light color-schemes.
16+
1017

1118
## [3.0.0] - 2018-05-06
1219

‎pywal/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import platform
1414

1515

16-
__version__ = "3.0.0"
16+
__version__ = "3.0.1"
1717
__cache_version__ = "1.1.0"
1818

1919

0 commit comments

Comments
 (0)