Skip to content

Releases: monkeymanboy/BeatSaberMarkupLanguage

Version 1.7.1

09 Jun 23:40
Compare
Choose a tag to compare

Game Compatibility

✔️ Tested with Beat Saber 1.30.0

Changes

  • Fixed various keyboard & string setting issues
    • Made shift apply to next key press only
    • Made caps + shift do lowercase letters
    • Improved visual feedback for shift & caps lock keys
    • Fixed cursor behaving wrong with leading/trailing spaces
    • Fixed text overflowing beyond keyboard modal container
    • Fixed string setting value overlapping icon
    • Fixed tab key inserting \t instead of an actual tab character
  • Fixed overlapping backgrounds on color and string settings
  • Fixed issues with BeatSaberUI.DownscaleImage
    • Fixed maintainAspectRatio making images too small
    • Fixed InvalidOperationException on non-PNG images

Version 1.7.0

02 Jun 00:57
Compare
Choose a tag to compare

Game Compatibility

✔️ Tested with Beat Saber 1.30.0

Changes

  • Updated for Beat Saber 1.30.0
  • Added option to prevent scrolling in left menu to scrollbars only (#141)
  • Added scroll-to-bottom-on-update parameter to scrollable container (#142)