- New: Added support for PyCharm 2024.2
- Upgrade: Updated to Kotlin 1.9.0 for compatibility with the latest IntelliJ platform.
- Improve: Enhanced stability and compatibility with the IntelliJ platform, ensuring smooth integration with the latest features in PyCharm 2024.2.
- Fix: Resolved issues related to Kotlin version mismatches with PyCharm 2024.2 dependencies.
- Fix: Access is allowed from write thread only
- Fix: Must not start write action from within read action in the other thread - deadlock is coming
- Fix: Inspection has no description
- Fix error message for
Install all packages
action - Fix DuplicatedInspection for packages with extras
- New Inspection: merge package extras
- Fix NullPointerException
- Fix PluginException for INFORMATION level problem in batch mode
- Fix PluginException
already taken by action 'requirements.txt (Create a new requirements.txt file)'
- Fix RunCanceledByUserException
- Fix deadlock is coming
- Fix Fail when Cannot find remote credentials
- Fix Fail when Cannot start process, the working directory does not exist
- Fix NullPointerException
- Fix JsonDecodingException
- Improve inspections
- Improve parser
- Improve formatter
- Fix regression
- Support pre-release packages
- Support multiple projects
- Fix checking python version
- Support additional pypi repositories
- Fix Installed requirements in container not recognized
- Create a new blank Requirements file
- Create a new Requirements file with installed packages (pip freeze)
- Versions completion (beta)
- Options completion (beta)
- Improved version comparison
- Update file icon
- Fix: Consider python version when checking package versions
- Fix: null cannot be cast to non-null type ru.meanmail.psi.Versionspec
- Consider python version when checking package versions
- Uninstall package inspection
- Fix: element.containingFile.containingDirectory must not be null
- Fix: Assertion failed: Notification should have title and/or content; groupId: pipenv
- Fix: DisposalException: Already disposed
- Support prefer-binary, pre, use-feature syntax
- Improve constrain option
- Fix: Inspection has no description
- Fix: prerelease versions of packages are recommended
- Fix: java.lang.NoClassDefFoundError
- Fix: Package manager is not available
- Support error reporting
- Support all relations
- Check if package exists
- Check if package version exists
- Improved performance
- Fix environment marker comparison
- Improve files detection
- Fix renaming
- Fix Local file path requirement breaks parsing
- Fix environment markers for path requirements
- Add support --hash statement
- Fix exception: java.lang.Throwable
- Add action
Install all packages
to a context menu
- Support environment markers
- Fix: Spaces not recognized after version comparator
Read more https://meanmail.dev/post/4
- A line ending in an unescaped \ is treated as a line continuation and the newline following it is effectively ignored.
- Options are supported
Read more https://meanmail.dev/post/3
- Fix bugs
- Fix: Incorrect language specified in
- Fix bugs
- Updated description
- Version for Intellij 2019.3.*
- jvmTarget 11
- Version for Intellij 2019.1.*
- Check for duplicate definitions
- Simple reformat file
- Improved lexer and parser
- Fix: an underscored package name is not supported
- Update IDE build
- Fix: installing without required version is failed
- Add Open in browser for package
- Add Open in browser for version
- Improve inspections
- Checks the latest version for packages
- Fix: after installing a package reloaded from disk
- Show a error notification when a package is not installed
- Improved detection of not installed package
- Syntax highlight work without python plugin
- Checking for the existence of “subrequirements” files
Update IDE build
-
Package installation. Not installed packages are highlighted
-
Support Reference to subrequirements files (Ctrl + click)
Update IDE version
Fix: eof after package is syntax error
First release