File Details
v1.2.4
- R
- Mar 23, 2026
- 2.60 MB
- 3
- 2.5.5
- Classic TBC
File Name
FishingKit-v1.2.4.zip
Supported Versions
- 2.5.5
tag 955606ff22988e0fe0bcf41da3f2c03dda4d1304 v1.2.4
Author: Klopfer Hello <forkent@icloud.com>
Date: Mon Mar 23 21:41:02 2026 +0100
v1.2.4
commit 3b7736d3e7c789aee1e6a888a163e965ce52f7d9
Author: Klopfer Hello <forkent@icloud.com>
Date: Mon Mar 23 21:41:02 2026 +0100
chore: release v1.2.4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
commit 573cfff8a8c2a9a5cddb4f0118c940c7ebd2249a
Author: Klopfer Hello <forkent@icloud.com>
Date: Mon Mar 23 21:34:37 2026 +0100
docs: add CurseForge profile screenshots
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
commit d110b2c478a69a8b1f214f12858383ed68552158
Author: Klopfer Hello <forkent@icloud.com>
Date: Mon Mar 23 21:33:34 2026 +0100
perf: skip AH queries for fish priced within the last 4 hours
Each AH query is throttled server-side, making a full scan of ~60 items
take several minutes. Now each result is timestamped (ahPriceTimes) and
items scanned less than 4 hours ago are skipped on the next visit. The
scan message shows how many were skipped. A full re-scan still runs when
prices are stale or on first use.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
commit 25a05b63121550ca5f688c32b1a2f97cc0c30ee4
Author: Klopfer Hello <forkent@icloud.com>
Date: Mon Mar 23 21:32:32 2026 +0100
fix: add ZF:Hide()/Show() methods so UI:Hide() can close the panel
ZF:Hide() was not defined, causing a silent error when UI:Hide() tried
to close the ZoneFish % panel. Also extracted Show() from Toggle() for
consistency.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
commit 2d3b109ae5b07828f6753c9614b25d1493af443e
Author: Klopfer Hello <forkent@icloud.com>
Date: Mon Mar 23 21:28:53 2026 +0100
fix: hide ZoneFish panel when main window is closed
UI:Hide() was hiding the main frame but not the ZoneFish % panel
anchored below it, leaving it floating on screen.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
commit dc68c859b21ab4f8c4453e45cd9771bc6e7e08c3
Author: Klopfer Hello <forkent@icloud.com>
Date: Mon Mar 23 21:28:22 2026 +0100
fix: use GetQuestsCompleted() to detect turned-in daily quests
IsQuestComplete() only returns true while quest objectives are done but
not yet handed in — it returns nil for already-turned-in quests. Replace
with GetQuestsCompleted()[questID] which correctly reflects daily quests
completed (turned in) today.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

