Skip to content

Releases: autocomplete-python/autocomplete-python

v1.14.1

Choose a tag to compare

@sadovnychyi sadovnychyi released this 18 Jun 09:43

v1.10.12

Choose a tag to compare

@sadovnychyi sadovnychyi released this 11 Sep 12:16
  • Update kite-installer to v3. #397

v1.10.11

Choose a tag to compare

@sadovnychyi sadovnychyi released this 06 Sep 07:36
  • Hot fix to support python37. #396

v1.10.10

Choose a tag to compare

@sadovnychyi sadovnychyi released this 21 Aug 14:53
  • Fix install for non-admin users. #392

v1.10.9

Choose a tag to compare

@sadovnychyi sadovnychyi released this 03 Aug 16:21

v1.10.8

Choose a tag to compare

@sadovnychyi sadovnychyi released this 03 Aug 16:17
  • Use new Kite install flow #385

v1.10.3

Choose a tag to compare

@sadovnychyi sadovnychyi released this 18 Sep 09:07
  • Fix variable substitution for interpreter path (#341)

v1.10.0

Choose a tag to compare

@itsdhung itsdhung released this 08 Aug 17:46
  • Updates install flow to make choice between Kite and Jedi more clear
  • Removes all tracking

v1.9.1

Choose a tag to compare

@sadovnychyi sadovnychyi released this 24 Jun 08:17
  • Don't destructure TouchBar if it doesn't exist (#319)

v1.9.0

Choose a tag to compare

@sadovnychyi sadovnychyi released this 22 Jun 11:40
  • Fix some deprecated API calls used in tooltips.
  • Add some very basic support for Touch Bar. Based on tooltips – will show some info about the object under the cursor and allows you to go to definition if you tap on it. Requires Atom >=1.19.0 and a MBP with TB of course. This is more like a proof of concept for now, do not expect it to be useful in any way, and it might conflict with other packages using TB API.
    image