File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.1.3] - 2024-01-30
8+
9+ - Fix work with many opened projects
10+
711## [ 1.1.2] - 2024-01-18
812
913- Fix performance on macOS
2630
2731The first public release of the plugin.
2832
33+ [ 1.1.3 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.3
34+
2935[ 1.1.2 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.2
3036
3137[ 1.1.1 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.1
@@ -36,4 +42,4 @@ The first public release of the plugin.
3642
3743[ 1.0.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0
3844
39- [ Unreleased ] : https://github.com/cycodehq/intellij-platform-plugin/compare/v1.0.0 ...HEAD
45+ [ Unreleased ] : https://github.com/cycodehq/intellij-platform-plugin/compare/v1.1.3 ...HEAD
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
44pluginName = Cycode
55pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
66# SemVer format -> https://semver.org
7- pluginVersion = 1.1.2
7+ pluginVersion = 1.1.3
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 211.1
You can’t perform that action at this time.
0 commit comments