- Added `edit` command to open the configuration file. - Fixed model detection in `serve` mode.
0.11
- Updated automatic locators to try partial text match. - Added a better error message for when a URL is unreachable. - Added `fake.person.username` and `fake.person.password` properties. - Added support for `shell` mode with Playwright.
0.10
- Added URL pattern detection when using `auto()` to create pages. - Added preliminary support for using Playwright as the automation framework. - Added setting to remember the last action used on a page.
0.9
- Added `alias` command to map alternate domains to existing models. - Updated `Page.html` to return a string. - Added `Page.soup` to return parsed HTML using Beautiful Soup. - Updated locators to only count `uses` when it will impact the ordering.
0.8
- Added `exec` command to run Python scripts. - Added randomization of the browser's user agent. - Fixed Flask 2.0 incompatibility.
0.7
- Updated shutdown sequence to delete `geckodriver.log` automatically. - Changed `Page.text` to return just the extracted text from a page. - Added `Page.identity` as a checksum of the page's text. - Added an experimental `pomace serve` mode to invoke Pomace as a web API.