amaembo / screenshoter

IDEA plugin to make code screenshots
Other
88 stars 17 forks source link

IDEA 2023.1 compatibility #36

Closed TheMrMilchmann closed 1 year ago

TheMrMilchmann commented 1 year ago

Version 1.8 of the plugin declares the compatibility range 213—223.* which excludes IDEA 2023.1 (231.*). Thus, when updating IDEA, the plugin is automatically "updated" to 1.7.1 despite this version being older. However, from what I can tell, 1.7.1 is working fine for now.

amaembo commented 1 year ago

Sorry for the inconvenience. I've removed until-version https://plugins.jetbrains.com/plugin/9406-code-screenshots/versions/stable/328590 Please check.

TheMrMilchmann commented 1 year ago

I can confirm that 1.8.1 works fine for me and is detected correctly by recent IDEA versions now. Thanks!