This document summarizes the key changes and new features in PyUIA version 0.3. It discusses implementing a single keyword library to avoid conflicts between similarly named keywords on different pages. It describes how PyUIA now tracks the current page object to determine runtime behavior. It also covers implementing the Page Object pattern in Python through a find_by method and @cacheable decorator. Finally, it discusses handlers rotation and modeling pages and UI fragments.