mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
74 lines
2.5 KiB
Markdown
74 lines
2.5 KiB
Markdown
<!-- Refer to https://keepachangelog.com/en/1.0.0/ for guidance. -->
|
|
|
|
# Changelog
|
|
|
|
## [Unreleased]
|
|
|
|
### Fixed
|
|
- Fix flashing firmware on Android [support#403].
|
|
|
|
### Changed
|
|
- Checksum is now validated as firmware flash progresses instead of just at the
|
|
end [support#433].
|
|
|
|
## [1.1.0-beta.3] - 2021-07-20
|
|
|
|
### Changed
|
|
- Changed snippet (autocomplete) content and behavior [issue#471].
|
|
- Changed gutter background color [issue#472].
|
|
- Added *BETA* badge to application icon [support#375].
|
|
- Updated hub firmware to [v3.1.0a3].
|
|
|
|
### 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].
|
|
|
|
|
|
<!-- let's try to keep this list sorted alphabetically -->
|
|
[issue#470]: https://github.com/pybricks/pybricks-code/issues/470
|
|
[issue#471]: https://github.com/pybricks/pybricks-code/issues/471
|
|
[issue#472]: https://github.com/pybricks/pybricks-code/issues/472
|
|
[support#48]: https://github.com/pybricks/support/issues/48
|
|
[support#375]: https://github.com/pybricks/support/issues/375
|
|
[support#378]: https://github.com/pybricks/support/issues/378
|
|
[support#403]: https://github.com/pybricks/support/issues/403
|
|
[support#433]: https://github.com/pybricks/support/issues/433
|
|
[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
|
|
[v3.1.0a2]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#310a2---2021-07-06
|
|
[v3.1.0a3]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#310a3---2021-07-19
|
|
|
|
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.3...HEAD
|
|
[1.1.0-beta.3]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.2...v1.1.0-beta.3
|
|
[1.1.0-beta.2]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.1...v1.1.0-beta.2
|
|
[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
|