File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 5
5
## [ Unreleased]
6
6
7
7
### Added
8
- - Organize CodeXP configuration options by type for easier readability.
9
- - Add a new notification type: CodeXP notification
10
- - Add configuration for notification type (IntelliJ notification or CodeXP notification)
8
+
9
+ ### Fixed
11
10
12
11
### Changed
12
+ - Expand the plugin's compatible IDE build versions from ` 232.* ` to ` 241.* ` .
13
13
14
14
### Removed
15
15
16
+ ## [ 2.0.0] - 2023-08-30
17
+
18
+ ### Added
19
+ - Organize CodeXP configuration options by type for easier readability.
20
+ - Add a new notification type: CodeXP notification
21
+ - Add configuration for notification type (IntelliJ notification or CodeXP notification)
22
+
16
23
### Fixed
17
24
- Fix plugin compatibility issue after IntelliJ IDEA version 2023.2
18
25
49
56
- Define events to detect and add challenges for each event
50
57
- Implement notification alert feature for leveling up or completing challenges
51
58
52
- [ Unreleased ] : https://github.com/ILoveGameCoding/intellij-codexp/compare/v1.2.1...HEAD
59
+ [ Unreleased ] : https://github.com/ILoveGameCoding/intellij-codexp/compare/v2.0.0...HEAD
60
+
61
+ [ 2.0.0 ] : https://github.com/ILoveGameCoding/intellij-codexp/compare/v1.2.1...v2.0.0
53
62
54
63
[ 1.2.1 ] : https://github.com/ILoveGameCoding/intellij-codexp/compare/v1.2.0...v1.2.1
55
64
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.github.ilovegamecoding.intellijcodexp
4
4
pluginName = intellij-codexp
5
5
pluginRepositoryUrl = https://github.com/ILoveGameCoding/intellij-codexp
6
6
# SemVer format -> https://semver.org
7
- pluginVersion =2.0.0
7
+ pluginVersion =2.0.1
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 232
11
- pluginUntilBuild = 232 .*
11
+ pluginUntilBuild = 241 .*
12
12
13
13
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14
14
platformType = IC
You can’t perform that action at this time.
0 commit comments