mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
This replaces the ace editor with the monaco editor. It fixes quite a few small paper-cut bugs and should be easier to add code completion to in the future. Many of the snippets are omitted but can be added back later if needed. Otherwise, we have tried to preserve the existing look and feel as much as possible.
43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
Markdown
<!-- Refer to https://keepachangelog.com/en/1.0.0/ for guidance. -->
|
|
|
|
# Changelog
|
|
|
|
## [Unreleased]
|
|
|
|
## Changed
|
|
- Changed from Ace editor to Monaco editor.
|
|
|
|
### 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].
|
|
|
|
|
|
<!-- let's try to keep this list sorted -->
|
|
[support#48]: https://github.com/pybricks/support/issues/48
|
|
[support#378]: https://github.com/pybricks/support/issues/378
|
|
[v3.0.0]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#300---2021-06-08
|
|
[v3.1.0a1]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#310a1---2021-06-23
|
|
|
|
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.1...HEAD
|
|
[1.1.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v1.0.0...v1.1.0-beta.1
|
|
[1.0.0]: https://github.com/pybricks/pybricks-code/compare/v1.0.0-rc.2...v1.0.0
|