We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebb19d commit 74dcd70Copy full SHA for 74dcd70
2 files changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
# EmbeddedBrowserIntellijPlugin Changelog
4
5
## [Unreleased]
6
+### Added
7
+- Compatibility with Intellij 2023.2
8
9
## [1.5.0] - 2023-05-13
10
- Added HomePage action to the toolbar
gradle.properties
@@ -3,7 +3,7 @@
pluginGroup = com.github.plaskowski.embeddedbrowserintellijplugin
pluginName = EmbeddedBrowser
pluginRepositoryUrl = https://github.com/plaskowski/EmbeddedBrowserIntellijPlugin
-pluginVersion = 1.5.0
+pluginVersion = 1.5.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 221
0 commit comments