5.0.4 - 2024-11-05
- Fixed some 2024.3 deprecations
- Updates to Qodana and Kotlin
5.0.3 - 2024-09-26
- Support for 2024.3 versions
5.0.2 - 2024-09-09
- Changed deprecated single string Process.Exec method to array
5.0.1 - 2024-08-08
- Updated to version 2 of IntelliJ platform template
- Support for 2024.2 versions
5.0.0 - 2024-03-22
- BREAKING CHANGE: Rebased the plugin code on the IntelliJ platform template
- Support for 2024.1 versions
- Support for Signed plugin
- Updated framework to work with newer IntelliJ versions and to be able to reload the plugin without IDE restart. This version includes deprecated support for the old configuration style. You need to install this version to be able to continue using your configuration in the next major version of this plugin.
- Support for current IntelliJ version
- Fixed deprecations
- Support for current IntelliJ version
- Support for current IntelliJ version
- Support for current IntelliJ version
- Support for current IntelliJ version
- Support for current IntelliJ version
- Support for current IntelliJ version
- Support for current IntelliJ version
- Missed changelog on 3.0.2 (again :/)
- Removed deprecated API call to Icon.getLoader
- Missed changelog on 3.0.0
- Removed deprecated API calls to be able to support the plugin for future IDEs
- Added feature to directly enter a custom command using default shortcut CTRL+SHIFT+I
- When no text is selected, the complete file will be sent to STDIN
- Added default shortcut key CTRL-Meta-I
- First stable release
- Smaller command dialog fixes and documentation update
- Optimized shell command handling
- Optimized command settings dialog
- First version, adopted code from old shell-process plugin