On top of the [new features added in 2023.1 series](https://github.com/psychopy/psychopy/releases/tag/2023.1.0)
Fixes
* If attempting to open readme dlg and there's no readme, make one by TEParsons in https://github.com/psychopy/psychopy/pull/5365
* Fixed error with images being set-every-repeat (default.png not defined) by TEParsons in https://github.com/psychopy/psychopy/pull/5374
* Make sure `default.*` stimuli are included in online resources by TEParsons in https://github.com/psychopy/psychopy/pull/5384
* Better error handling for unknown PsychoPy version in `useVersion` by TEParsons in https://github.com/psychopy/psychopy/pull/5372
* Nested Routines raised an error during generation of script by TEParsons in https://github.com/psychopy/psychopy/pull/5377
* README dialog was created twice by TEParsons in https://github.com/psychopy/psychopy/pull/5383
* Movie Opacity in local studies was not being honored by TEParsons in https://github.com/psychopy/psychopy/pull/5385
* fix wx version comparison bug, allowing wider range of wxPython versions by waltervanheuven in https://github.com/psychopy/psychopy/pull/5400
* fixed encoding error preventing loading of csv files from MacOS on Win32 by richardnaar in https://github.com/psychopy/psychopy/pull/5396
* Various plugin dlg improvements from mdcutone in https://github.com/psychopy/psychopy/pull/5410
* Update Japanese translation by hsogo in https://github.com/psychopy/psychopy/pull/5387
* Fixed `PanoramicImageStim` to work when Window FBO=True by mdcutone in https://github.com/psychopy/psychopy/pull/5416
* If setting size with `ImageStim.setSize()`, rather than during init, it only lasted for current image by TEParsons in https://github.com/psychopy/psychopy/pull/5422
* Movie in JS was getting undefined error if updates were "set every repeat" by TEParsons in https://github.com/psychopy/psychopy/pull/5421
* Don't reset survey clock each routine by TEParsons in https://github.com/psychopy/psychopy/pull/5433
* Textbox `lineSpacing` param is now being applied to JS boilerplate by TEParsons in https://github.com/psychopy/psychopy/pull/5420
* Sort plugin package versions in descending order by TEParsons in https://github.com/psychopy/psychopy/pull/5441
* Better handling of plugin startup errors by mdcutone in https://github.com/psychopy/psychopy/pull/5436
* Catch AttributeErrors on Pavlovia login rather than trying to pre-empt them, fixes 5382 by TEParsons in https://github.com/psychopy/psychopy/pull/5450
* If experiment is ended by esc, close eyetracker by TEParsons in https://github.com/psychopy/psychopy/pull/5448
Improvements
* Added excel templates for MultiStair, QUEST and QUESTPLUS by TEParsons (templates by kimDundas) in https://github.com/psychopy/psychopy/pull/5361
* Save README file on save not on dlg init by TEParsons in https://github.com/psychopy/psychopy/pull/5379
* Silence FutureWarning from numpy about comparing array to string by TEParsons in https://github.com/psychopy/psychopy/pull/5376
* Panorama vertical pos should be "elevation" not "altitude" in https://github.com/psychopy/psychopy/pull/5419
* Coder SourceTree wasn't showing async functions by TEParsons in https://github.com/psychopy/psychopy/pull/5435
New Contributors
* richardnaar made their first contribution in https://github.com/psychopy/psychopy/pull/5396
**Full Changelog**: https://github.com/psychopy/psychopy/compare/2023.1.0...2023.1.1