diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca4b81..be31c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,54 @@ # Changelog +## [1.14.0](https://github.com/kopexa-grc/docs/compare/v1.13.4...v1.14.0) (2026-04-13) + + +### Features + +* **404:** pixel mania GRC universe design ([88e9a56](https://github.com/kopexa-grc/docs/commit/88e9a56bdd65a727abf61834a0b6ef67bc415c3d)) +* **404:** responsive design + fullscreen game mode ([9364742](https://github.com/kopexa-grc/docs/commit/93647426eb534ca44385bf28b3d40cf2de0647ff)) +* add constants file with Kopexa URLs and footer links ([c256efd](https://github.com/kopexa-grc/docs/commit/c256efd5a40b68cd75a56f8fa420c95c20358359)) +* add dynamic OG images for social sharing ([537234c](https://github.com/kopexa-grc/docs/commit/537234ccc50ebabe0e61b0e7f7ca05d9044e34fd)) +* add easter eggs - 404 page, clickable robot, GRC Invaders game ([a56d37a](https://github.com/kopexa-grc/docs/commit/a56d37a6f9ceb48fef926e50678decc4983f154a)) +* add FooterColumn component ([278f962](https://github.com/kopexa-grc/docs/commit/278f96212f643084e05d91e90efbc2fd1ed9b212)) +* add fullscreen mode and retro sound effects ([037063c](https://github.com/kopexa-grc/docs/commit/037063cfbd7590623ff75d752aaa61795903a2a2)) +* add glassmorphism and animation styles ([023788d](https://github.com/kopexa-grc/docs/commit/023788d7b003ee5ba67ed1a222d27a09112abf3a)) +* add main Footer component with Kopexa links ([d88055d](https://github.com/kopexa-grc/docs/commit/d88055d82d14821ed3f6146f609d6e116997473f)) +* add mobile virtual controls (D-Pad + Fire button) ([6a12b29](https://github.com/kopexa-grc/docs/commit/6a12b291c4c731d7e21c38e26d38534b162854ac)) +* add root redirect to /de/platform ([f65c1cc](https://github.com/kopexa-grc/docs/commit/f65c1cc3f7555121e87f5cf23c421c27eef4dcdd)) +* add shareable scorecard with nickname ([36cd709](https://github.com/kopexa-grc/docs/commit/36cd7098e241bd2c79893617c1e08f0acba0ff86)) +* add standalone game page at /game ([21760e0](https://github.com/kopexa-grc/docs/commit/21760e0eb25f79d2858a43369b4e088aec6ff183)) +* docs redesign with Mistral-style layout and improved content ([4a22641](https://github.com/kopexa-grc/docs/commit/4a22641e533ee10f450c3502b561cabf378b01ed)) +* **footer:** add UFO invasion animation with Kopexa branding ([ed7a8a5](https://github.com/kopexa-grc/docs/commit/ed7a8a53c10868b75eb89cd7e4e22829311bd392)) +* **game:** add Chicken Invaders-style stacking power-up system ([11afce5](https://github.com/kopexa-grc/docs/commit/11afce501a30ca60384ea580931db2e758c84a48)) +* **game:** add difficulty system and dynamic wave events ([acf620f](https://github.com/kopexa-grc/docs/commit/acf620f2f76ac120f5cd12275585df4857c5889f)) +* **game:** add NIS2/DORA fines + full pixel art power-ups ([24926eb](https://github.com/kopexa-grc/docs/commit/24926eb6c8b72313526e288e4efee909cae0a4f8)) +* **game:** larger game area (800x600) with improved arcade UI ([e1e6938](https://github.com/kopexa-grc/docs/commit/e1e69383a2f120777d82fd0cc389186cdcbb66aa)) +* **game:** redesign enemies and power-ups with GRC theme ([d0b32ad](https://github.com/kopexa-grc/docs/commit/d0b32ad576dff935508128b194883ab023224f96)) +* integrate share button into death screen + restart cooldown ([f4da7fb](https://github.com/kopexa-grc/docs/commit/f4da7fbaf4e4c564c541b736f7b90bc8db3c8678)) +* redesign GRC Invaders with Chicken Invaders mechanics ([7a0d8bb](https://github.com/kopexa-grc/docs/commit/7a0d8bb8b157b95aa2725ba0db24f3431b218613)) +* redirect home page to /platform docs ([964bc21](https://github.com/kopexa-grc/docs/commit/964bc2174d4133eb8595ee5cd5b9cff303519bf5)) +* replace LegalFooter with new Footer in docs layout ([0edacec](https://github.com/kopexa-grc/docs/commit/0edacec5857daddb6dbfeb150f83469a0d88f3f6)) +* rewrite GRC Invaders game from SVG to Canvas 2D ([15bfd48](https://github.com/kopexa-grc/docs/commit/15bfd48b6a76ae972c5a2024b6978962350ca5a9)) + + +### Bug Fixes + +* **404:** import global.css for proper styling ([56804bf](https://github.com/kopexa-grc/docs/commit/56804bfe18df8f12eae63241d1b92085d25620dc)) +* **404:** remove html/body tags to work with App Router layout ([ded1523](https://github.com/kopexa-grc/docs/commit/ded152311fe8e2e94e9b65b66050dffbe59bb7d1)) +* add invincibility frames and enemy collision ([62956bd](https://github.com/kopexa-grc/docs/commit/62956bdfeb1779ae98518b69f493297b9c309ed3)) +* adjust GRC Invaders difficulty curve - slower start, progressive scaling ([06cdd42](https://github.com/kopexa-grc/docs/commit/06cdd42e0719c4e64b4ce082741cd5abe57d3a1a)) +* allow typing in input fields while game is running ([d2d663c](https://github.com/kopexa-grc/docs/commit/d2d663cb3f85c580297741af48af06993163905d)) +* avoid fumadocs CSS override on game page background ([74a6906](https://github.com/kopexa-grc/docs/commit/74a6906fdd6101b4f3527e2984c12304bde10d6e)) +* **docs:** escape special chars in Mermaid diagrams ([e954e87](https://github.com/kopexa-grc/docs/commit/e954e87ee9424c756b6df77cc5458b2f08c60f0e)) +* **footer:** robot click works on mobile ([ea0a8c1](https://github.com/kopexa-grc/docs/commit/ea0a8c1468a1954c9922ed7e47e033e04f2f2a86)) +* **game:** ensure dark background covers entire viewport ([25240b4](https://github.com/kopexa-grc/docs/commit/25240b4b335ac25f882e9e56ce858979136693b6)) +* **game:** keep canvas in DOM when toggling fullscreen ([aef0ffd](https://github.com/kopexa-grc/docs/commit/aef0ffd5e0d0f5925cd1517c7d88957a9320d1c6)) +* **game:** slower movement and gentler difficulty curve ([0a01258](https://github.com/kopexa-grc/docs/commit/0a012582a4a22af14779989e4fcc5500931950db)) +* **nav:** move quickstart.mdx to quickstart/index.mdx for nested nav ([3aff583](https://github.com/kopexa-grc/docs/commit/3aff583bac74fc114b1a2ff3d99e01074201126e)) +* **og:** hardcode docs.kopexa.com for production baseUrl ([0a9f694](https://github.com/kopexa-grc/docs/commit/0a9f6944caacc445c2461c3486a5a5e36b132108)) +* **og:** use metadataBase for correct OG image URLs in production ([7b38c9f](https://github.com/kopexa-grc/docs/commit/7b38c9f11b4722e08db0bc61c91d47cb5c9ac21e)) + ## [1.13.4](https://github.com/kopexa-grc/docs/compare/v1.13.3...v1.13.4) (2025-12-15) diff --git a/package.json b/package.json index 846661b..f016581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.13.4", + "version": "1.14.0", "private": true, "scripts": { "build": "next build",