Skip to content

Latest commit

 

History

History
155 lines (109 loc) · 5.44 KB

CHANGELOG.md

File metadata and controls

155 lines (109 loc) · 5.44 KB

Testcontainers Port Updater Changelog

1.1.4 - 2024-04-15

  • Bump dependencies to their latest versions
  • Support latest IntelliJ 2024.1
  • Bump Gradle version to 8.7
  • Migrate latest changes of intellij-platform-plugin-template v1.13

1.1.3 - 2023-12-09

  • Bump dependencies to their latest versions
  • Support latest IntelliJ 2023.2.5
  • Bump Gradle version to 8.5
  • Migrate latest changes of intellij-platform-plugin-template v1.11.3

1.1.2 - 2023-08-18

  • Introduce JSON logging format / Now you can change the logging format via settings
  • Support latest IntelliJ 2023.2
  • Bump dependencies to their latest versions
  • Bump Gradle version to 8.3
  • Migrate latest changes of intellij-platform-plugin-template v1.11.1

1.1.1 - 2023-04-06

  • Bump dependencies to their latest versions
  • Bump Gradle version to 8.0.2
  • Migrate latest changes of intellij-platform-plugin-template

1.1.0 - 2023-02-25

  • Bump dependencies to their latest versions
  • Bump Gradle version to 8.0.1
  • Use Kotlin UI DSL Version 2 for settings
  • Switch settings from application level to project level / Now each project has its own settings
  • Make log entry prefix editable via settings / Now you can change the log entry prefix via settings
  • Introduce match mode feature / Now you can select your match mode via settings

1.0.5 - 2022-12-12

  • Bump dependencies to their latest versions
  • Fix unnecessary updates on the data source URL
  • Bump Gradle version to 8.0.1
  • Use Kotlin UI DSL Version 2 for settings
  • Make log entry prefix editable via settings / Now you can change the log entry prefix via settings
  • Switch settings from application level to project level / Now each project has its own settings
  • Introduce match mode feature / Now you can select your match mode via settings

1.0.4 - 2022-12-12

  • Support latest IntelliJ 2022.3
  • Bump Java version to 17
  • Bump dependencies to their latest versions
  • Bump Gradle version to 7.5.1
  • Migrate latest changes of intellij-platform-plugin-template
  • Support latest IntelliJ 2022.2.3
  • Bump dependencies to their latest versions
  • Modify Regex to handle also MSSQL Server and MySQL
  • Bump dependencies to their latest versions
  • Support latest IntelliJ 2022.2.1
  • Correct the grammatical mistake of notification setting's text
  • Bump dependencies to their latest versions
  • Make it possible to enable/disable 'Updated data source URL' notifications via plugin settings
  • Improve regex pattern
  • Support latest IntelliJ 2022.1
  • Bump gradle from 7.0.2 to 7.4.2
  • Change the way of handling console output from process handler output to IntelliJ console
  • Bump dependencies to their latest versions
  • Support latest IntelliJ 2021.3.3
  • Bump dependencies to their latest versions
  • Support latest IntelliJ 2021.3
  • Run verifier against only IntelliJ IDEA Ultimate
  • Bump dependencies to their latest versions
  • Bump dependencies to their latest versions
  • Add minor improvements for readability
  • Bump dependencies to their latest versions
  • Fix 2 deprecated API usages
  • Stop support for version 202.8194.7 (2020.2.4)
  • Update Java version to 11
  • Bump dependencies to their latest versions
  • Update the plugin for the latest IntelliJ version 2021.2

Updated

  • Update README.md

Added

  • Create the plugin