Skip to content

2024.09.0-77

Pre-release
Pre-release
Compare
Choose a tag to compare
@positron-bot positron-bot released this 23 Sep 15:48
9b6f7c0

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

Installers can be found under the Assets section below. The filename extensions for each platform are:

  • .dmg for Mac (Universal),
  • -Setup.exe for Windows x64 (system level install)
  • -UserSetup.exe for Windows x64 (user level install)
  • .deb for Debian-based Linux (Ubuntu).

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

Release Notes

New Features

  • Update to upstream VS Code 1.93 (#4655). This release includes a profiles editor, better accessibility for tables, and many small bugfixes and improvements. Read the release notes here: https://code.visualstudio.com/updates/v1_93
  • Pressing Play on a Python file now runs the entire file, instead of just a line (#4705)
  • Python app files (e.g. Streamlit) now have a Run App in Terminal gesture in the editor context (play button) (#4625)
  • Add new environment variables POSITRON_MODE and POSITRON_LONG_VERSION to help identify Positron environment (#4082)

Bugfixes

  • Ensure the Console scrolls down after taking input (#4136)
  • Remove incorrect diagnostic error in some R formulas (#4679)
  • Address issue causing Data Explorer to occasionally open blank (#4663)
  • The Enter key now dismisses all Positron modal dialogs (#3491, #4203)