mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 08:32:20 +00:00
Bump version to 1.1.1.0 and update changelog.
This commit is contained in:
parent
e7bce27d12
commit
53793fcf1b
2 changed files with 14 additions and 1 deletions
13
ChangeLog.md
13
ChangeLog.md
|
|
@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and the
|
||||||
project adheres to the [Haskell Package Versioning
|
project adheres to the [Haskell Package Versioning
|
||||||
Policy (PVP)](https://pvp.haskell.org)
|
Policy (PVP)](https://pvp.haskell.org)
|
||||||
|
|
||||||
|
## 1.1.1.0 -- 2020-10-10
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* External icon sets.
|
||||||
|
* Font configurations.
|
||||||
|
|
||||||
|
### Other/Non-visible
|
||||||
|
|
||||||
|
* Improved unicode support.
|
||||||
|
* Improved support for filter effects.
|
||||||
|
* Bug fix in the path parser.
|
||||||
|
|
||||||
## 1.1.0.0 -- 2020-10-07
|
## 1.1.0.0 -- 2020-10-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ cabal-version: 2.0
|
||||||
-- see http://haskell.org/cabal/users-guide/
|
-- see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: reanimate
|
name: reanimate
|
||||||
version: 1.1.0.0
|
version: 1.1.1.0
|
||||||
-- synopsis:
|
-- synopsis:
|
||||||
-- description:
|
-- description:
|
||||||
license: PublicDomain
|
license: PublicDomain
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue