Skip to content

2025.07.0-112

Pre-release
Pre-release
Compare
Choose a tag to compare
@positron-bot positron-bot released this 16 Jun 15:02
d3aebd0

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

Release Notes

New Features

  • [#7838] The Assistant project tree tool now takes parameters to filter the tree output.
  • [#7404] Improved the Assistant Language Model Provider Configuration Modal close experience.
  • [#6158] Python Consoles now automatically reload imported files, so any changes made to a module are automatically picked up without needing to restart the Console session. You can opt out of this behavior with the python.enableAutoReload setting.
  • [#7202] The Positron version field can now be specified and validated in Positron extensions.
  • [#8018] Added a new Agent mode to Positron Assistant; note that you'll now need to use this new mode if you want Assistant to run code on your behalf.
  • [#7902] New Python Projects can optionally now create a pyproject.toml file.
  • [#6167] We now link to our documentation from the Help menu.
  • [#6650] The up/down console input history navigation actions are now commands that you can bind custom keys to.

Bug Fixes

  • [#6422] We no longer encode URLs to display in the Viewer pane.
  • [#7510] Fixed plot image encoding for Anthropic model provider.
  • [#7781] Fixed how the plot history can be scrolled using the mouse wheel.
  • [#7873, #7995] Fixed bug where specific Python console logs were printed to the user.
  • [#6660] Fixed R session management during sleep mode.
  • [#7850] Fixed duplicate preview buttons for .Rmd files.
  • [#7414] Folder templates for disabled languages no longer appear in New Folder from Template modal.
  • [#8052] Fixed Assistant sometimes failing to inspect variables.
  • [#7969] Fixed error using Github Copilot with Intel Mac computers.