Azn9 / JetBrains-Discord-Integration

Discord rich presence integration for all JetBrains IDEs
Apache License 2.0
117 stars 9 forks source link

Feat/different ide version per project #64

Closed Azn9 closed 7 months ago

Azn9 commented 7 months ago
The project is now split into: Name JDK version Kotlin version Min IDE version Max IDE version
icons* 11 1.7 2021.2
common* 11 1.7 2021.2
pre-223 11 1.7 2021.2 < 2022.3
pre-231 17 1.9 2022.3 < 2023.1
post-231 17 1.9 2023.1

* Utility projects used to avoid duplicating code

The pre-223 version exists just to allow support for 2021.2 - 2022.2 IDEs as they use java 11. The 2023.1 version changed how startup listener works, these two projects use different API classes that were deprecated in 231.

Closes #57