Skip to content

v0.0.43

Pre-release
Pre-release

Choose a tag to compare

@JoepVanlier JoepVanlier released this 04 Feb 20:02

Changelog

  • plugin: Fixed behavior of gfx_ext_retina on high dpi screens. Prior to this change, this variable would always stay at the value the user set. This prevented some JSFX from scaling appropriately for high dpi screens.
  • plugin/ysfx: Also load preset banks if they end only with .rpl (thank you for the contribution jcelerier!).
  • plugin: Added option to use non-native file browser. On some versions of Linux (reported for Debian Trixie at least), the native file file chooser may fail to open. If this happens, you can set an option in the preferences file to use a built-in file browsing dialog instead, see the FAQ in the readme file for more information on this.

Breaking changes (relevant mostly for developers, not users of the plugin)

  • ysfx: Prevent the scaling factor from changing gfx_w and gfx_h. Prior to this change, these variables were multiplied internally with the scaling factor resulting in a canvas that is too small. Now the host is responsible for setting an appropriate canvas style, and the scaling factor is merely propagated to gfx_ext_retina.