Skip to content

Commit

Permalink
Merge pull request #3669 from peircej/release
Browse files Browse the repository at this point in the history
PKG: version bump 2021.1.3
  • Loading branch information
peircej committed Mar 17, 2021
2 parents 3624532 + 443e05a commit 70406aa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For the easiest installation download and install the Standalone package.
let filename;
let url;
let version='2021.1.2'
let version='2021.1.3'
let clientInfo = UAParser(navigator.userAgent);
var osLabel;
Expand Down
15 changes: 15 additions & 0 deletions psychopy/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,21 @@ FIXES:
- Slider styles weren't generating correct JS code
- New Button component (Python only) was not cleaning previous clicks so they tended to act as if clicking all trials! #3641

PsychoPy 2021.1.3
~~~~~~~~~~~~~~~~~~

FIXES:

- Builder: Fix `'list' object has no attribute 'contains'` with clickable mouse objects #3651
- Builder: context (right-click) menu was not aligned with mouse in Flow for large Flows #3657
- Builder: Slider styles were not being used correctly from previous versions (<2021.0) #3665
- Builder: crash if the filter preference was used to filter out pure Python or pure JS Components from Builder #3649
- Builder: Color Picker defaults to RGB to reduce chance of users pasting in RGBA to visual Components #3667
- Runner: local debug of online studies working again (was trying to fetch the wrong PsychoJS version) #af6622c712
- PsychoPy lib: better handling of unknown fonts (fall back to Open Sans and Alert) #fba09ef8d0a
- PsychoPy lib: better timing on iohub for macOS key/mouse polling #fba09ef8d0a


PsychoPy 2020.2
-----------------

Expand Down
2 changes: 1 addition & 1 deletion psychopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import os
import sys

__version__ = '2021.1.2'
__version__ = '2021.1.3'
__license__ = 'GNU GPLv3 (or more recent equivalent)'
__author__ = 'Jonathan Peirce'
__author_email__ = 'jon.peirce@gmail.com'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.1.2
2021.1.3

0 comments on commit 70406aa

Please sign in to comment.