Skip to content

Commit

Permalink
Update information
Browse files Browse the repository at this point in the history
  • Loading branch information
Schemen committed May 22, 2022
1 parent 518ece9 commit 34cb09f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.8.0(2022-05-18)

### New
* Add the possibility to change the creature background color. Default remains white.
* Added color selection tools to the classic builder as well as the Quickbuilder

### Improvements
* Transparent PNGs have their transparency replaced with the chosen background color.
* Applied a fix where enumeration doesn't apply correctly in the Quickbuilder and sometimes in the classic builder

## 1.7.0(2022-05-18)

### New
Expand Down
2 changes: 1 addition & 1 deletion paperminis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.7.0'
__version__ = '1.8.0'
VERSION = __version__ # synonym

0 comments on commit 34cb09f

Please sign in to comment.