## v2.2.0 ### Enhancement - [#364] Add documentation for character sheet controls - [#396] Allow modification of Health values via direct number edit for Tablet/Phone users * Added a new system setting to enable this behaviour. - [#398] Add some indication about whether the actor roll being performed is considered a GM or Player roll * New toggle added which is visible to GMs which means they can see whether the actor is player owned (and will therefore use `momentum`), or not. The GM can toggle this as needed. ### Bugfix - [#399] Cannot drag/drop stowage items onto watercraft sheet - [#400] Skill Roll macro not working - [#407] Fortune talents not accessible in Character Upgrade tool ### Chore - [#390] Remove deprecated Transportation items - [#401] Ensure the system has no compatibility issues in Foundry V12 Development Releases - [#402] Remove deprecated gridDistance and gridUnits options in system.json - [#403] globalThis.duplicate must now be accessed via foundry.utils.duplicate - [#404] globalThis.mergeObject must now be accessed via foundry.utils.mergeObject - [#405] {{select}} handlebars helper is deprecated - [#406] The async option for Roll#evaluate has been removed