Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

76 lines (45 loc) · 1.92 KB

PyVenvManage Changelog

2.0.1 - 2024-08-12

  • Extend compatibility for PyCharm Professional
  • Fix Icon provider did not survive migration to v2

2.0.0 - 2024-08-12

Changed

  • Improve action menu label and description
  • On interpreter set include the Python environment type (virtualenv) and execution type (local) in the notification message

Fixed

  • Icon not showing up on context menu, use the virtual environment icon

Internal

  • Use Kotlin instead of Java
  • Move to org.jetbrains.intellij.platform:2.0.0 as the build/test plugin
  • Add UI tests

Fixed

  • Fix support for 2024.1

Fixed

  • Fix support for 2021.3

Fixed

Thanks

  • I would like to express my gratitude towards @gaborbernat for his continued support of the plugin.

1.3.2 - 2021-06-08

Fixed

  • 16 PyCharm 2021.1.2

1.3.1 - 2021-02-20

Fixed

  • 13 Enable compatibility with 2021.1 EAP

1.3.0 - 2020-11-11

Fixed

  • Removed the usage of the deprecated PythonSdkType.getPythonExecutable API