FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Bump IDE compatibility and prepare release #511

Closed FWDekker closed 9 months ago

FWDekker commented 9 months ago

Ready for releasing v3.1.0!

Bumps compatibility to 231 and newer, updates a few deprecated API usages (excluding one that is unfixable due to IDEA-340399), and fixes a few minor issues in docs and in tests (such as correctly uninstalling the thread-violation manager, and uninstalling only at the end of the very class).

codecov[bot] commented 9 months ago

Codecov Report

Merging #511 (b0263d1) into main (55a870b) will not change coverage. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/511/graphs/tree.svg?width=650&height=150&src=pr&token=HXVFGMwtwv&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Florine+W.+Dekker)](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/511?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Florine+W.+Dekker) ```diff @@ Coverage Diff @@ ## main #511 +/- ## ======================================= Coverage 85.09% 85.09% ======================================= Files 51 51 Lines 1992 1992 Branches 335 335 ======================================= Hits 1695 1695 Misses 234 234 Partials 63 63 ```