Skip to content

2025.06.0-48

Pre-release
Pre-release
Compare
Choose a tag to compare
@positron-bot positron-bot released this 12 May 18:00
621d1ce

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-48-Setup.exe
Windows 10, 11 x64 (user level install) Positron-2025.06.0-48-UserSetup.exe
MacOS 10.15+ (universal) Positron-2025.06.0-48.dmg
Debian-based Linux x64 (Ubuntu 22+) Positron-2025.06.0-48-x64.deb
Debian-based Linux arm64 (Ubuntu 24+) Positron-2025.06.0-48-arm64.deb
Red Hat-based Linux x64 (RHEL9) Positron-2025.06.0-48-x64.rpm
Red Hat-based Linux arm64 (RHEL9) Positron-2025.06.0-48-arm64.rpm
REH Linux x64 positron-reh-linux-x64-2025.06.0-48.tar.gz
REH Linux arm64 positron-reh-linux-arm64-2025.06.0-48.tar.gz

Release Notes

New Features

  • [#2862] Updated Data Explorer's percent missing background color to Posit orange.
  • [#6461] Added Ruff as a bootstrapped extension and removed the Black formatter. We highly recommend you uninstall the Black formatter if you have an older version of Positron installed.
  • [#5624] Buffer data can now be sent from widgets to the Python kernel.
  • [#7351] The Data Explorer can now open files backed by virtual filesystem providers.
  • [#3303, #6277] Once Positron has been opened, new windows now inherit the window size of the last active window.
  • [#7520] Positron extensions can now contribute custom views to the Connections container.

Bug Fixes

  • [#550] Calmed down completions by increasing quickSuggestionsDelay from 10ms to 250ms.
  • [#697] Fixed console interrupt button.
  • [#7509] Fixed how we repaint the Editor Action Bar when the theme changes.
  • [#7438] Fixed AggregateError starting an interpreter if Positron is left idle for more than an hour with no interpreters running.
  • [#3683] Added \b (backspace) handling to ANSI output processing (Console and Notebook). No more tofu for \b!
  • [#3361] Added a missing tool tip for the top action bar components.
  • [#7512] IntelliSense is no longer broken for Positron extensions that contribute views containers to the auxiliary sidebar.
  • [#6634] Fixed rounding error that was causing the prompt to be displayed incorrectly in the Console.
  • [#7574] Slimmed down action bars throughout the app and improved borders.
  • [#6420] Fixed Python syntax highlighting during Remote SSH sessions.