2025.03.0-116
Pre-release
Pre-release
·
85 commits
to main
since this release
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.03.0-116-Setup.exe |
Windows 10, 11 x64 (user level install) | Positron-2025.03.0-116-UserSetup.exe |
MacOS 10.15+ (universal) | Positron-2025.03.0-116.dmg |
Debian-based Linux x64 (Ubuntu 22+) | Positron-2025.03.0-116-x64.deb |
Debian-based Linux arm64 (Ubuntu 24+) | Positron-2025.03.0-116-arm64.deb |
Red Hat-based Linux x64 (RHEL9) | Positron-2025.03.0-116-x64.rpm |
Red Hat-based Linux arm64 (RHEL9) | Positron-2025.03.0-116-arm64.rpm |
REH Linux x64 | positron-reh-linux-x64-2025.03.0-116.tar.gz |
REH Linux arm64 | positron-reh-linux-arm64-2025.03.0-116.tar.gz |
Release Notes
New Features
- [#6296] On Windows and Mac, Positron will now automatically check for a new monthly release, download it, and install the new version in the background. Linux still provides a notification when a new version is available. We are continuing to make (approximately) weekly releases available on GitHub.
- [#6205] Added a new setting to exclude R installation paths from the UI.
- [#6265] Added a new command to run R package tests in the Test Explorer UI. The old command is still available and can be mapped to a preferred keybinding, if desired.
- [#6302] We now package extensions that were previously shipped as built-in extensions as user managed extensions that are installed on first launch.
- [#5315] Bundled the Posit Publisher extension.
Bug Fixes
- [#6199] Improved the layout of the Console action bar at narrow widths.
- [#6480] Fixed an issue with Data Explorer so that it enters the Connection Closed state when its connection is closed.
- [#6444] Fixed a regression where Python completions did not work in Quarto documents.
- Fixed an issue starting
real_python()
with reticulate v1.41.0. - Fixed a deadlock in ARK when starting reticulate.
- When calling
repl_python()
we now give focus to the Python console.