esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
629 stars 114 forks source link

Bump PlantUML to 1.2022.2 #348

Closed kriegaex closed 2 years ago

kriegaex commented 2 years ago

Due to https://github.com/plantuml/plantuml/issues/969, I need to use skin rose after bumping my Maven plugin to 1.2022.2, otherwise the colouring changes from coloured to grey-scale. The problem is that the IDEA plugin does not find that skin, so it displays an error when I want to view my diagram from within IDEA. From Maven, it works, but this plugin embeds PlantUML 1.2022.1.

Looking forward to the next release. Keep up the great work! 🙂

krasa commented 2 years ago

You can always use a custom PlantUML jar at moments like this :-)

kriegaex commented 2 years ago

Brilliant, that works just fine. Sorry for not checking the settings first. But the issue is still a valid one for your next release, so please keep it open until it is implemented. Thank you so much.

AlexandreCassagne commented 2 years ago

@krasa It works just fine, thank you :) is there any roadblock to creating a new release though?

krasa commented 2 years ago

yes, time :-)

krasa commented 2 years ago

done