Releases: JetBrains/intellij-micropython
Releases · JetBrains/intellij-micropython
1.4.6
1.4.5
What's Changed
- Update
machine.pyi
by @eigen-value in #291 - Update
network.pyi
a bit by @elmot in #296 - Don't interrupt program execution when REPL is started right after upload by @elmot #313
New Contributors
- @eigen-value made their first contribution in #291
Full Changelog: 1.4.4...1.4.5
1.4.4
What's Changed
- Switch to the 241 IntelliJ Platform by @lancelote in #293
Full Changelog: 1.4.3...1.4.4
1.4.3
What's Changed
- Switch to 232 and fix REPL by @lancelote in #253
- Update Pico documentation URL by @lancelote in #252
- Add Metro M4 Airlift Lite support by @lancelote in #254
- Update links to project's GitHub in the plugin descriptor. by @lensvol in #256
- Don't bundle kotlin stdlib into plugin archive by @Undin in #258
- Provide display name for
MicroPython
configurable in plugin manifest by @Undin in #261 - Auto-detect a wider range of RP2040 devices by @rtyley in #257
- Provide shared run configuration to run IDE with plugin by @Undin in #260
- Update Gradle to 8.4 by @Undin in #259
- Add simple github actions workflow to check plugin by @Undin in #263
- Unblock other IDEs support by @elmot in #265
- Add base with latest status of
check
workflow by @Undin in #267 - Fix for #262 - REPL does not start on windows by @elmot in #264