Skip to content

fix(killtracker): v2.11 dust regex capitalization#2335

Merged
mrhoribu merged 1 commit into
masterfrom
fix/killtracker-v2.11
May 25, 2026
Merged

fix(killtracker): v2.11 dust regex capitalization#2335
mrhoribu merged 1 commit into
masterfrom
fix/killtracker-v2.11

Conversation

@mrhoribu
Copy link
Copy Markdown
Contributor

@mrhoribu mrhoribu commented May 24, 2026

Summary by CodeRabbit

Bug Fixes

  • Fixed capitalization in dust discovery messaging

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f5154538-276e-4097-b3d9-ed08a5c2f134

📥 Commits

Reviewing files that changed from the base of the PR and between 50c8a90 and 80d4849.

📒 Files selected for processing (1)
  • scripts/Killtracker.lic

📝 Walkthrough

Walkthrough

Script version 2.11 released with two complementary changes addressing dust found message handling: the version header and changelog are updated, and the FOUND_DUST regex pattern is tightened to match literal periods rather than any character.

Changes

Dust found message fix

Layer / File(s) Summary
Version and changelog update
scripts/Killtracker.lic
Script version bumped from 2.10 to 2.11 (dated 2026-05-24) with changelog entry for "Fix for capitalization in dust found messaging".
Dust detection regex refinement
scripts/Killtracker.lic
FOUND_DUST pattern modified to escape the trailing period (\.) so it matches a literal period instead of any single character, tightening dust-find message detection.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: a version bump to v2.11 with a regex fix for dust message capitalization detection.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/killtracker-v2.11

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 and usage tips.

@mrhoribu mrhoribu merged commit ce2925a into master May 25, 2026
4 checks passed
@mrhoribu mrhoribu deleted the fix/killtracker-v2.11 branch May 25, 2026 00:01
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.

1 participant