- Improved error messaged related to errors in parsing the serenity.conf file
- Fixed a bug where screenshot configuration in the properties file was not honored for Screenplay tasks
- Added the OnStage.theActor() method, as a shorter version of theActorInTheSpotlight()
- Refactoring
- Refactoring and version updates
- Possible fix for #2077
- Added `hasText()`, `hasValue()`, `hasSelectedValue()` and `hasSelectedVisibleText()` helper methods to make the Ensure class in Screenplay more convenient, e,g. ``` theActorInTheSpotlight().attemptsTo( Ensure.that(WikipediaArticle.HEADING).hasText(term) ); ```