Skip to content

Latest commit

 

History

History
executable file
·
194 lines (115 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

executable file
·
194 lines (115 loc) · 4.23 KB

regex-rename-files Changelog

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

Changed

  • Changing case is now permitted when renaming files

Changed

  • Added support for 2023.3 IDE builds

Changed

  • Added support for 2023.2 IDE builds

Changed

  • Improved error handling
  • Capitalized dialog title

Changed

  • Added support for 2022.3 IDE builds

Added

  • Rename to lower case function

Changed

  • Added support for 2022.2 IDE builds

Changed

  • Fixed input issues in 'to' textfield when using Regex.

Changed

  • Added support for 2022.1 IDE builds
  • Update Gradle IntelliJ Plugin dependency

Changed

  • The 'From textfield' is now in focus when opening the dialog
  • Update dependencies

Changed

  • Made it more explicit that you can rename nested files and folders.

Changed

  • Merged the latest plugin template version into this repo.

Changed

  • Fixed an issue where an error occurred on initial load.

Added

  • Rename directories/nested directories is now possible
  • Toggle nested files/directories to rename

Changed

  • Resize gif in README
  • Bump intelliJ version

Changed

  • Gif in README

Changed

  • Fix plugin description image and formatting

Changed

  • Fix plugin description image and formatting

Changed

  • Expand plugin description

Added

  • Added plugin icons
  • Added action icons

Added

  • Added description

Added

  • Search and replace for files
  • Possibly use regex
  • Error handling in case of incorrect input
  • Error handling in case of duplicate files

Added