Skip to content

Commit

Permalink
Compatibility with 2020.2-2020.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovskikh committed Oct 24, 2020
1 parent 779232b commit fdcb560
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,6 +1,12 @@
Version History
---------------

<p>1.1.2:</p>
<ul>
<li>Added a type hinting stub for <code>pyb</code></li>
<li>Switched to newer terminal API call to fix regression in PyCharm 2020.2</li>
<li>Compatibility with 2020.2-2020.3</li>
</ul>
<p>1.1.1:</p>
<ul>
<li>Fixed control characters in REPL on Windows</li>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Expand Up @@ -6,7 +6,7 @@
<ul>
<li>Added a type hinting stub for <code>pyb</code></li>
<li>Switched to newer terminal API call to fix regression in PyCharm 2020.2</li>
<li>Compatibility only with 2020.2</li>
<li>Compatibility with 2020.2-2020.3</li>
</ul>
<p>1.1.1:</p>
<ul>
Expand Down Expand Up @@ -52,7 +52,7 @@
<depends>com.intellij.modules.python</depends>
<depends>org.jetbrains.plugins.terminal</depends>

<idea-version since-build="202" until-build="202.*"/>
<idea-version since-build="202" until-build="203.*"/>

<extensionPoints>
<extensionPoint qualifiedName="com.jetbrains.micropython.deviceProvider"
Expand Down

0 comments on commit fdcb560

Please sign in to comment.