Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Releases: daveenguyen/atomacos

v1.0.1

20 Mar 07:51
Compare
Choose a tag to compare

Fix

  • encode utf-8 when there is a unicode encode error (f1e150a)

v1.0.0

19 Mar 23:21
Compare
Choose a tag to compare

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

19 Mar 00:02
Compare
Choose a tag to compare

Feature

  • dir now includes super dir (9740b10)

Fix

v0.4.1

16 Mar 02:18
Compare
Choose a tag to compare

Fix

  • updating docs as fix to test deploy (6b86eec)

v0.4.0

15 Mar 11:08
Compare
Choose a tag to compare

Feature

Fix

  • handle if attribute is None and remove getting when setting (335d207)
  • actually set the string (19eb8ce)

Documentation

v0.3.0

15 Mar 01:29
Compare
Choose a tag to compare
Bump version: 0.2.0 → 0.3.0

v0.2.0

14 Mar 08:15
Compare
Choose a tag to compare
  • 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

14 Mar 06:41
Compare
Choose a tag to compare

Initial atomacos release.

  • Paint source does black
  • Fix notifications
  • Extract converter, errors, notification
  • Add CI
  • Add test