Releases: SKaplanOfficial/PyXA
Releases · SKaplanOfficial/PyXA
Pre-release v0.0.6
This pre-release version includes performance improvements, support for several new applications (Maps, Font Book, Pages, Stocks, QuickTime Player), expanded support for UI scripting, and updates throughout other areas to improve PyXA's overall utility and stability.
Full Changelog: v0.0.5...v0.0.6
Pre-release v0.0.5
This is the first pre-release version of PyXA available on PyPi.org and installable via pip install mac-pyxa
.
Features:
- Support for Automator, Calculator, Calendar, Console, Contacts, Dictionary, Finder, Keynote, Mail, Messages, Music, Notes, Photos, Preview, Reminders, Safari, Shortcuts, System Preferences, Terminal, TextEdit, and TV applications
- Support for native alert dialogs and color pickers via XAAlert and XAColorPicker, respectively
- Additional classes for interacting with the system clipboard (XAClipboard), URLs (XAURL), paths (XAPath), images (XAImage), colors (XAColor), locations (XALocation)
- Fast enumeration over lists of scriptable objects via the XAList class
- Support for executing AppleScript script strings via the AppleScript class