Skip to content

Releases: SKaplanOfficial/PyXA

Pre-release v0.0.6

02 Aug 18:59
Compare
Choose a tag to compare
Pre-release v0.0.6 Pre-release
Pre-release

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

15 Jul 01:28
Compare
Choose a tag to compare
Pre-release v0.0.5 Pre-release
Pre-release

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