Skip to content

Releases: autocomplete-python/autocomplete-python

v1.14.1

18 Jun 09:43
Compare
Choose a tag to compare

v1.10.12

11 Sep 12:16
Compare
Choose a tag to compare
  • Update kite-installer to v3. #397

v1.10.11

06 Sep 07:36
Compare
Choose a tag to compare
  • Hot fix to support python37. #396

v1.10.10

21 Aug 14:53
Compare
Choose a tag to compare
  • Fix install for non-admin users. #392

v1.10.9

03 Aug 16:21
Compare
Choose a tag to compare

v1.10.8

03 Aug 16:17
Compare
Choose a tag to compare
  • Use new Kite install flow #385

v1.10.3

18 Sep 09:07
Compare
Choose a tag to compare
  • Fix variable substitution for interpreter path (#341)

v1.10.0

08 Aug 17:46
Compare
Choose a tag to compare
  • Updates install flow to make choice between Kite and Jedi more clear
  • Removes all tracking

v1.9.1

24 Jun 08:17
Compare
Choose a tag to compare
  • Don't destructure TouchBar if it doesn't exist (#319)

v1.9.0

22 Jun 11:40
Compare
Choose a tag to compare
  • 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