Skip to content

Commit 037123a

Browse files
committed
v4.1.0
1 parent ef1531d commit 037123a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## [Unreleased]
66

7+
## [4.1.0] - 2024-02-01
8+
9+
### Added
10+
11+
- Support run configuration for PyCharm Community & Professional
12+
713
## [4.0.0] - 2024-01-31
814

915
### BREAKING CHANGE
@@ -239,7 +245,8 @@
239245

240246
- Support JDK integration from mise tools.
241247

242-
[Unreleased]: https://github.com/134130/intellij-mise/compare/v4.0.0...HEAD
248+
[Unreleased]: https://github.com/134130/intellij-mise/compare/v4.1.0...HEAD
249+
[4.1.0]: https://github.com/134130/intellij-mise/compare/v4.0.0...v4.1.0
243250
[4.0.0]: https://github.com/134130/intellij-mise/compare/v3.5.0...v4.0.0
244251
[3.5.0]: https://github.com/134130/intellij-mise/compare/v3.4.1...v3.5.0
245252
[3.4.1]: https://github.com/134130/intellij-mise/compare/v3.4.0...v3.4.1

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@
1212

1313
## Features
1414

15+
- **Environment Variables**: Set environment variables for your run configurations from `mise.toml` files.
16+
- See [Supported Platforms](#supported-platforms) for the list of supported IDEs.
1517
- **Tool Integration**: Set project's SDK automatically from `mise.toml` files.
1618
- `java`, `go`, `node`, `deno` SDKs are supported.
17-
- **Environment Variables**: Set environment variables for your run configurations from `mise.toml` files.
1819
- **Language Support**: Provides language features for `mise.toml` files
1920
- Code completion
2021

2122
## Supported Platforms
2223
- **IntelliJ IDEA**
2324
- **GoLand**
25+
- **PyCharm**
2426
- **WebStorm**
2527
- **Rider**
2628
- _Submit issue if you need other IDE_
@@ -33,7 +35,6 @@
3335

3436
![language-completion](https://github.com/user-attachments/assets/073644b8-2189-411d-b3a9-64c207ac44e4)
3537

36-
3738
![language-reference](https://github.com/user-attachments/assets/426f0f1b-6824-4dc5-8ab9-e52f76cd9f69)
3839

3940
![run](https://github.com/user-attachments/assets/6b5ef885-17d0-4865-ac3e-150a588d4d02)

0 commit comments

Comments
 (0)