Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

## [1.1.3] - 2024-01-30

- Fix work with many opened projects

## [1.1.2] - 2024-01-18

- Fix performance on macOS
Expand All @@ -26,6 +30,8 @@

The first public release of the plugin.

[1.1.3]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.3

[1.1.2]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.2

[1.1.1]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.1
Expand All @@ -36,4 +42,4 @@ The first public release of the plugin.

[1.0.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0

[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v1.1.3...HEAD
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
pluginName = Cycode
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.1.2
pluginVersion = 1.1.3

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 211.1
Expand Down