From 2095b8c531d6c52699160f9786767f355bc4e143 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 01:22:47 +0000 Subject: [PATCH 1/2] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- system.json | 14 +++++++++++--- 4 files changed, 44 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d1a25b..0913d79 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80da9e4..d7901bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # CHANGELOG +## [0.3.0](https://github.com/SouOWendel/shinobi-no-sho/compare/v0.2.0...v0.3.0) (2024-07-05) + + +### Features + +* **actor ninja sheet:** was applied the ninja sheet layout with some stylizations ([2b595f5](https://github.com/SouOWendel/shinobi-no-sho/commit/2b595f54a56dbe7b00437c3a4f706accfc9c53d2)) +* **actor sheet, 'inventario' and 'biografia':** created a sub-tabs for biografia tab, and several fields, also was created inventory filter with layout ([5cfc871](https://github.com/SouOWendel/shinobi-no-sho/commit/5cfc8719b586fb5d899d0ab7da6d6711d1fc27c3)) +* **actor sheet:** changed the name of new items from 'New' to 'Novo(a)' ([8a7a5a1](https://github.com/SouOWendel/shinobi-no-sho/commit/8a7a5a19041d578478aac31bf88fdcdf425456b6)) +* **actor sheet:** created label with localization for all skills ([3cb85b0](https://github.com/SouOWendel/shinobi-no-sho/commit/3cb85b040ac1c95b17d2251d733cac8dc2acc2b0)) +* **all items:** changed the all items with tabulated fields with stylizations and new and respective tabs ([e8d410c](https://github.com/SouOWendel/shinobi-no-sho/commit/e8d410c76b5ffb3c9f980d886b4675413fdbbcdf)) +* **config.mjs:** added skills (general and social) for register constants with localizations ([6f27529](https://github.com/SouOWendel/shinobi-no-sho/commit/6f275297bda6d7e78bb93154187e66a1331d0828)) +* **css/sass:** added styles for ninja sheet and several items of system ([beb31a7](https://github.com/SouOWendel/shinobi-no-sho/commit/beb31a71b49e0bd47f3a3f500e17d216511c50d8)) +* **css/sass:** added styles for sheet-body, combat tab, biography tab, and flex utilities ([8699af9](https://github.com/SouOWendel/shinobi-no-sho/commit/8699af97cf69688c7ae253e70efb79a686131fdc)) +* **css/sass:** created some classes for tabulate with flex display ([fab7908](https://github.com/SouOWendel/shinobi-no-sho/commit/fab7908fba9d985dbc8e9f5fc7c7b183c96fe655)) +* **css:** added styles for tabs on ninja sheet ([1682c07](https://github.com/SouOWendel/shinobi-no-sho/commit/1682c0753e74126a3f6e2c0994352621d4d1dd4f)) +* **item-sheet:** changed the width from 620 to 520 pixels ([02035a1](https://github.com/SouOWendel/shinobi-no-sho/commit/02035a1fb7f60ccbdb9fdcf5f7053eb9af7794e4)) +* **localization:** skills translates and new translates for items ([9e069ec](https://github.com/SouOWendel/shinobi-no-sho/commit/9e069ec0bc3ffcb743821141b9c8a9420dbe4cf1)) +* **ninja part combat:** added all template data to fields values and names for read and write actions ([5a42768](https://github.com/SouOWendel/shinobi-no-sho/commit/5a42768440b025db91a5c2a87daef4b6fa9ea77e)) +* **ninja part skills:** added all template data to fields and refactor HTML with handlebars loop ([9665330](https://github.com/SouOWendel/shinobi-no-sho/commit/966533079dfbac98b5623bba0d96db9fc52267e7)) +* **ninja sheet parts:** added and tabulated informations of items with display flex ([79e7592](https://github.com/SouOWendel/shinobi-no-sho/commit/79e7592a7aa7f5a8aeba1941d737c0c96fb75189)) +* **ninja sheet parts:** added list of items about techniques and aptitudes/powers ([da3fccc](https://github.com/SouOWendel/shinobi-no-sho/commit/da3fccc698f3d1bf973e55efae2be5d907fbb67c)) +* **ninja sheet parts:** applied combat skills and combat statistics section layout with fields ([7eab20c](https://github.com/SouOWendel/shinobi-no-sho/commit/7eab20c95143e3d6753e7966a438cdd55506837d)) +* **ninja sheet:** added all template data to fields and fixed the overflow scroll to tabs ([0036516](https://github.com/SouOWendel/shinobi-no-sho/commit/0036516f425100a19dee8ee7e579678751e3fcae)) +* **ninja sheet:** created layout for family tab, added max vitality and chakra ([5072c40](https://github.com/SouOWendel/shinobi-no-sho/commit/5072c40fd6c92b2707b41eeef160cb4f96c05d82)) +* **ninja skills part:** created a tab for general skills and social skills ([8c66091](https://github.com/SouOWendel/shinobi-no-sho/commit/8c66091e807e35dfedfff593cb5c1aca5a736dc1)) +* **resources:** added some utility class styles (padding and bold) ([c0e2e58](https://github.com/SouOWendel/shinobi-no-sho/commit/c0e2e5849cb501f3055af7da5352874c421414c8)) +* **system.json:** changed the background image and thumbnail of system to naruto wallpaper ([e679cbe](https://github.com/SouOWendel/shinobi-no-sho/commit/e679cbecea0e665aab690b4685e0bda25489e32c)) +* **template.json:** changed ryos value from 0 to 100, because this is the standard value ([61d9185](https://github.com/SouOWendel/shinobi-no-sho/commit/61d91858b4fe5e465155deaf5158f90fd9dd09d4)) +* **template.json:** changed the item type from 'geral' to 'gerais' ([5ac5ec3](https://github.com/SouOWendel/shinobi-no-sho/commit/5ac5ec34ac50c04c8973c9425e1c7690b4cff1a0)) +* **template.json:** created data of ninja sheet with details informations and skills ([3a1f7ce](https://github.com/SouOWendel/shinobi-no-sho/commit/3a1f7cecff1ff0fd64d11e7ffcfc3f7262bbfebb)) + ## [0.2.0](https://github.com/SouOWendel/shinobi-no-sho/compare/v0.1.0...v0.2.0) (2024-06-26) diff --git a/package.json b/package.json index bc82772..7ba38f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shinobi-no-sho", - "version": "0.2.0", + "version": "0.3.0", "description": "Este é um sistema de Naruto \"Shinobi no Sho\", um sistema e livro de regras com autoria de Diego \"Fesant\" Silva, para a plataforma de RPG de Mesa conhecida como FoundryVTT.", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index 38d205c..5c6ffa8 100644 --- a/system.json +++ b/system.json @@ -24,7 +24,7 @@ "thumbnail": "systems/shinobiNoSho/assets/narutowallpaper.png" } ], - "version": "0.2.0", + "version": "0.3.0", "compatibility": { "minimum": 11, "verified": "12.327", @@ -45,8 +45,16 @@ ], "flags": { "hotReload": { - "extensions": ["css", "html", "hbs", "json"], - "paths": ["templates", "css", "lang/pt-BR.json" + "extensions": [ + "css", + "html", + "hbs", + "json" + ], + "paths": [ + "templates", + "css", + "lang/pt-BR.json" ] } }, From b01265edae2f95fa526830daef8060db352aa906 Mon Sep 17 00:00:00 2001 From: SouOWendel Date: Sat, 6 Jul 2024 04:45:43 +0000 Subject: [PATCH 2/2] Changing the download link in JSON - Release v0.3.0 --- system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.json b/system.json index 5c6ffa8..893d9a3 100644 --- a/system.json +++ b/system.json @@ -62,7 +62,7 @@ "packFolders": [], "socket": true, "manifest": "", - "download": "https://github.com/SouOWendel/shinobi-no-sho/releases/download/v0.2.0/shinobiNoSho-v0.2.0.zip", + "download": "https://github.com/SouOWendel/shinobi-no-sho/releases/download/v0.3.0/shinobiNoSho-v0.3.0.zip", "background": "systems/shinobiNoSho/assets/narutowallpaper.png", "gridDistance": 5, "gridUnits": "m",