mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-23 22:38:36 +01:00
version: bump
This commit is contained in:
parent
a6a067eec5
commit
2e103b8df8
@ -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
|
||||
|
||||
|
@ -13,7 +13,7 @@ import os
|
||||
import platform
|
||||
|
||||
|
||||
__version__ = "3.0.0"
|
||||
__version__ = "3.0.1"
|
||||
__cache_version__ = "1.1.0"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user