Skip to content

Release 2.6.12#1816

Merged
chsami merged 3 commits into
mainfrom
development
Jul 4, 2026
Merged

Release 2.6.12#1816
chsami merged 3 commits into
mainfrom
development

Conversation

@chsami

@chsami chsami commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump Microbot version to 2.6.12
  • Promote current development changes to main

Validation

  • Prior review/build gate passed for the included development PRs
  • CI must pass before merge

infuse21 and others added 3 commits July 2, 2026 17:52
Fixes long Microbot plugin names clipping or overlapping in the installed plugin sidebar.

Plugin names can include HTML color prefixes. The sidebar row was always fixed at 20px, so names that wrapped to a second line were clipped. This keeps the colored HTML rendering while sizing the row from the rendered label height.
fix: prevent Microbot plugin names clipping in sidebar
@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: db057dd2-66bc-48b8-8738-30c3f26e6311

📥 Commits

Reviewing files that changed from the base of the PR and between 0c45556 and ee3efdf.

📒 Files selected for processing (2)
  • gradle.properties
  • runelite-client/src/main/java/net/runelite/client/plugins/microbot/ui/MicrobotPluginListItem.java

Walkthrough

This PR increments the microbot.version property in gradle.properties from 2.6.11 to 2.6.12. Separately, MicrobotPluginListItem is updated to compute list item row height dynamically based on the name label's preferred height, bounded by a new MIN_ITEM_HEIGHT constant, replacing the prior fixed height of 20. A new htmlBody(String) helper strips outer <html> tags from strings, and createNameLabel uses it to normalize label and tooltip HTML content.

Possibly related PRs

  • chsami/Microbot#1814: Modifies the same MicrobotPluginListItem to compute row height dynamically with a MIN_ITEM_HEIGHT and updates createNameLabel/tooltip HTML via an htmlBody(...) helper.
  • chsami/Microbot#1800: Also bumps microbot.version in gradle.properties.
  • chsami/Microbot#1709: Also bumps microbot.version in gradle.properties alongside other utility changes.

No inconsistent logic spotted here — the height math and the html-tag-stripping regex both check out. 🐰

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the versioned release and main change in this PR.
Description check ✅ Passed The description is directly related to the version bump and promotion of development changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chsami chsami merged commit 7e01df4 into main Jul 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants