Skip to content

v1.2.0

Choose a tag to compare

@ryanlua ryanlua released this 18 Nov 07:04
· 716 commits to main since this release
Immutable release. Only release title and notes can be modified.
2eadec3

v1.2.0 focuses on adding accessibility features and refining the user experience for Satchel. This release adds PlayStation console & controller support, reduced transparency, custom fonts, and multi-input support. Included in this release are multiple bug fixes and minor improvements to UI/UX too.

Special thanks to the following for their insights and contributions to improving Satchel:

Added

  • Add PreferredTransparency support in #23
    • Reduced transparency:
      image
  • Add Playstation along with Playstation controller support in #13
  • Add custom font support in #20
    • Rojo does not yet support Font, so it will not be synchronized. You may add a Font attribute named "FontFace" to Satchel yourself to change the font.
    • Fredoka One font:
      image

Changed

  • Update the hint controls UI for console to match the new backpack UI in #13
    • Before:
      image
    • After:
      image
  • Update slots to use AutoButtonColor in 3aa9438
  • Update input handling to allow different inputs on devices. e.g. keyboard on mobile, touch on computer, etc. in dbef7a3
  • Remove UseGazeSelection for VR in 8573828

Fixed

  • Fix GetStateChangedEvent in #22
  • Fix bugs relating to actions not being correctly binded to the proper controls in #13
  • Fix gamepad navigation and swapping in 07c6c89)
  • Fix scrollbar border being shown on mobile in 384cc66
  • Fix tool names not being truncated
  • Fix screen resolution errors on mobile in f029f7f
  • Fix text not being visible on tools under certain conditions in 6a9cf5b

Full Changelog: v1.1.0...v1.2.0