Skip to content

Commit

Permalink
version update 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dergash committed Sep 22, 2020
1 parent c91d0fc commit 1efd202
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 0.2.0 (September 23, 2020)

* Color picker now more space-efficient
* Full palette now available for each color slot through `lock` button
* Slightly improved mobile UI
* Basic support for importing CHR files, only character name will be displayed

# 0.1.0 (September 19, 2020)

* Initial release
* Display BAM paperdoll for each possible BG1/IWD1 combination
* Display color palettes for each color slot
* Apply selected color to paperdoll
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Infinity Engine online utils

## [Changelog](./CHANGELOG.md)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d9",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"homepage": "https://dergash.github.io/d9/",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppBar/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const AppBar: React.FC = () => {
</div>
<div className={styles.links}>
<div className={styles.version}>
V0.1.0
V0.2.0
</div>
<a href="https://github.com/Dergash/d9" className={styles.link}>
<img src={githubLogo} alt="Visit repository on GitHub" className={styles.img} />
Expand Down

0 comments on commit 1efd202

Please sign in to comment.