Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

47 lines (35 loc) · 1.45 KB

[0.11.2] 2020-04-25

  • Fixed #61: Changed module/project icons to be compatible with EAPs of IDEA 2020.1

[0.11.1] 2020-02-04

  • Fixed regression generating several errors in Event Log during inspection

[0.11.0] 2020-02-01

  • New: Min IDEA version raised from 2016 to 2018
  • New: Improved Mypy custom arguments handling
  • New: Tidied up deprecations in the 2018 SDK
  • New: Fixed possible deadlock during inspection

[0.10.6] 2019-09-15

  • New: Improved error handling

[0.10.5] 2019-09-13

  • New: Improved error handling

[0.10.4] 2019-06-23

  • New: Implementing a better virtualenv detection

[0.10.3] 2018-09-25

  • Fix #21: use follow-imports=silent

[0.10.2] 2018-09-25

  • Fix #15: SyntaxError: Non-UTF-8 code starting with '\x90' when interpreter is set on Windows

[0.10.1] 2018-09-21

  • Fix #12: Mypy absolute path not working on Windows
  • New: Mypy auto-detections for Windows

[0.10.0] 2018-09-17

  • New: Support scanning inside current Virtualenv
  • New: Improved Mypy auto-detection
  • New: Option to install Mypy if missing
  • New: Settings button now opens File | Settings | Mypy
  • New: Minimum compatibility version raised to 163.15529
  • New: Added ability to optionally specify a mypy config file

[0.8.1] 2018-09-08

  • Fix #7: Don't show the 'invalid syntax' message for real-time scan

[0.8.0] 2018-09-05

  • Fix #2: Showing better info to the user if Mypy is missing

[0.7.0] 2018-09-02

  • Initial release