diff --git a/.gitignore b/.gitignore index 8ee54e8..63bd372 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ dist-ssr coverage *.local +test-results + /cypress/videos/ /cypress/screenshots/ diff --git a/CHANGELOG.md b/CHANGELOG.md index d37eea8..beb3d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -## 0.2.0 - WIP +## 0.2.0 - any image format supported by the browser should now be accepted - reworked UI + - better fit on both wide and small screens + - UI is now pleasant-ish to look at - foundation logos are not baked in anymore - add grab cursor on canvas - parametrized logos and donation counter through env file +- logos and tracker updated for GSPS2024 +- automatically build nightly version ### Known issues diff --git a/package-lock.json b/package-lock.json index 0b171bc..3faabd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gpst", - "version": "0.2.0-dev", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gpst", - "version": "0.2.0-dev", + "version": "0.2.0", "dependencies": { "pinia": "^2.2.0", "twemoji": "^14.0.2", diff --git a/package.json b/package.json index eb51ecc..6475ed7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gpst", "description": "Generator Piekielnie Szybkich Thumbnailsów ", - "version": "0.2.0-dev", + "version": "0.2.0", "author": { "name": "Piotr \"Halamix2\" Halama", "email": "skrzynka@halamix2.pl", diff --git a/public/assets/fonts/BarlowCondensed-Light.ttf b/public/assets/fonts/BarlowCondensed-Light.ttf deleted file mode 100644 index 1776e63..0000000 Binary files a/public/assets/fonts/BarlowCondensed-Light.ttf and /dev/null differ diff --git a/public/assets/fonts/BarlowCondensed-Medium.ttf b/public/assets/fonts/BarlowCondensed-Medium.ttf deleted file mode 100644 index 82e45ac..0000000 Binary files a/public/assets/fonts/BarlowCondensed-Medium.ttf and /dev/null differ diff --git a/public/assets/fonts/BarlowCondensed-SemiBold.ttf b/public/assets/fonts/BarlowCondensed-SemiBold.ttf deleted file mode 100644 index 86c6801..0000000 Binary files a/public/assets/fonts/BarlowCondensed-SemiBold.ttf and /dev/null differ diff --git a/test-results/.last-run.json b/test-results/.last-run.json deleted file mode 100644 index cbcc1fb..0000000 --- a/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "passed", - "failedTests": [] -} \ No newline at end of file