v1.1 Release notes
This is a maintenance release that aims to ensure support for newer Python (3.12+) and Gymnasium (1.0+) versions, along with a few bug fixes and CI/CD improvements.
What's Changed
- Added Gymnasium 1.0 support by @ppasupat in #89
- Added environment variables for setting specific Chrome and ChromeDriver by @mwydmuch in #128
- Fixed typo in selenium_actions.py by @ppasupat in #84
- Fixed headless mode screenshot bug by @DriesSmit in #95
- Fixed issues with focus ring & mark the FlightWoB environments by @Trenza1ore in #118
- Mark nondeterministic environments with sources of nondeterminism and add test wrapper to absorb benign sources of nondeterminism + documentation updates by @Trenza1ore in #116 and #117
- Updates to project setup and CI/CD by @jkterry1 in #96, #97, #98, #99, #100, #101, @jyotirmaypaliwal in #103, @Trenza1ore in #113, #120, #123, #124, @mwydmuch in #121, #122, #127
- README and documentation updates by @jkterry1 in #102, #112, @BolunDai0216 in #115 and @Trenza1ore in #114, #126
New Contributors
- @DriesSmit made their first contribution in #95
- @jkterry1 made their first contribution in #96
- @jyotirmaypaliwal made their first contribution in #103
- @Trenza1ore made their first contribution in #113
- @BolunDai0216 made their first contribution in #115
- @mwydmuch made their first contribution in #121
Full Changelog: v1.0...v1.1