Skip to content

Commit

Permalink
chore(release): 0.7.0-development.1 [skip ci]
Browse files Browse the repository at this point in the history
# [0.7.0-development.1](v0.6.69...v0.7.0-development.1) (2021-01-29)

### Bug Fixes

* add consumables ([6da470e](6da470e)), closes [xdy#212](https://github.com/jonepatr/twodsix-foundryvtt/issues/212)
* add dropdown with settings for rulesets ([0f6b767](0f6b767)), closes [xdy#183](https://github.com/jonepatr/twodsix-foundryvtt/issues/183)
* add feature to automatically sort items ([9423d35](9423d35)), closes [xdy#114](https://github.com/jonepatr/twodsix-foundryvtt/issues/114)
* add untrained skill ([d7135bb](d7135bb))
* added coloring of crit success/fail ([cdbba61](cdbba61)), closes [xdy#120](https://github.com/jonepatr/twodsix-foundryvtt/issues/120) [xdy#168](https://github.com/jonepatr/twodsix-foundryvtt/issues/168)
* Adds settings for effects of natural 2/12, if a natural 2 or 12 should affect Effect, setting for what Effect is considered a critical success or failure. Also adds code supporting that to rolls. ([cc475a9](cc475a9))
* Adds some more compendium changes courtesy of [@marvin9257](https://github.com/marvin9257) ([0594a2a](0594a2a))
* Adds the ability to set default rolltype for a skill. (Needed for traits, so might as well make it available in the gui). ([feee077](feee077))
* Allow resizing of chat result text courtesy of @taleth ([c572c62](c572c62))
* burst attack now only rolls damage once ([8b82d59](8b82d59))
* change default value of hits ([59d9a15](59d9a15))
* change renderChatMessage hook to obfuscate hidden rolls properly ([e639e01](e639e01)), closes [xdy#321](https://github.com/jonepatr/twodsix-foundryvtt/issues/321)
* change so that Actor creates untrained skill ([f69f57f](f69f57f)), closes [xdy#328](https://github.com/jonepatr/twodsix-foundryvtt/issues/328)
* change so that item window size adapts to content ([313c1e4](313c1e4)), closes [xdy#264](https://github.com/jonepatr/twodsix-foundryvtt/issues/264)
* character sheet can show limited info ([14b4ffd](14b4ffd)), closes [xdy#334](https://github.com/jonepatr/twodsix-foundryvtt/issues/334)
* deal damage to unlinked tokens ([f7010d5](f7010d5)), closes [xdy#232](https://github.com/jonepatr/twodsix-foundryvtt/issues/232)
* Fixed migrations. Added migration to add rolltype to skills on characters from older versions. Removed all old migrations. ([0acbad4](0acbad4))
* fixes migrations for untrained skill ([e6fdec7](e6fdec7))
* handle undefined values when giving damage ([f7155b7](f7155b7))
* Hide ruleset setting from players. ([80313aa](80313aa)), closes [xdy#279](https://github.com/jonepatr/twodsix-foundryvtt/issues/279)
* Hotbar macros had broken, fixed. ([a8e11b1](a8e11b1))
* Hotbar macros had broken, fixed. ([b7bc36f](b7bc36f))
* Make automatic damage roll a user level setting. Fixes [xdy#305](https://github.com/jonepatr/twodsix-foundryvtt/issues/305) ([48594ec](48594ec))
* More compendium updates. ([cbb25b7](cbb25b7))
* Move most item and skill compendiums into one compendium per rules variant courtesy of [@marvin9257](https://github.com/marvin9257). ([010c57f](010c57f))
* Not an interesting change at all, just trying out the release script ([a358be5](a358be5))
* Not an interesting change at all, just trying out the release script ([7ecdaef](7ecdaef))
* Release script change to hack the system.json for development pre-releases ([0340322](0340322))
* Release script change to hack the system.json for development pre-releases ([3a70c1b](3a70c1b))
* Release script change to hack the system.json for development pre-releases ([6c08251](6c08251))
* Release script change to hack the system.json for development pre-releases ([5bd49d4](5bd49d4))
* Release script change to hack the system.json for development pre-releases ([6dee0c9](6dee0c9))
* Release script change to hack the system.json for development pre-releases ([5c3e49e](5c3e49e))
* Release script change to hack the system.json for development pre-releases ([6e26e1a](6e26e1a))
* Release script change to hack the system.json for development pre-releases ([9f601ea](9f601ea))
* Release script change to hack the system.json for development pre-releases ([aae4283](aae4283))
* Release script change to hack the system.json for development pre-releases ([c4ea853](c4ea853))
* Several unrelated fixes this time. ([279cf62](279cf62))
* Showing critical successes in green didn't work. ([3978d58](3978d58))
* switch behavior of skill roll in character sheet ([61992e0](61992e0)), closes [xdy#267](https://github.com/jonepatr/twodsix-foundryvtt/issues/267)
* This commit exists only to do a new release. Specifically to add feature to close and create new item after adding a new item, courtesy of [@jonepatr](https://github.com/jonepatr) ([@pajon](https://github.com/pajon) on discord) ([398379c](398379c))
* Updated German translation courtesy of @rico M[#8744](https://github.com/jonepatr/twodsix-foundryvtt/issues/8744) ([d7c590f](d7c590f))
* Updated Spanish translation from @ForjaSalvaje ([398f5dd](398f5dd))
* Weapons can now always be rolled by clicking them, default skill is 'Unskilled', with the usual penalty for unskilled use (normally -3). ([67eed1b](67eed1b))

### Features

* Big change to how rolling is performed. ([f86bfcc](f86bfcc)), closes [xdy#86](https://github.com/jonepatr/twodsix-foundryvtt/issues/86)
  • Loading branch information
semantic-release-bot committed Jan 29, 2021
1 parent d3613fb commit 401782d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 3 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# [0.7.0-development.1](https://github.com/jonepatr/twodsix-foundryvtt/compare/v0.6.69...v0.7.0-development.1) (2021-01-29)


### Bug Fixes

* add consumables ([6da470e](https://github.com/jonepatr/twodsix-foundryvtt/commit/6da470ea4650d5466c10ebacfb558632af35fc51)), closes [#212](https://github.com/jonepatr/twodsix-foundryvtt/issues/212)
* add dropdown with settings for rulesets ([0f6b767](https://github.com/jonepatr/twodsix-foundryvtt/commit/0f6b7671b3f0b91025312d4926c3467166a222a8)), closes [#183](https://github.com/jonepatr/twodsix-foundryvtt/issues/183)
* add feature to automatically sort items ([9423d35](https://github.com/jonepatr/twodsix-foundryvtt/commit/9423d351f06872c06315fd087b278b6637f7abe7)), closes [#114](https://github.com/jonepatr/twodsix-foundryvtt/issues/114)
* add untrained skill ([d7135bb](https://github.com/jonepatr/twodsix-foundryvtt/commit/d7135bb30425030fd6c2ee65c85a4a485d460ab0))
* added coloring of crit success/fail ([cdbba61](https://github.com/jonepatr/twodsix-foundryvtt/commit/cdbba6123b1b6742617a4380dd4f672e4b333407)), closes [#120](https://github.com/jonepatr/twodsix-foundryvtt/issues/120) [#168](https://github.com/jonepatr/twodsix-foundryvtt/issues/168)
* Adds settings for effects of natural 2/12, if a natural 2 or 12 should affect Effect, setting for what Effect is considered a critical success or failure. Also adds code supporting that to rolls. ([cc475a9](https://github.com/jonepatr/twodsix-foundryvtt/commit/cc475a9d3b1c1fd743cf9ed12f8691f9087ad0a8))
* Adds some more compendium changes courtesy of [@marvin9257](https://github.com/marvin9257) ([0594a2a](https://github.com/jonepatr/twodsix-foundryvtt/commit/0594a2a66602fd804a040062556dfc2ecfce13b2))
* Adds the ability to set default rolltype for a skill. (Needed for traits, so might as well make it available in the gui). ([feee077](https://github.com/jonepatr/twodsix-foundryvtt/commit/feee077c7383ea4263989addb0fd9f178389f397))
* Allow resizing of chat result text courtesy of @Taleth ([c572c62](https://github.com/jonepatr/twodsix-foundryvtt/commit/c572c62783f6b140fe6d72a686a45f7f1a67d1a6))
* burst attack now only rolls damage once ([8b82d59](https://github.com/jonepatr/twodsix-foundryvtt/commit/8b82d59359ed62d76299bcc0890d52ef401e29ba))
* change default value of hits ([59d9a15](https://github.com/jonepatr/twodsix-foundryvtt/commit/59d9a151c93e29b278704c72c19b257e16789f51))
* change renderChatMessage hook to obfuscate hidden rolls properly ([e639e01](https://github.com/jonepatr/twodsix-foundryvtt/commit/e639e01ea114e14774287f5a5566cfd78f141f1e)), closes [#321](https://github.com/jonepatr/twodsix-foundryvtt/issues/321)
* change so that Actor creates untrained skill ([f69f57f](https://github.com/jonepatr/twodsix-foundryvtt/commit/f69f57f5f69b56be176537560aac056d012511c2)), closes [#328](https://github.com/jonepatr/twodsix-foundryvtt/issues/328)
* change so that item window size adapts to content ([313c1e4](https://github.com/jonepatr/twodsix-foundryvtt/commit/313c1e4302e207bc2c9e0876d13e4726605926ac)), closes [#264](https://github.com/jonepatr/twodsix-foundryvtt/issues/264)
* character sheet can show limited info ([14b4ffd](https://github.com/jonepatr/twodsix-foundryvtt/commit/14b4ffd2a5974df58fb51f71cc54d0779a2266c8)), closes [#334](https://github.com/jonepatr/twodsix-foundryvtt/issues/334)
* deal damage to unlinked tokens ([f7010d5](https://github.com/jonepatr/twodsix-foundryvtt/commit/f7010d52d3bf1bbf96b075e3c69d59b17710fb46)), closes [#232](https://github.com/jonepatr/twodsix-foundryvtt/issues/232)
* Fixed migrations. Added migration to add rolltype to skills on characters from older versions. Removed all old migrations. ([0acbad4](https://github.com/jonepatr/twodsix-foundryvtt/commit/0acbad4435f7f885b890a181478cfc2287116a8f))
* fixes migrations for untrained skill ([e6fdec7](https://github.com/jonepatr/twodsix-foundryvtt/commit/e6fdec7d33d57dd9b31b5ee5f9760ff5e349cd14))
* handle undefined values when giving damage ([f7155b7](https://github.com/jonepatr/twodsix-foundryvtt/commit/f7155b7298f3f5112e41ee665a556fb13e63ee88))
* Hide ruleset setting from players. ([80313aa](https://github.com/jonepatr/twodsix-foundryvtt/commit/80313aa046255c2f500399293fd73e38fa91a582)), closes [#279](https://github.com/jonepatr/twodsix-foundryvtt/issues/279)
* Hotbar macros had broken, fixed. ([a8e11b1](https://github.com/jonepatr/twodsix-foundryvtt/commit/a8e11b17073dec1b4a9f3959218f57bd4f506f72))
* Hotbar macros had broken, fixed. ([b7bc36f](https://github.com/jonepatr/twodsix-foundryvtt/commit/b7bc36f65920c27c3240171345c9958668b21ec9))
* Make automatic damage roll a user level setting. Fixes [#305](https://github.com/jonepatr/twodsix-foundryvtt/issues/305) ([48594ec](https://github.com/jonepatr/twodsix-foundryvtt/commit/48594ecbd0e4f626b9a532255fa77ae6c69011e6))
* More compendium updates. ([cbb25b7](https://github.com/jonepatr/twodsix-foundryvtt/commit/cbb25b745ba2a6e55fc4f7c0d4beb8072255c48f))
* Move most item and skill compendiums into one compendium per rules variant courtesy of [@marvin9257](https://github.com/marvin9257). ([010c57f](https://github.com/jonepatr/twodsix-foundryvtt/commit/010c57f6667b4c66a85aaaa206eb070471e3a490))
* Not an interesting change at all, just trying out the release script ([a358be5](https://github.com/jonepatr/twodsix-foundryvtt/commit/a358be5f1dc7ac54eaa128437ef02c58f6263e08))
* Not an interesting change at all, just trying out the release script ([7ecdaef](https://github.com/jonepatr/twodsix-foundryvtt/commit/7ecdaef3b3c73ebfc5aeb9065fdbdc08abbbf6ae))
* Release script change to hack the system.json for development pre-releases ([0340322](https://github.com/jonepatr/twodsix-foundryvtt/commit/03403220031a409bfb8934e666e015fee54aae5c))
* Release script change to hack the system.json for development pre-releases ([3a70c1b](https://github.com/jonepatr/twodsix-foundryvtt/commit/3a70c1b08df6815fc61e843636c4fbac47f8337f))
* Release script change to hack the system.json for development pre-releases ([6c08251](https://github.com/jonepatr/twodsix-foundryvtt/commit/6c08251104d92f752240e25133ab21e776dd5716))
* Release script change to hack the system.json for development pre-releases ([5bd49d4](https://github.com/jonepatr/twodsix-foundryvtt/commit/5bd49d48f09c7cd367ec33438bab5a8b4d48dab4))
* Release script change to hack the system.json for development pre-releases ([6dee0c9](https://github.com/jonepatr/twodsix-foundryvtt/commit/6dee0c9af7a9f6eca487b17217c83a452f6a9796))
* Release script change to hack the system.json for development pre-releases ([5c3e49e](https://github.com/jonepatr/twodsix-foundryvtt/commit/5c3e49eb575eb63e824091ee8db3a61090c149c6))
* Release script change to hack the system.json for development pre-releases ([6e26e1a](https://github.com/jonepatr/twodsix-foundryvtt/commit/6e26e1a4b06a4602cdf9f5de8e06086f9a85d591))
* Release script change to hack the system.json for development pre-releases ([9f601ea](https://github.com/jonepatr/twodsix-foundryvtt/commit/9f601eae181894d97406b67e9e8abc8f40b2e5f1))
* Release script change to hack the system.json for development pre-releases ([aae4283](https://github.com/jonepatr/twodsix-foundryvtt/commit/aae42834fa147df2a6fa84b296c7ead8a65a0873))
* Release script change to hack the system.json for development pre-releases ([c4ea853](https://github.com/jonepatr/twodsix-foundryvtt/commit/c4ea8534980154af306c02489dafeae494e40109))
* Several unrelated fixes this time. ([279cf62](https://github.com/jonepatr/twodsix-foundryvtt/commit/279cf62d6e93539a12008ff7cb4c99dbedeb6cbd))
* Showing critical successes in green didn't work. ([3978d58](https://github.com/jonepatr/twodsix-foundryvtt/commit/3978d583268a5bb0e61f2a7122fa4aead746f8f1))
* switch behavior of skill roll in character sheet ([61992e0](https://github.com/jonepatr/twodsix-foundryvtt/commit/61992e078636d15ede08188a563ee630e3282500)), closes [#267](https://github.com/jonepatr/twodsix-foundryvtt/issues/267)
* This commit exists only to do a new release. Specifically to add feature to close and create new item after adding a new item, courtesy of [@jonepatr](https://github.com/jonepatr) ([@pajon](https://github.com/pajon) on discord) ([398379c](https://github.com/jonepatr/twodsix-foundryvtt/commit/398379ce067f61251858cb1541041dee31b733dc))
* Updated German translation courtesy of @Rico M[#8744](https://github.com/jonepatr/twodsix-foundryvtt/issues/8744) ([d7c590f](https://github.com/jonepatr/twodsix-foundryvtt/commit/d7c590f56e93e39ed887d598cc3056d0cc68ee2e))
* Updated Spanish translation from @ForjaSalvaje ([398f5dd](https://github.com/jonepatr/twodsix-foundryvtt/commit/398f5dd3a41da49fa31eb697cc123308407f2a0f))
* Weapons can now always be rolled by clicking them, default skill is 'Unskilled', with the usual penalty for unskilled use (normally -3). ([67eed1b](https://github.com/jonepatr/twodsix-foundryvtt/commit/67eed1bdf91edc2da74955acdf483e465638e834))


### Features

* Big change to how rolling is performed. ([f86bfcc](https://github.com/jonepatr/twodsix-foundryvtt/commit/f86bfccb75108abaf782c8d9646ebb4a37ea0455)), closes [#86](https://github.com/jonepatr/twodsix-foundryvtt/issues/86)

## [0.7.16-development.8](https://github.com/xdy/twodsix-foundryvtt/compare/v0.7.16-development.7...v0.7.16-development.8) (2021-01-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "twodsix",
"version": "0.7.16-development.8",
"version": "0.7.0-development.1",
"description": "A 2d6 system",
"scripts": {
"build": "webpack --mode production",
Expand Down
2 changes: 1 addition & 1 deletion static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/download/vxxx$1/system.json"
"readme": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/README.md",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/0.7.16-development.3/download/twodsix.zip",
"version": "0.7.16-development.8",
"version": "0.7.0-development.1",
"author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816)",
"bugs": "Plenty of them, this is an early alpha...",
"changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",
Expand Down

0 comments on commit 401782d

Please sign in to comment.