Skip to content

Releases: InSyncWithFoo/pyright-for-pycharm

v0.1.0-mvp.5 [YANKED, see #13]

31 Mar 01:26
Compare
Choose a tag to compare
Pre-release

For users

Added

  • UI hints are added to ease the process of setting paths.

For contributors

Added

Changed

Changed

v0.1.0-mvp.4

24 Mar 00:15
Compare
Choose a tag to compare
v0.1.0-mvp.4 Pre-release
Pre-release

For users

Added

  • Tooltips can now be prefixed with "Pyright:".
  • The plugin will now suggest setting an executable
    for the current project if one can be found locally.
    To turn off suggestion for a project, uncheck
    the corresponding option in the project configuration panel.

Changed

  • Saves will no longer be performed if:
    • The corresponding inspection is disabled, or
    • The executable is not given.
  • The notification group name is now "Pyright notifications"
    instead of "Pyright".
  • Configuration panels UI and messages are slightly changed.
  • The inspection name is changed from "Pyright inspection"
    to "Pyright inspections".

Removed

  • Error notification titles no longer have the "Pyright:" prefix.

For contributors

Added

Changed

Fixed

v0.1.0-mvp.3

10 Mar 00:03
Compare
Choose a tag to compare
v0.1.0-mvp.3 Pre-release
Pre-release

For users

Changed

  • Errors are now reported as notifications.

For contributors

Changed

Fixed

v0.1.0-mvp.2

02 Mar 23:59
Compare
Choose a tag to compare
v0.1.0-mvp.2 Pre-release
Pre-release

For users

Added

  • Relative paths to executables are now resolved against the project path.
  • Tooltips can now be displayed in editor font.

Removed

  • 2023.3.3 is no longer supported.

Fixed

  • The interpreter of the current project is now correctly recognized.

For contributors

Added

Changed

  • Error-handling logic for saveDocumentAsIs() is removed. (930e06f)
  • PyrightException is now sealed. (40c4368)
  • Add "Build" run configuration. (a073dcc)
  • Annotation-applying logic is extracted to a dedicated class. (83587af)
  • Commands are now logged as JSON. (b342691)

Removed

  • Support for 2023.3.3 is discontinued. (9c8981d)

Fixed

v0.1.0-mvp.1

26 Feb 04:35
Compare
Choose a tag to compare
v0.1.0-mvp.1 Pre-release
Pre-release

For users

Added

  • Project initialized.

For contributors

Added

  • Project initialized.