Skip to content

2025.06.0-167

Pre-release
Pre-release
Compare
Choose a tag to compare
@positron-bot positron-bot released this 02 Jun 14:59
e7e5d55

Thank you for helping test this pre-release of Positron!

Downloads

Please review Positron's license agreement and privacy policy. Your acceptance of this license agreement and privacy policy is required as a condition to proceeding with your download or use of the software.

Platform Download
Windows 10, 11 x64 (system level install) Positron-2025.06.0-167-Setup.exe
Windows 10, 11 x64 (user level install) Positron-2025.06.0-167-UserSetup.exe
MacOS 10.15+ (universal) Positron-2025.06.0-167.dmg
Debian-based Linux x64 (Ubuntu 22+) Positron-2025.06.0-167-x64.deb
Debian-based Linux arm64 (Ubuntu 24+) Positron-2025.06.0-167-arm64.deb
Red Hat-based Linux x64 (RHEL9) Positron-2025.06.0-167-x64.rpm
Red Hat-based Linux arm64 (RHEL9) Positron-2025.06.0-167-arm64.rpm
REH Linux x64 positron-reh-linux-x64-2025.06.0-167.tar.gz
REH Linux arm64 positron-reh-linux-arm64-2025.06.0-167.tar.gz
Installer Checksums positron-2025.06.0-167-checksums.json

Release Notes

New Features

  • [#7189] Updated "Interpreter" command palette actions to work better with multiple interpreter sessions.
  • [#4269] Added the new command "Interpreter: Discover All Interpreters" to kick off interpreter discovery, for example if you have just made a new Python environment that Positron doesn't know about yet.
  • [#3001] R: Completions are now provided for local objects in a function paused in the debugger.
  • [#7270] Replaced the way editor actions were implemented with the Editor Action Bar, which can be toggled in/out of view like other UI components. The old "editor.actionBar.enabled" setting is now disabled, but you can use "View: Toggle Editor Action Bar" to toggle this component.
  • [#7852] Positron Assistant, an experimental AI assistant for Positron, can now be enabled in Settings. Read more at https://github.com/posit-dev/positron/discussions/7931! 🤖

Bug Fixes

  • [#7465, #5991] Python: hvplot no longer creates ghost plots and now display when code is executed as a block in the console.
  • [#5431] App Launcher: app urls from Terminal links are now resolved correctly.
  • [#5954] Fixed timeouts when rendering plots during slow-running operations or in a loop.
  • [#7854] Fixed bug causing fewer than the last 5 runtimes to show up in the console + split button.

Dependencies

  • Updated vscode-python upstream to v2025.6.1.