Skip to content

Commit

Permalink
Bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed May 29, 2022
1 parent 1996873 commit 737290d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.0] - 2022-05-29

### Added

- crippled limb status to character sheets
([#248](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/248))
- walk movement penalties for crippled legs

### Changed

- race handling in characters
Expand Down Expand Up @@ -38,12 +46,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
name instead of path and tracks the modifier
- apparel sheets now allow editing blocked apparel slots
- insanity to the character sheet
([#327](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/327))
- resistances to the character sheet
([#327](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/327))
- character sheets now show the XP needed for the next level
([#297](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/297))

### Changed

- most actor and item numbers are now easily modifiable and keep track of their
original source and all contributing modifiers
([#301](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/301))
- changes to permanent SPECIAL also change the temporary SPECIAL before its own
modifiers
- item sheets now show their final stats on the stats tab and allow editing on
Expand All @@ -55,7 +68,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- migrations using derived values, they are now only using source values and are
more robust because of that
([#315](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/315))
- limited character sheets not scrolling and showing images in huge sizes
([#299](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/299))

## [0.16.1] - 2022-04-24

Expand Down Expand Up @@ -704,7 +719,8 @@ version, then continue with upgrading to the next version.

- basic character Actor implementation with editable SPECIALs

[unreleased]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.17.2...HEAD
[unreleased]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.18.0...HEAD
[0.18.0]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.17.2...v0.18.0
[0.17.2]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.17.1...v0.17.2
[0.17.1]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.17.0...v0.17.1
[0.17.0]: https://github.com/Wasteland-Ventures-Group/WV-VTT-module/compare/v0.16.1...v0.17.0
Expand Down
4 changes: 2 additions & 2 deletions src/main/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"twitter": "@kmoschcau"
}
],
"version": "0.17.2",
"version": "0.18.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"scripts": [],
Expand Down Expand Up @@ -63,7 +63,7 @@
"gridUnits": "m",
"url": "https://github.com/Wasteland-Ventures-Group/WV-VTT-module",
"manifest": "https://raw.githubusercontent.com/Wasteland-Ventures-Group/WV-VTT-module/main/src/main/system.json",
"download": "https://github.com/Wasteland-Ventures-Group/WV-VTT-module/releases/download/v0.17.2/wasteland-ventures-0.17.2.zip",
"download": "https://github.com/Wasteland-Ventures-Group/WV-VTT-module/releases/download/v0.18.0/wasteland-ventures-0.18.0.zip",
"readme": "https://raw.githubusercontent.com/Wasteland-Ventures-Group/WV-VTT-module/main/README.md",
"changelog": "https://raw.githubusercontent.com/Wasteland-Ventures-Group/WV-VTT-module/main/CHANGELOG.md"
}

0 comments on commit 737290d

Please sign in to comment.