jbangdev / jbang-idea

IntelliJ IDEA plugin for JBang
https://plugins.jetbrains.com/plugin/18257-jbang
MIT License
20 stars 9 forks source link

Support IDE build 233.x #97

Closed nandorholozsnyak closed 9 months ago

nandorholozsnyak commented 10 months ago

Hello there,

New IDEA major version is coming, but the plugin is not yet supporting it.

Can you please release a version that supports the 233.x.x builds?

Thank you.

nandorholozsnyak commented 10 months ago

I've just read this page: https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html

Not specifying until-build means it will include all future builds. This includes future, yet unreleased versions and possibly new IDEs, which might impact compatibility later.

Would it make sense to avoid using that until-build attribute to make sure future releases are supported automatically?

linux-china commented 9 months ago

0.24.4 released with IntelliJ IDEA 2023.3 compatible.

nandorholozsnyak commented 9 months ago

Thank you so much @linux-china !