Skip to content

Commit

Permalink
Merge pull request #8 from ubopod/refactor
Browse files Browse the repository at this point in the history
feat: ensure `setup_headless` is called before instantiating `HeadlessWidget`
  • Loading branch information
sassanh authored Dec 30, 2023
2 parents ac1f1e5 + bf191f3 commit 9a80b1c
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 246 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 0.5.10

- feat: ensure `setup_headless` is called before instantiating `HeadlessWidget`
- feat: periodically write snapshots of the screen to filesystem in debug mode for remote debugging
- refactor: fix pyright and ruff errors and warnings by faking modules
- refactor: split `__init__.py` into several files

## Version 0.5.9

- refactor: make `synchronous_clock` enabled by default
Expand Down
Loading

0 comments on commit 9a80b1c

Please sign in to comment.