diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9fa861e --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index b60b791..77f2469 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ Infinity Engine online utils + +## [Changelog](./CHANGELOG.md) \ No newline at end of file diff --git a/package.json b/package.json index b047e83..b71bca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d9", - "version": "0.1.0", + "version": "0.2.0", "private": true, "homepage": "https://dergash.github.io/d9/", "dependencies": { diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index a993204..567e4ce 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -17,7 +17,7 @@ export const AppBar: React.FC = () => {