Skip to content

Update kill-clog to 1.2.2#11784

Open
420kc wants to merge 1 commit intorunelite:masterfrom
420kc:kill-clog-1.2.1
Open

Update kill-clog to 1.2.2#11784
420kc wants to merge 1 commit intorunelite:masterfrom
420kc:kill-clog-1.2.1

Conversation

@420kc
Copy link
Copy Markdown
Contributor

@420kc 420kc commented May 5, 2026

Update Kill Clog from `c8c971c` → `2f02bc3` (v1.2.2).

v1.2.2

  • Don't await executor termination on shutdown (per @LlemonDuck review). Pending tasks are drained to a fresh executor before `old.shutdown()`, so the await was redundant defense and was blocking the caller thread.

Right click options and qol

  • Right-click "Kill Clog" lookup on friends list, ignore list, friends chat, clan + guest clan, GIM panel, chatbox, and private chat
  • auto nav to Kill Clog side panel on right-click lookup
  • Double-click magnifying-glass in search bar to look up self
  • One-time chat warning when player right-click menu's 4 plugin slots are full

Bug fixes

  • Plugin deactivation and reactivation during sync caused silent failure
  • Autocomplete double-insertion after plugin reload
  • Right-click missing on chatbox names
  • Auto-lookup on login no longer fires on world hops or teleports
  • Iron/GIM badge no longer briefly shows regular at login

Performance and polish

  • Disk writes coalesced per player with 500ms debounce, drained on shutdown
  • 3 min Temple failure cooldown from session-long
  • Hand cursors removed
  • Dead code cleanup, null guards on player options + menu target

Plugin Hub listing

  • Description rewritten to "HiScores Overhaul with Collection Log Integration"
  • Icon: transparent background, chalice scaled up
  • build=standard for automated review

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented May 5, 2026

@420kc 420kc mentioned this pull request May 5, 2026
@runelite-github-app
Copy link
Copy Markdown

runelite-github-app Bot commented May 5, 2026

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@LlemonDuck
Copy link
Copy Markdown
Contributor

this isn't new in this diff, but don't use awaitTermination during shutDown behaviours, otherwise you will block the caller thread.

@LlemonDuck LlemonDuck added the waiting for author waiting for the pr author to make changes or respond to questions label May 7, 2026
@420kc 420kc force-pushed the kill-clog-1.2.1 branch from 5d8ae18 to 86c56f9 Compare May 7, 2026 22:37
@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label May 7, 2026
@420kc 420kc changed the title Update kill-clog to 1.2.1 Update kill-clog to 1.2.2 May 7, 2026
@420kc
Copy link
Copy Markdown
Contributor Author

420kc commented May 7, 2026

thanks for the catch! fixed in 2f02bc3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants