Skip to content

Commit 7d3cbb2

Browse files
authored
Merge pull request #13 from ByteAurora/develop
Release CodeXP v2.0.1
2 parents fec92f3 + c9056e3 commit 7d3cbb2

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,21 @@
55
## [Unreleased]
66

77
### 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
1110

1211
### Changed
12+
- Expand the plugin's compatible IDE build versions from `232.*` to `241.*`.
1313

1414
### Removed
1515

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+
1623
### Fixed
1724
- Fix plugin compatibility issue after IntelliJ IDEA version 2023.2
1825

@@ -49,7 +56,9 @@
4956
- Define events to detect and add challenges for each event
5057
- Implement notification alert feature for leveling up or completing challenges
5158

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
5362

5463
[1.2.1]: https://github.com/ILoveGameCoding/intellij-codexp/compare/v1.2.0...v1.2.1
5564

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.github.ilovegamecoding.intellijcodexp
44
pluginName = intellij-codexp
55
pluginRepositoryUrl = https://github.com/ILoveGameCoding/intellij-codexp
66
# SemVer format -> https://semver.org
7-
pluginVersion=2.0.0
7+
pluginVersion=2.0.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 232
11-
pluginUntilBuild = 232.*
11+
pluginUntilBuild = 241.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IC

images/completed_challenges.png

2.08 KB
Loading

0 commit comments

Comments
 (0)