Skip to content

Commit

Permalink
Merge branch 'flathub:master' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
freeseacher authored Aug 8, 2022
2 parents 6c61b86 + 85b34b8 commit 3429d91
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions com.jetbrains.PyCharm-Professional.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
<url type="help">https://www.jetbrains.com/help/pycharm/</url>
<launchable type="desktop-id">com.jetbrains.PyCharm-Professional.desktop</launchable>
<releases>
<release version="2022.2" date="2022-07-28">
<description>
<ul>
<li><strong>Python 3.11:</strong> Code insight for exception groups and <code>except*</code> operator.</li>
<li><strong>Python 3.11:</strong> Code insight for the new <code>Required[ ]</code> and <code>NotRequired[ ]</code> notations for individual TypedDict keys.</li>
<li><strong>HTTP-client:</strong> Support for WebSocket connections.</li>
<li>New UI for setting up remote interpreters.</li>
<li>Initial support for PyScript.</li>
</ul>
</description>
</release>
<release version="2022.1.4" date="2022-07-21"/>
<release version="2022.1.3" date="2022-06-22"/>
<release version="2022.1.2" date="2022-06-01"/>
Expand Down
6 changes: 3 additions & 3 deletions com.jetbrains.PyCharm-Professional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ modules:
- install -d "${FLATPAK_DEST}/packages"
sources:
- type: extra-data
url: https://download.jetbrains.com/python/pycharm-professional-2022.1.4.tar.gz
sha256: 12be816500d5ce7d476db1b9c9a75c299346f907729c175dcb2a89e8421a44c2
size: 691234019
url: https://download.jetbrains.com/python/pycharm-professional-2022.2.tar.gz
sha256: aace8bbd52c0ac17cbcb9ae6b7afcd7f3b7a5475facaaa6b271d47323611d6f5
size: 695805472
x-checker-data:
type: jetbrains
code: PCP
Expand Down

0 comments on commit 3429d91

Please sign in to comment.