This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
Releases: daveenguyen/atomacos
Releases · daveenguyen/atomacos
v1.0.1
v1.0.0
Feature
- replace input methods with pyautogui (acfc82b)
Fix
- handle UnicodeEncodeError for python2 by casting to unicode (adeca83)
- pin pyscreeze version to fix pyautogui in 2.7 (4584416)
- return empty list if AXChildren raised AXErrorNoValue (0d55aa4)
- cast title as string (0d41e2b)
Breaking
- replace input methods with pyautogui (acfc82b)
v0.5.0
v0.4.1
v0.4.0
v0.3.0
Bump version: 0.2.0 → 0.3.0
v0.2.0
- Delete ldtp related files
- Fix MachSignals import error by falling back to signal.signal
- Fix getActions by using _getActions
- Suppress logger warning by attaching NullHandler
- Update package metadata
v0.1.1
Initial atomacos release.
- Paint source does black
- Fix notifications
- Extract converter, errors, notification
- Add CI
- Add test