diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8c2947a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,70 @@ + + +## 1.0.0 (2023-12-20) + + +### Features + +* add first POC implementation ([8424417](https://github.com/JanStevens/monster-mirror/commit/84244170bc8288c6a8b5858a8bfa09049cae380c)) +* add github actions and fix some eslint issues ([#11](https://github.com/JanStevens/monster-mirror/issues/11)) ([ea06de7](https://github.com/JanStevens/monster-mirror/commit/ea06de73120d9581322a55fb058d6f4ce3cf4c7b)) +* add header navigation ([82a640e](https://github.com/JanStevens/monster-mirror/commit/82a640ee63d9e831ffa43c5531c41598f09b54ce)) +* add large artwork dialogs for monsters ([6787021](https://github.com/JanStevens/monster-mirror/commit/6787021f061a7197c90339d14abbb14ef21a5499)) +* add new app icon ([be5a59f](https://github.com/JanStevens/monster-mirror/commit/be5a59ffcdc3118b8295671395289e875db95eb1)) +* add new monster thumbnails ([0b17c56](https://github.com/JanStevens/monster-mirror/commit/0b17c5655d6f9d450a8e86eb5ecac97468df9786)) +* add splash screen with logo ([5cf91a8](https://github.com/JanStevens/monster-mirror/commit/5cf91a8271b63b964243ef8a0379c5d84cf64469)) +* add support for wake lock ([eb3eb0f](https://github.com/JanStevens/monster-mirror/commit/eb3eb0f2a406d70a61d28949d80dc862f36465b2)) +* allow to pick monsters ([8a99fec](https://github.com/JanStevens/monster-mirror/commit/8a99fecc43455b41a3353188af910818a9fb6d52)) +* fix all card issues, use debug pages ([2ed3e07](https://github.com/JanStevens/monster-mirror/commit/2ed3e0709da7df4d21d023b9d2a80627c3980936)) +* improve UI, add boss support and fixed some UI bugs ([deaee32](https://github.com/JanStevens/monster-mirror/commit/deaee32ec4f5429548a041b3e94c9626a32a2c1f)) +* start using park ui ([48f39b4](https://github.com/JanStevens/monster-mirror/commit/48f39b46924442034f5e817bff2500596905990e)) +* update all deps ([20582f1](https://github.com/JanStevens/monster-mirror/commit/20582f14706c5a2736e6c5152214aa96c67202f4)) +* use goldon color app icon ([19536e9](https://github.com/JanStevens/monster-mirror/commit/19536e9a9a4055cf9b10807e7c9729032d705b50)) +* use new monster sheet ([14e6eb5](https://github.com/JanStevens/monster-mirror/commit/14e6eb5e7714e9bb1cced342d6591bd3fbe8dd31)) +* use svg sprites to load in all icons in one go ([88f2972](https://github.com/JanStevens/monster-mirror/commit/88f29724260b419ae601e17ef29f8f4ee0d1e4d4)) + + +### Bug Fixes + +* add back button ([f28f902](https://github.com/JanStevens/monster-mirror/commit/f28f9029d41e0dec4fedb2302b2ff1746a8310c9)) +* add minimal scenario / level pagE ([f50ba45](https://github.com/JanStevens/monster-mirror/commit/f50ba458b82df8718108241aba27b8f42c4c9d97)) +* add missing dependency tsx ([4bad3ad](https://github.com/JanStevens/monster-mirror/commit/4bad3ad9b45f2b8477bb3c6de21330ba8789c2ab)) +* add more global styles and remove all old styles ([3deca54](https://github.com/JanStevens/monster-mirror/commit/3deca546ebcf41d1e74e3db2a4ac96856272bf3a)) +* add some drop-shadow on the icons ([1018cae](https://github.com/JanStevens/monster-mirror/commit/1018cae20a6f789234d94cba5cee7c0aa8644984)) +* add support for PWA and offline app installs ([10c1f38](https://github.com/JanStevens/monster-mirror/commit/10c1f387ee12b9267c5c6553f4c620ccc4e3148b)) +* bug in scenario lvl 5 ([7cec5c5](https://github.com/JanStevens/monster-mirror/commit/7cec5c509f730c916bf4da0c24346e42b04b42f6)) +* bump deps and ensure on mobile the select does not break ([e954b90](https://github.com/JanStevens/monster-mirror/commit/e954b90429dda6519715b83a7216512f96747824)) +* compress the imsage ([b50f146](https://github.com/JanStevens/monster-mirror/commit/b50f1463458aa6911ffae920d0379bb870b9271f)) +* ensure mobile looks pretty ([0a24189](https://github.com/JanStevens/monster-mirror/commit/0a241892f493172cb674c24ad591d7aae0a3dec5)) +* ensure mobile works and add title / level indication ([455adee](https://github.com/JanStevens/monster-mirror/commit/455adee56055fa2c39ffd1168fe4de05876cbe1a)) +* ensure our cards are always large enough ([819ac1e](https://github.com/JanStevens/monster-mirror/commit/819ac1ec6107f94684cf6b9ce2788dc0b18c86bd)) +* ensure some ability cards render correctly ([b12a61e](https://github.com/JanStevens/monster-mirror/commit/b12a61e0e39d5ed33fdec3b80a04850f81faad5c)) +* ensure we don't commit workerbox files ([9bd3d44](https://github.com/JanStevens/monster-mirror/commit/9bd3d44d26e3759c1aee7056291f6532897fd900)) +* ensure we don't commit workerbox files ([c706a54](https://github.com/JanStevens/monster-mirror/commit/c706a54cfda9384556cb3a06bfe14f2dd459d710)) +* ensure we have correct app icons ([d3baf20](https://github.com/JanStevens/monster-mirror/commit/d3baf20c14f9dd64d112ee744cbcffbb1d640066)) +* ensure we lower and trim the path to the image ([2a94543](https://github.com/JanStevens/monster-mirror/commit/2a9454339bbbb01949739ac83437dd76e2b5c93c)) +* ensure we support mobile ([cb70944](https://github.com/JanStevens/monster-mirror/commit/cb709449e5287e321cbad333fe67befc079df420)) +* ensure we use correct favicon ([e78ea5e](https://github.com/JanStevens/monster-mirror/commit/e78ea5eabc72d84d346d79ce70cb6ca44bdfa523)) +* import images directly into next so they can be optimized ([b850497](https://github.com/JanStevens/monster-mirror/commit/b85049789f5773a476adedeb46e9ab6204a0d84d)) +* improve responsiveness ([e625e53](https://github.com/JanStevens/monster-mirror/commit/e625e5387dce19286ae8d885f0c68e683565ea3b)) +* more ability card fixes ([1f3acf2](https://github.com/JanStevens/monster-mirror/commit/1f3acf295198c69def7286cbd5b5ed9e6348fb62)) +* publish sw sourcemap ([75c404b](https://github.com/JanStevens/monster-mirror/commit/75c404b24fe709a4cd6967a385b0d060070e281b)) +* remove unneded type defs ([3da5761](https://github.com/JanStevens/monster-mirror/commit/3da57615242b59c248156c5ef6d2e777017d7f88)) +* remove unused hook file ([e8c5dbc](https://github.com/JanStevens/monster-mirror/commit/e8c5dbc533d7b43c20c47ff4d4983a397a554ed6)) +* simplify public gitignore ([2e9c21e](https://github.com/JanStevens/monster-mirror/commit/2e9c21e58526a6bf65d19a5cdbb3ae8cf1468483)) +* small changes to close icon, not best solution yet ([bfcf18b](https://github.com/JanStevens/monster-mirror/commit/bfcf18b9cf8cd452919b452ac87248837b6eaa4d)) +* small improvements, new close icon ([2966b94](https://github.com/JanStevens/monster-mirror/commit/2966b94ceebf6386f0e8b27e73c489c89e185774)) +* update all deps ([ea24cd3](https://github.com/JanStevens/monster-mirror/commit/ea24cd30f9859d41f3fe1a97f62d8515b4132c78)) +* update title and SEO ([b6dbc29](https://github.com/JanStevens/monster-mirror/commit/b6dbc2911077eed537f27f555d0d99a1a25c0bae)) +* use different splash screen generator ([325db81](https://github.com/JanStevens/monster-mirror/commit/325db8116b030edd1efb09f5eaddffc608c86d8a)) +* use dropdowns for starting a new scenario ([444611f](https://github.com/JanStevens/monster-mirror/commit/444611f4e5aa3b9424c7f1518939d39ff9d49cee)) +* use fixed width for divider ([#12](https://github.com/JanStevens/monster-mirror/issues/12)) ([596bc06](https://github.com/JanStevens/monster-mirror/commit/596bc06eae6cb9331cd0b0f763491e8e8654f2ea)) +* use proper images showcasing the ipad version ([e93de87](https://github.com/JanStevens/monster-mirror/commit/e93de8755a829a08baa42155380d0fe4d07d3d92)) +* we don't need to build icons everytime we deploy ([e876efd](https://github.com/JanStevens/monster-mirror/commit/e876efd52e9c6d260545733b37cb89258ca2e4fb)) + + +### Various + +* add readme, fixes [#4](https://github.com/JanStevens/monster-mirror/issues/4) ([c0332ac](https://github.com/JanStevens/monster-mirror/commit/c0332acb8c02992918aa8ad45c499aa38b13f015)) +* prettier :lipstick: ([14fd5ad](https://github.com/JanStevens/monster-mirror/commit/14fd5ad2e3573212b7813aba27b0ff4295dd6f2e)) +* setup release-it ([#13](https://github.com/JanStevens/monster-mirror/issues/13)) ([5521896](https://github.com/JanStevens/monster-mirror/commit/55218965ff4b2d128c3cf60d5c7fc28b1f7165f5)) +* update all the things ([154aa1a](https://github.com/JanStevens/monster-mirror/commit/154aa1a76f29d2a8c63712e79a091a4870479b34)) diff --git a/package-lock.json b/package-lock.json index f48dd8e..9dc5dea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monster-mirror", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "monster-mirror", - "version": "0.1.0", + "version": "1.0.0", "dependencies": { "@ark-ui/react": "^1.2.1", "@ducanh2912/next-pwa": "^10.0.0", diff --git a/package.json b/package.json index da343d3..33a0f94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monster-mirror", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "prepare": "panda codegen", diff --git a/public/manifest.json b/public/manifest.json index 3f7728b..4eee68a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -20,6 +20,12 @@ "start_url": "/", "scope": "/", "display": "fullscreen", - "display_override": ["fullscreen", "standalone", "minimal-ui", "browser"], - "orientation": "portrait" + "display_override": [ + "fullscreen", + "standalone", + "minimal-ui", + "browser" + ], + "orientation": "portrait", + "version": "1.0.0" }