1.3.2 - 2024-11-10
- Removed pluginUntilBuild
1.3.1 - 2024-08-19
- Added support for 2024.2 IDE builds
1.3.0 - 2024-05-05
- Fixed deprecation warnings
- Added support for 2024.1 IDE builds
- Changing case is now permitted when renaming files
- Added support for 2023.3 IDE builds
- Added support for 2023.2 IDE builds
- Improved error handling
- Capitalized dialog title
- Added support for 2022.3 IDE builds
- Rename to lower case function
- Added support for 2022.2 IDE builds
- Fixed input issues in 'to' textfield when using Regex.
- Added support for 2022.1 IDE builds
- Update Gradle IntelliJ Plugin dependency
- The 'From textfield' is now in focus when opening the dialog
- Update dependencies
- Made it more explicit that you can rename nested files and folders.
- Merged the latest plugin template version into this repo.
- Fixed an issue where an error occurred on initial load.
- Rename directories/nested directories is now possible
- Toggle nested files/directories to rename
- Resize gif in README
- Bump intelliJ version
- Gif in README
- Fix plugin description image and formatting
- Fix plugin description image and formatting
- Expand plugin description
- Added plugin icons
- Added action icons
- Added description
- Search and replace for files
- Possibly use regex
- Error handling in case of incorrect input
- Error handling in case of duplicate files
- Initial scaffold created from IntelliJ Platform Plugin Template