Skip to content

v0.1.0-mvp.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@InSyncWithFoo InSyncWithFoo released this 02 Mar 23:59
· 204 commits to master since this 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