Skip to content

Latest commit

 

History

History
192 lines (112 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

192 lines (112 loc) · 4.54 KB

Shell Filter Plugin Changelog

5.0.4 - 2024-11-05

Fixed

  • Fixed some 2024.3 deprecations
  • Updates to Qodana and Kotlin

5.0.3 - 2024-09-26

Added

  • Support for 2024.3 versions

5.0.2 - 2024-09-09

Fixed

  • 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

Added

  • BREAKING CHANGE: Rebased the plugin code on the IntelliJ platform template
  • Support for 2024.1 versions
  • Support for Signed plugin

Added

  • 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.

Fixed

  • Support for current IntelliJ version

Fixed

  • Fixed deprecations

Added

  • Support for current IntelliJ version

Added

  • Support for current IntelliJ version

Added

  • Support for current IntelliJ version

Added

  • Support for current IntelliJ version

Added

  • Support for current IntelliJ version

Added

  • Support for current IntelliJ version

Added

  • Support for current IntelliJ version

Fixed

  • Missed changelog on 3.0.2 (again :/)

Fixed

  • Removed deprecated API call to Icon.getLoader

Fixed

  • Missed changelog on 3.0.0

Added

  • Removed deprecated API calls to be able to support the plugin for future IDEs

Added

  • Added feature to directly enter a custom command using default shortcut CTRL+SHIFT+I

Added

  • When no text is selected, the complete file will be sent to STDIN

Fixed

  • Added default shortcut key CTRL-Meta-I

Added

  • First stable release

Fixed

  • Smaller command dialog fixes and documentation update

Fixed

  • Optimized shell command handling
  • Optimized command settings dialog

Added