JetBrains panel legibility, and a correction
Two fixes to how the Iris Code panel renders inside JetBrains IDEs, and a correction to a claim made in the 1.18.1 release notes.
- Fixed: secondary text in the JetBrains panel was drawn in the IDE's disabled-control grey rather than its secondary-text grey, so supporting detail was dimmer than the same UI in VS Code.
- Fixed: the JetBrains panel now matches your IDE's text size. It was never told the IDE's interface scale, so it rendered smaller than the rest of the IDE for anyone using a larger UI font. It follows theme and font changes while open, and the table views scale with it.
- Correction: the 1.18.1 notes said the iris CLI is now published with npm provenance. It is not. npm only accepts a provenance attestation when the source repository is public, and ours is private, so the registry rejects it. No code changed as a result - only the incorrect note.
- Fixed: comments in a config created by iris config init called the tool "Iris" instead of "Iris Code" in two places, and had lost the (Pro) marker on two fields that a Free licence ignores. Existing config files are untouched.