Skip to content

v3.45.1 (Studio v3.9.3)

Choose a tag to compare

@github-actions github-actions released this 05 Jun 16:41
· 229 commits to master since this release
632183c

Features

  • Allow adjusting repeat count slightly, just like how frame counts can be adjusted (with Ctrl+Shift+Up/Down and Shift+MouseWheel)
  • Allow zooming in/out of Studio with Ctrl+Plus/Minus keyboard bindings

Bug Fixes

  • Re-saving frame after clearing when paused on savestate breakpoint
  • Invalid playback state being set after loading a savestate
  • Slightly incorrect logic for determining save point for savestate breakpoint

Tweaks

  • Only show auto-pause toast message when playing TAS back normally. Also reduce duration from 5s to 2s
  • Change default hotkey for Frame Step Back to Ctrl+[ in order to match the regular Frame Advance default hotkey
  • Limit Repeat command at 10 million iterations to avoid accidentally running out of memory
  • Use TAS command parsing for get/set/invoke debug commands to support spaces in arguments

Commit Details

Features

  • 186d241 Studio: Support adjusting repeat count with Ctrl+Shift+Up/Down / Shift+MouseWheel (@psyGamer)
  • 2827a9b Studio: Allow using Ctrl+Plus/Minus to zoom in/out (@psyGamer)

Bug Fixes

Tweaks

  • c894368 Avoid compiling mod-interop example into release binary (@psyGamer)
  • 7496336 Don't show auto-pause toast when fast forwarding into end and reduce duration (@psyGamer)
  • dc22531 Change default Frame Step Back hotkey to Ctrl+[ to match Frame Advance default (@psyGamer)
  • f57f6ed Limit repeat count to 10 million to avoid accidentally using all available memory (@psyGamer)
  • e1d6748 Use TAS command parsing for get/set/invoke debug commands (@psyGamer)

Builds

Continuous Integration

Commits