Skip to content

Commit 10b8abf

Browse files
committed
0.5.12
1 parent 5dfa781 commit 10b8abf

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
The Changelog
22
=============
33

4+
0.5.12 - 28.7.2025
5+
------------------
6+
7+
* Added a checkbox to enable manual editing of selected ports
8+
49
0.5.11 - 22.7.2025
510
------------------
611

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Plugin version
2-
version=0.5.11
2+
version=0.5.12
33
# IDE type
44
platformType=PC
55
# IDE version to build against

src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<name>MicroPython Tools</name>
33
<id>micropython-tools-jetbrains</id>
44
<change-notes><![CDATA[
5+
<h3>0.5.12 - 28-7-2025</h3>
6+
<ul>
7+
<li>Added a checkbox to enable manual editing of selected ports</li>
8+
</ul>
59
<h3>0.5.11 - 22-7-2025</h3>
610
<ul>
711
<li>Fixed a bug where uploads of files that can't fit into the device's memory always failed</li>

0 commit comments

Comments
 (0)