Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@shippy shippy released this 22 Sep 18:42
· 3 commits to master since this release

This is a patch release; it does not add significant features. If you're using v1.1.0, upgrading should be smooth.

Features and bugfixes

  • Feature / bugfix: Psychtoolbox now does not need to be explicitly loaded and textures need not be explicitly created; using a non-standard window pointer ID in previous sessions doesn't result in an error in future session (#101, merged in #143). Note: The current solution uses runNthBlock for refreshConfig; any scripts that call runGenericTrial or other trial-running functions must invoke refreshConfig directly.
  • Feature: Implemented and streamlined automated integration testing with Sikuli and basic unit testing (#63, merged in #126).
  • Feature: Added breakGStreamer for setups whose correct display relies on using native, platform-specific graphics (#124, merged in #132).
  • Bugfix: Fully fix the lottery payoff position (#115 / #122 / #124, merged in #132).

Documentation