mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
This copies the language configuration from https://github.com/microsoft/monaco-languages/blob/d7cc098c481059f63d51ce3753975c8ca8ab6030/src/python/python.ts This fixes a number of editor features, like auto-indent. Fixes: https://github.com/pybricks/pybricks-code/issues/470
1.7 KiB
1.7 KiB
Changelog
Unreleased
Changed
- Changed snippet (autocomplete) content and behavior issue#471.
Fixed
- Fixed auto-indent not working issue#470.
1.1.0-beta.2 - 2021-07-06
Changed
- Changed from Ace editor to Monaco editor.
- Updated hub firmware to v3.1.0a2.
Fixed
- Fixed run button still enabled after hub disconnects during download support#378.
1.1.0-beta.1 - 2021-06-23
Changed
- Updated projects URL.
- Updated hub firmware to v3.1.0a1.
- Updated docs.
1.0.0 - 2021-06-08
Added
- Added changelog link to about dialog.
Changed
- Updated hub firmware to v3.0.0.
- Updated documentation.
Prerelease
Prerelease changes are documented at support#48.